I followed this tutorial for adding Goggle Login to my App: https://firebase.google.com/docs/auth/android/google-signin?authuser=0
So the Code is similar to this: https://github.com/firebase/quickstart-android/blob/master/auth/app/src/main/java/com/google/firebase/quickstart/auth/GoogleSignInActivity.java
But when signing in i get this...
Error:
Google sign in failed
com.google.android.gms.common.api.ApiException: 10: at
com.google.android.gms.common.internal.zzb.zzz(Unknown Source)at
com.google.android.gms.auth.api.signin.GoogleSignIn.
getSignedInAccountFromIntent(Unknown Source)
I think I've setup the firebase and Google Console right. Also the Android Studio Assistent for adding firebase, says that the dependencies are correct.
What do I overlook?