FirebaseAuth: getGoogleApiForMethod() returned Gms: com.google.firebase.auth.api.internal.zzal@9cd3393
问题 Online it says to downgrade the dependencies for Firebase Auth but I have done that and it does not work. 回答1: You should ensure that all your firebase dependencies are using the same version . I was also facing the same issue, using stable version 15.0.0 worked well for my case. 回答2: Check that your google-services is updated, in build.gradle.project classpath 'com.google.gms:google-services:4.0.1' and try changing your Auth to: implementation 'com.google.firebase:firebase-auth:16.0.1'