firebase_ui_oauth_google 2.1.0 pins google_sign_in: ^6.2.1, which keeps apps on google_sign_in 6.3.0. On iOS that produces:
Plugin FLTGoogleSignInPlugin uses deprecated application lifecycle events. Please contact plugin maintainers and request UIScene lifecycle support. This will be required in a future version of Flutter.
The fix already exists upstream: google_sign_in 7.x adopts UIScene. I realise 7.x is a breaking rewrite (the new authentication/authorization split), so this is not a one-line constraint bump like the app_links case (#672), but Flutter has flagged that these warnings will become hard errors in a future release, at which point every firebase_ui_oauth_google user is stuck.
Is a migration to google_sign_in 7.x on the roadmap? Happy to help test a branch against a production app that uses the Google provider button.
firebase_ui_oauth_google2.1.0 pinsgoogle_sign_in: ^6.2.1, which keeps apps ongoogle_sign_in6.3.0. On iOS that produces:The fix already exists upstream:
google_sign_in7.x adopts UIScene. I realise 7.x is a breaking rewrite (the new authentication/authorization split), so this is not a one-line constraint bump like the app_links case (#672), but Flutter has flagged that these warnings will become hard errors in a future release, at which point every firebase_ui_oauth_google user is stuck.Is a migration to google_sign_in 7.x on the roadmap? Happy to help test a branch against a production app that uses the Google provider button.