I have followed the tutorial here: https://developers.google.com/identity/sign-in/android/start-integrating to integrate Google sign in into my app.
However, the
If you run from Android studio without signingConfigs, then it is using your debug key store to sign. You can try register your package name + debug key SHA1 in dev console for easy development:
Test google signin on Android in development phase