颤抖与Firebase错误-signInWithEmailAndPassword不起作用

时间:2020-07-17 07:52:56

标签: firebase flutter authentication

使用其他凭证的某些Firebase问题

I/BiChannelGoogleApi( 2705): [FirebaseAuth: ] getGoogleApiForMethod() returned Gms: com.google.firebase.auth.api.internal.zzaq@175a1c6
    W/DynamiteModule( 2705): Local module descriptor class for com.google.firebase.auth not found.
    W/GooglePlayServicesUtil( 2705): Google Play Store is missing.
    I/flutter ( 2705): PlatformException(ERROR_API_NOT_AVAILABLE, API: InternalFirebaseAuth.FIREBASE_AUTH_API is not available on this device. Connection failed with: ConnectionResult{statusCode=SERVICE_INVALID, resolution=null, message=null}, null)

1 个答案:

答案 0 :(得分:2)

搜索未找到com.google.firebase.auth的本地模块描述符类。使我进入了相关的fixes described in this post。我认为此错误可能是由以下任何原因引起的:

  • 适用于Android的Google Play服务版本不正确
  • Firebase项目配置中缺少或不正确的SHA值
  • Firebase身份验证版本错误

我个人将首先检查您的SHA-1配置。