Closed kevy-kev closed 6 months ago
Your preview deployment is hosted at: ~~ :sparkles: :sparkles: ~~ This preview deployment has been deleted after the PR was closed
Great work! I was able to sign up and sign in using Google and the email/password combination. I wasn't able to get an email for password recovery for the account I signed up with a email/password. Not sure if this is implemented yet, but I like the dialog!
@megw-school I was able to get the password reset for both my gmail and oregonstate.edu accounts. Is the email perhaps being sent to your junk mail?
.then
chain to correctly wait for updateProfile()
to finish before redirectinghttps://github.com/Legend-Mama/legend-mama/assets/113942748/b771b7a6-755c-4f20-b013-a89ab93e6149
https://github.com/Legend-Mama/legend-mama/assets/113942748/6e0dff3d-7eba-42fd-876b-455b9abfc453
Changes
Authentication
AuthProvider
React context - access this withuseContext(AuthContext)
.env
in case we feel like having different Firebase environments in the future, but spent a lot of time scratching my head on how to securely pass a.env
file into our Docker container using our current build pipeline. So I'm just keeping them in the client side for nowFirebase emulator
NODE_ENV=development
(should be the default when runningnpm run dev
), the auth service will attempt to connect to the emulatornpm run emulate
- you can then access the Firebase emulator GUI from the linkNavbar
Preview
https://github.com/Legend-Mama/legend-mama/assets/113942748/61f223dc-f95a-4ce5-9edd-ae8ceac81597
Known issues