英文:
Connecting Unity Firebase SDK to Local Firebase Auth Emulator
问题
我目前正在进行一个Unity项目,使用Firebase进行身份验证。我想使用本地Firebase Auth仿真器测试身份验证功能。然而,我在将Unity Firebase SDK连接到本地仿真器时遇到了问题。
我已经按照Firebase文档的步骤成功设置了本地Firebase仿真套件,包括Auth仿真器。我可以使用Firebase CLI命令和Firebase web SDK测试身份验证流程。
然而,我不确定如何配置Unity Firebase SDK以连接到本地Firebase Auth仿真器。我已经搜索了相关文档和示例,但没有找到针对Unity的具体说明。
有没有人成功将Unity Firebase SDK连接到本地Firebase Auth仿真器?如果是的话,你能否提供如何配置Unity Firebase SDK以连接到本地仿真器的指导?
在此提前感谢您的帮助!
我尝试寻找示例,但没有找到。
英文:
I'm currently working on a Unity project and using Firebase for authentication. I would like to test the authentication functionality using the local Firebase Auth emulator. However, I'm having trouble connecting the Unity Firebase SDK to the local emulator.
I've followed the Firebase documentation and have successfully set up the local Firebase emulator suite, including the Auth emulator. I can test the authentication flows using the Firebase CLI commands and the Firebase web SDK.
However, I'm not sure how to configure the Unity Firebase SDK to connect to the local Firebase Auth emulator. I've searched for relevant documentation and examples but haven't found any specific instructions for Unity.
Has anyone successfully connected the Unity Firebase SDK to the local Firebase Auth emulator? If so, could you please provide guidance on how to configure the Unity Firebase SDK to connect to the local emulator?
Thanks in advance for your help!
I tried looking for examples but found nothing.
答案1
得分: 1
Firebase Unity SDK目前不支持Firebase身份验证的仿真器。请参阅此文档供您参考。
我发现Firebase Unity快速入门项目上已有一个功能请求。您也可以尝试通过Firebase支持门户或Firebase Unity SDK GitHub存储库提交另一个功能请求。
英文:
Currently, Firebase Unity SDK doesn't support emulators for Firebase Authentication. See this documentation for your reference.
I found an existing feature request filed on Firebase Unity quickstart project. You may also try to file another feature request via Firebase support portal or on Firebase Unity SDK GitHub repository.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论