Google Firebase Authentication with email and password does not work

后端 未结 2 958
醉话见心
醉话见心 2020-12-21 20:19

I installed the new SDK of Firebase by Google and I am trying to create a new user using the Authentication SDK. However, I did exactly what the documentation says, but it d

相关标签:
2条回答
  • 2020-12-21 20:43

    Below solution worked for me.

    Goto Firebase app and re-download the GoogleService-Info.plist file.

    Ref: Related Article

    0 讨论(0)
  • 2020-12-21 20:45

    I had the same error and solved it by activating the Identity Toolkit Api on Google Console https://console.developers.google.com/apis/api/identitytoolkit/overview?project=YOUR_PROJECT

    0 讨论(0)
提交回复
热议问题