You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the packages/firebase_ui_auth/example/lib/main.dart example.
Click Register for a new email account
Enter email and passwords
Click Register to continue to email verification.
Error gets thrown here if No FDL is configured in Firebase Console.
Expected Behavior
FDL is deprecated and EOL in 2025. Dynamic links should not be used by default in emails. Dynamic links should not be required for sending emails. Would be nice if it just used the non-dynamic link root URL for %LINK%s.
Actual Behavior
Having no FDL domain crashes the account creation/password reset/email login flow.
Additional Information
No response
The text was updated successfully, but these errors were encountered:
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
dev dependencies:
transitive dependencies:
Steps to reproduce
Using the packages/firebase_ui_auth/example/lib/main.dart example.
Expected Behavior
FDL is deprecated and EOL in 2025. Dynamic links should not be used by default in emails. Dynamic links should not be required for sending emails. Would be nice if it just used the non-dynamic link root URL for %LINK%s.
Actual Behavior
Having no FDL domain crashes the account creation/password reset/email login flow.
Additional Information
No response
The text was updated successfully, but these errors were encountered: