firebase createUserWithEmailAndPassword is not working in android

后端 未结 8 514
别跟我提以往
别跟我提以往 2021-01-14 15:09

I\'m trying to use the createUserWithEmailAndPassword method to create users but not able to do so. The OnAuthenticate method is being called but user object is

相关标签:
8条回答
  • 2021-01-14 15:45

    Enable email/password singn-in method on Firebase console Authentication-->sign-in method:

    0 讨论(0)
  • 2021-01-14 15:45

    I spent 2 full days trying to figure this out and finally observed that my emulator was not connecting to the internet. I entered the DNS server in my Mac's Network preferences and entered 8.8.8.8 and restarted my emulator. IT STARTED WORKING!!

    Intstructions I followed: https://medium.com/mobile-app-development-publication/making-android-emulator-connect-to-internet-e7b622a00f09

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