Hi everyone,
I'm using Firebase Authentication. I'm having an issue with Google Sign-In on my FlutterFlow app. When I test the authentication in FlutterFlow's preview mode, everything works fine. However, when I generate the APK and install it on an Android device, the Google Sign-In popup appears, I select my Google account, and then the popup closes immediately without logging in or showing any error message.
When I try to log in with Google on my APK build, the account selection screen appears, but after choosing an account, the dialog closes immediately, and nothing happens. No errors are displayed in the UI and I can't check the logs because im using the APK on my real device.
Has anyone experienced this issue before? What else should I check to fix this?
Thanks in advance! 🙏