3.3 Generate Debug Certificate
To generate a debug certificate, run this command on your terminal from your app
root directory.
keytool -list -v \
-alias androiddebugkey -keystore ~/.android/debug.keystore
Use android as a debug password when the terminal asks for a password.
Copy the SHA1 certificate code and go to Firebase Console > Your Project > Project Settings and click on the android icon and then add the SHA1 code by clicking add fingerprint button. Look at the picture below:
Last updated
Was this helpful?