nss-day-cohort-20/group-project-pinterest-spidgetfinners

Story: When the User logs in

Opened this issue · 0 comments

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

  1. Enable user authentication in firebase
  2. userController with register/login user functions
  3. userFactory for onAuthStateChanged function
  4. Define login variable
  5. Add listener to login/register

Related Tickets