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

前端 未结 17 1871
孤街浪徒
孤街浪徒 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

提交回复
热议问题