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
Create functionality for user to verify their email. Use the GitHub link sample to send the user an email with a verification link. Firebase will handle the rest of the verification flow.
Overall, you should send the user an email after the sign up. You should add on to the SIGN UP flow.
Meaning, once the user has signed up, you should trigger the "Verification email sent" flow. Use your knowledge of popular websites to guide you.
Also, modify the SIGN IN flow so that if the user is logging in and the email has not been verified send them a verification email. You can check this attribute from the AuthContext currentUser.emailVerified property.
Include detailed screenshots of the entire flow to validate the changes.
Ron-Madan
changed the title
FE - 1: Firebase Auth: Email/Password - Verify Email
TODO! - Do NOT Assign: FE - 1: Firebase Auth: Email/Password - Verify Email
Dec 4, 2024
Ron-Madan
changed the title
TODO! - Do NOT Assign: FE - 1: Firebase Auth: Email/Password - Verify Email
FE - 1: Firebase Auth: Email/Password - Verify Email
Dec 4, 2024
Create functionality for user to verify their email. Use the GitHub link sample to send the user an email with a verification link. Firebase will handle the rest of the verification flow.
Overall, you should send the user an email after the sign up. You should add on to the SIGN UP flow.
Include detailed screenshots of the entire flow to validate the changes.
Useful Links:
The text was updated successfully, but these errors were encountered: