I need to change firebase app in android app, But when chaning it I have this error
Google sign in failed
com.google.android.gms.tasks.RuntimeExecutionException: com.google.android.gms.common.api.ApiException: 12500:
at com.google.android.gms.tasks.zzu.getResult(Unknown Source)
- I added sh1
- Enable google loging method
Using last updated firebase versions
implementation 'com.google.firebase:firebase-core:17.0.0'implementation 'com.google.firebase:firebase-auth:18.1.0'implementation 'com.google.android.gms:play-services-auth:17.0.0'
add plugin to the end of the build gradle app level
apply plugin: 'com.google.gms.google-services'
add google services in gradle progject level
classpath 'com.google.gms:google-services:4.3.0'
Any one can help? Thank you!