Feature/firebase auth#53
Merged
Merged
Conversation
…setup frontend firebase and test SignUp page
Miyuki-L
requested changes
Feb 10, 2025
Miyuki-L
left a comment
Member
There was a problem hiding this comment.
Greate work on the firebase stuff its a large task and lots of work
There is a lot of extra code that isn't called that I'm not sure we need nor certain about its purpose some i don't even think have its matching backend or is needed
Please address the comments or responde to them if any questions
…to feature/firebase-auth Brings branch into sync with main
…tions, sign up and login updates
…to feature/firebase-auth Brings branch into sync with mains
Miyuki-L
requested changes
May 18, 2025
Miyuki-L
requested changes
Jun 4, 2025
…to feature/firebase-auth Brings branch into sync with main
Member
Author
|
I think sign up, log in, and log out should now work, but I have not tested the normalization against every possible flow for the onboardingForm (I know it works with Student), so I need a bit of help with that. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tracking Info
Resolves #2 , #9 , #35
Changes
First Issue (#2):
Set Up Firebase for User Sign/Up Flow
-- Create Backend Create User Route (Following onboarding repo conventions)
-- Backend Routes handle Firebase portions
-- Store the UID that Firebase returns to pass to MongoDB
-- Simple dummy Sign up pages to test (Put it under Frontend/src/app/pages)
Second Issue (#9):
-- Set up the frontend request to send to Firebase to login user.
Third Issue (#35):
-- API call to the backend to fetch user identity - Get the user Identity from the backend by grabbing user data from the database
-- For login, create route to authenticate the user where Backend verifies Firebase token
-- Log user out
You can use the Sign up page and Log In pages that I created to test this pull request.
Confirmation of Change
To see the change, try signing up a user and logging that user in. Then, log the user out. I may add in a master page to better test the fetching of user identity if needed.
Message me on Slack for .env files for the frontend and backend.