GoogleSignInAccount not work after generate signed apk but when I connected my phone to device and run, GoogleSignInAccount Works normally.
What error that is happening?
GoogleSignInAccount not work after generate signed apk but when I connected my phone to device and run, GoogleSignInAccount Works normally.
What error that is happening?
You need to use release SHA1 fingerprint. You can get it using
keytool -list -v -keystore {keystore_name} -alias {alias_name}
example:
keytool -list -v -keystore C:\Users\MG\Desktop\test.jks -alias test
After that, add it to your firebase project
Setting > SHA certificate fingerprints