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
Have one file to do the config set up for the firebase
Implement functions to login with email and with Google sign-in (don't do sign-up as we have a different flow for that, we will do it later)
Create frontend login form based on Figma and set up the connection
Acceptance Criteria
Config is all set up
Log in with email
Log in with Google
The frontend login should be fully dynamic in design and even work on mobile
Login routes to a protected page from which a user can log out, this is just for POC for now to ensure that the login is working and that sign out then works
Implementation Notes
Reach out for Firebase API keys
If you have time, look into password recovery. It should be as trivial as calling a Firebase function that then sends a link to the user that the user can use to reset their password. But this is not required for this ticket.
After login, have the login redirect the user to a protected authenticated page
Feel free to reach out if you need more time, if this takes 1.5 or even 2 sprints, that's ok.
The text was updated successfully, but these errors were encountered:
Description
Implementation
Acceptance Criteria
Implementation Notes
The text was updated successfully, but these errors were encountered: