FirebaseAuth: getGoogleApiForMethod() returned Gms: com.google.firebase.auth.api.internal.zzal@489

前端 未结 17 1869
孤街浪徒
孤街浪徒 2020-12-17 16:04

When I am trying to phone authntication I am getting below error.

W/BiChannelGoogleApi(12340): [FirebaseAuth: ] getGoogleApiForMethod() returned Gms: com.goo         


        
相关标签:
17条回答
  • 2020-12-17 16:40

    Its because "oncomplete listener " which automatically verified that phone number are correct. Its internal API but we want sms verification. So it will not send sms on that number on which app is installed. Send to another device number, it will work definitely

    0 讨论(0)
  • 2020-12-17 16:48

    I got same error while I was trying to make Email/Password authentication and lost few hours, Finally realized that I didn't Enable Email/Password authentication in firebase account.

    0 讨论(0)
  • 2020-12-17 16:50

    Something must have gone wrong on my emulator. I simply ran the app on a new emulator and it worked just fine. It also ran fine on my device.

    0 讨论(0)
  • 2020-12-17 16:50

    Maybe it's late for your solution, but in my case was just no WiFi connection in testing device (Emulator)

    0 讨论(0)
  • 2020-12-17 16:54

    I recently solved this issue. Basically there are many reason for this this error because this error returns when FirebaseAuth entry point failed to execute. One of the reason of getting this error which I faced is My Emulator was't connected to Internet So turn the internet on inside emulator also.

    0 讨论(0)
  • 2020-12-17 16:54

    In my case, I was just being lazy and using a 3 character long password. I don't know If this may help someone else one day.

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