Google Sign-In Not Working on Real Device

Troubleshooting

Hi everyone,

I’ve been facing an issue where Google Sign-In has stopped working on my app for the past two days. I have double-checked the SHA keys across the Google Play Console, Google Cloud, and Firebase, but the sign-in still doesn't work on a real device. However, it works fine in FlutterFlow's test mode and on the web.

I’ve raised a support ticket, but it hasn’t been picked up yet. Has anyone faced a similar issue or have suggestions on how to resolve this?

Thanks in advance!

What have you tried so far?

I’ve also set up the project in Android Studio on my local machine and implemented the suggested solution:

GoogleSignIn(scopes: ["profile", "email"]);

Despite this, I’m still encountering the following error in the console:

Did you check FlutterFlow's Documentation for this topic?
Yes
4
5 replies