Can we access your project?
Current Behavior
Google Sign-In on iOS crashes immediately when tapping the button. No Google account picker appears.
Incompatible dependency versions automatically managed by FlutterFlow:
google_sign_in: 6.3.0
google_sign_in_ios: 5.9.0 ← incompatible with google_sign_in 6.x (requires 6.x)
Expected Behavior
google_sign_in_ios should be version 6.x to match google_sign_in 6.3.0.
Google Sign-In on iOS should open the account picker without crashing.
Steps to Reproduce
- Create a FlutterFlow project with Supabase Authentication
- Enable Google Authentication in App Settings → Authentication
- Add a button with Auth Log In → Google action
- Deploy to iOS device via TestFlight
- Tap the Google Sign-In button
- App crashes immediately - no account picker appears
Reproducible from Blank
Bug Report Code (Required)
IT4wi87huJFOxPVd+KqJb8FVmiURMjp8bJ0S1upuZCs9f5CvOpYUec/6P1pvTsO+S1ZAOkycp14Jw/COiNnpCccVFzSWfJ87z7h2TjzgIWe7SpeTF7meWmsnHdFQGUyA56SvgRNCOtdvR05h71+UJuqiVjPBNbLsIEQ4Sq/LZO4=
Visual documentation
Environment
- FlutterFlow version: v6.6.44
- Platform: iOS (TestFlight)
- Browser name and version: Chrome (MacOS)
- Operating system and version affected: iOS 26, macOS
Additional Information
google_sign_in_ios 5.9.0 is incompatible with google_sign_in 6.3.0.
The fix is to update google_sign_in_ios to 6.x.
Email and Apple Sign-In work correctly on iOS.
Google Sign-In works correctly on Android.
Using Supabase Authentication (not Firebase Auth).
Can we access your project?
Current Behavior
Google Sign-In on iOS crashes immediately when tapping the button. No Google account picker appears.
Incompatible dependency versions automatically managed by FlutterFlow:
google_sign_in: 6.3.0
google_sign_in_ios: 5.9.0 ← incompatible with google_sign_in 6.x (requires 6.x)
Expected Behavior
google_sign_in_ios should be version 6.x to match google_sign_in 6.3.0.
Google Sign-In on iOS should open the account picker without crashing.
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
IT4wi87huJFOxPVd+KqJb8FVmiURMjp8bJ0S1upuZCs9f5CvOpYUec/6P1pvTsO+S1ZAOkycp14Jw/COiNnpCccVFzSWfJ87z7h2TjzgIWe7SpeTF7meWmsnHdFQGUyA56SvgRNCOtdvR05h71+UJuqiVjPBNbLsIEQ4Sq/LZO4=
Visual documentation
Environment
Additional Information
google_sign_in_ios 5.9.0 is incompatible with google_sign_in 6.3.0.
The fix is to update google_sign_in_ios to 6.x.
Email and Apple Sign-In work correctly on iOS.
Google Sign-In works correctly on Android.
Using Supabase Authentication (not Firebase Auth).