Firebase Ui Authentication With Google Fails With Message (Code:10 Message:10)

Firebase UI authentication with google fails with message (code:10 message:10)

You need three keys in order to make it work:

  1. The debug key. Informations here.

  2. The release key. Informations here.

  3. Google Play App signing key. Informations here.

All these keys are needed in order to make the sign-in process work.

Other informations here.

Firebase - code 10 error google sign in. My friend who also have same project can't login, but I can

Link below was helpful, debug sha-1 means that you're able to debug your application if you apply it in firebase. If you want to authenticate other users, from other phones, you need more keys like release key, and google play key. So my friend also developer had to generate sha-1 debug key, and apply it in firebase too. My last question is which input data is generated to create sha-1 key?
Firebase UI authentication with google fails with message (code:10 message:10)

Android FirebaseUI sign in with Google error for release key

So... It turns out that there are 4 (FOUR) signing keys that might be needed...
The fourth one is for internal app sharing (which I was using) via Google Play. To find this key, you need to navigate to Google Play console as shown below:

The mysterious missing key

Add that key to your Firebase console settings, download the new google-services.json into your project and run.

Why firebase authUI can't use google account login now, but can login before

Had solved this Problem.

Solution:
1.Double click signingReport->get the SHA-1 .
2.Copy this generated SHA-1 from Android Studio,then paste to Firebase ->Project Setting->
General Setting->SHA FingerPrint.

Can login with google account.

Sample Image

google sign in error code 10: shows in toast message

The solution is pretty simple assuming this could be your problem,

Your SHA key does not match with the signed APK published in your Play Store.

Go to Play Console->Release Management->App Signing

Under App signing certificate you will find your key. Add that to your Firebase.

NOTE: This is an instant process and your signin will start working immediately.



Related Topics



Leave a reply



Submit