Firebase authentication

0

I developed an Android + Firebase app (authentication + storage + database). While this tests on Android Studio + authentic smartphone and works perfectly. I published it last Tuesday and after it was in the store I downloaded it to test (as one of my possible users would) and when I tried to authenticate it appeared the following error in the photo.

I have already updated the SHA-1 key in Firebase, the package name is correct in Firebase and in the Play Console.

    
asked by anonymous 12.12.2017 / 00:38

1 answer

0

Try to synchronize your authentication key with firebase through android studio using the following path:

Tools>Firebase>Authentication>Connect>Sync

I believe your key is outdated ( release.keystore.jks ) or you have not copied the google-services.json to the app folder.

    
12.12.2017 / 05:19