When I am trying to phone authntication I am getting below error.
W/BiChannelGoogleApi(12340): [FirebaseAuth: ] getGoogleApiForMethod() returned Gms: com.goo
For me I got this stacktrace
getGoogleApiForMethod() returned Gms: com.google.firebase.auth.api.internal.zzak@a73de51
I forgot to enable the Sign-In Provider in the Firebase Console. I solved it after enabling Phone Provider under the sign-in method tab of Authentication Section.
Also I got another kind of same error
getGoogleApiForMethod() returned Gms: com.google.firebase.auth.api.internal.zzak@a73de51 I/flutter ( 2870): The format of the phone number provided is incorrect.
Initially I sent only mobile number without country code. Then I just sent the phone number with country code.
For example : +91 8811111111
It worked perfectly.