Open atreeon opened 1 week ago
I don't think we have to worry about this as we don't use google_sign_in plugin for authenticating on the web, we use the firebase_auth plugin signInWithPopup()
API: https://github.com/firebase/FirebaseUI-Flutter/blob/main/packages/firebase_ui_oauth/lib/src/platform_oauth_sign_in_web.dart#L22-L34
Not entirely sure how you compiled with wasm either as I ran into a lot of compilation exceptions.
Is there an existing issue for this?
What plugin is this bug for?
Firebase UI Auth
What platform(s) does this bug affect?
Web
List of dependencies used.
flutter pub deps -s list
Steps to reproduce
flutter run web --wasm -d chrome press login button
Expected Behavior
Should login without error
Actual Behavior
Error message: The google_sign_in plugin signIn method is deprecated on the web, and will be removed in Q2 2024. Please use renderButton instead
Additional Information
No response