-
Notifications
You must be signed in to change notification settings - Fork 0
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.5: Firebase Auth: Email/Password #60
Conversation
I'm wondering if it would be useful to ensure that the inputs are valid before clicking |
Hi Stephanie! Thanks for the suggestion, and I agree that input checking would be useful. I'll make another commit as soon as possible and I hope you can review the PR after I'm done. Thanks again! |
…irebase Auth Form
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Looks like there's a conflict though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Bug Fix: Resolved an issue in Google Authentication with TypeScript integration.
Sign-In/Sign-Up Form: Built a dynamic form supporting both email/password and Google sign-ins, with a toggle for sign-up.
Error Handling: Implemented detailed error messages for form validation and Firebase errors (e.g., invalid credentials, weak passwords, etc.).
Firebase Email Auth: Fully set up Firebase Email Authentication for user registration and login.