问题
I'm trying to hook the Firebase Authentication emulator to my Flutter mobile project to perform some local testing. Unfortunately it seems it is not possible to do with the FlutterFire plugin.
There is no problem whatsoever to enable Firestore or Cloud Functions emulators, but I can not find a way for Authentication.
Is there someone with ideas or best practices to follow?
回答1:
It looks like the method to connect to the Authentication emulator hasn't made it to the FlutterFire libraries yet.
An issue was logged for it in the Github repo, so you can follow its status there.
来源:https://stackoverflow.com/questions/64801702/flutter-firebase-authentication-emulator-enabling