Skip to content
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

FE - 1: Firebase Auth: Email/Password - Verify Email #30

Open
Ron-Madan opened this issue Nov 2, 2024 · 0 comments
Open

FE - 1: Firebase Auth: Email/Password - Verify Email #30

Ron-Madan opened this issue Nov 2, 2024 · 0 comments

Comments

@Ron-Madan
Copy link
Contributor

Ron-Madan commented Nov 2, 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.

  • 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.

Useful Links:

@VangoCode VangoCode self-assigned this Nov 23, 2024
@Ron-Madan 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants