下午好。 当我尝试使用Firebase中的电话对用户进行身份验证时,Google服务始终会返回此错误:
W/BiChannelGoogleApi( 7385): [FirebaseAuth: ] getGoogleApiForMethod() returned Gms: com.google.firebase.auth.api.internal.zzal@5128433
I/flutter ( 7385): Instance of 'AuthException'
我的pubsec.yaml依赖项:
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.2
firebase_core: ^0.2.5
path_provider: ^0.4.1
firebase_auth: ^0.6.0
回答类似问题没有帮助。