Flutter Firebase Authentication emulator enabling

守給你的承諾、 提交于 2020-12-27 06:27:32

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!