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
The problem was that I was running the app from Android Studio (without setting up signingConfig), so the app wasn't signed with my certificate, which Google Sign-in requires.
signingConfig