Story: When the User logs in
dregan35 opened this issue · 0 comments
dregan35 commented
Story
When the page first loads the user will be presented with various options to login (social services or email password) before they can continue to the homepage
Acceptance Criteria
Given the user has an email or uses an social service
When the user chooses a login option
Then the user will be logged in and taken to the homepage
Technical Information
- Enable user authentication in firebase
- userController with register/login user functions
- userFactory for onAuthStateChanged function
- Define login variable
- Add listener to login/register