Open
Description
Is there an existing issue for this?
- I have searched the existing issues and found no duplicates.
What plugin is this bug for?
Firebase UI Auth
What platform(s) does this bug affect?
iOS, Android
List of dependencies used.
flutter pub deps -s list
# Firebase
firebase_core: 3.13.1
firebase_crashlytics: 4.3.6
firebase_analytics: 11.4.6
firebase_auth: 5.5.4
firebase_storage: 12.4.6
firebase_messaging: 15.2.6
firebase_remote_config: 5.4.4
cloud_functions: 5.5.1
cloud_firestore: 5.6.8
# Firebase UI
firebase_ui_auth: 1.16.1
firebase_ui_localizations: 1.13.1
firebase_ui_oauth_google: 1.4.1
firebase_ui_oauth_apple: 1.3.1
firebase_ui_oauth_facebook: 1.3.1
Steps to reproduce
- Login using Google Sing In
- Open ProfileScreen()
- Link account to email/password provider
- Send email to verify account
- Unlink provider
- Close profile page
- Open profile page
Expected Behavior
Email verification should not appear.
Actual Behavior
Email verification appear and disappear.
Additional Information
No response