-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Optionally require email addresses to be verified #312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This can be done with Play Services 9.6 using |
@SUPERCILEX good point. I think @alfongj was hoping we could provide this as a |
Yeah, I just wanted to point out an easy way to handle the verification for anyone submitting a PR. The UI part seems like it will be difficult because we would need to check periodically with isEmailVerified and not let let the user in if it isn't. Anyway, food for thought. |
Hm, was this suggestion about the automated verification email, or more like if you have no invite, you can’t create an account? |
@Eragon29 I think the suggestion to to help with the entire flow:
|
@samtstern |
It would be nice to request email verification in the AuthUI builder, such as new AuthUI.IdpConfig.EmailBuilder() And this library will handle the rest. |
What is the status of this feature request after almost 4 years? |
@AndrazP no update, I do think this would be useful it's just that FirebaseUI has been focused on stability and adding support for more identity providers for the last few big releases. |
Provide optional setting to require email addresses to be verified in order for a user to sign in with email and password.
The text was updated successfully, but these errors were encountered: