Login error with Google firebase

0

I'm new to Android programming and would be grateful if you could help me. I made an app that uses login with Google firebase, works perfectly when I run directly on the mobile but when I generate the signed APK and put it in the internal test of the play store it does not login. I think it's not an error in the code because it's working outside the play store, maybe it's some configuration on the firebase or internal test or some other one I do not know. If any of you have been through this please help me.

    
asked by anonymous 24.09.2018 / 18:22

1 answer

0

You will need to obtain SHA-1 from the certificate used to sign your published application in the Play Store and then register under "SHA Certified Prints" in the panel of your Firebase project.

Use the keytool utility to recover SHA-1: link

    
25.09.2018 / 17:23