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
Create a view for the login page which utilized firebase authentication in Angular
You will not need to make a GET request to get that info from our DB nor will you need to create a POST request that will insert the USER into our DB
DONE:
You are able to sign in using Firebase Sign-On and can pass that information into a User object through an Angular Service and print it after a successful login.
DONE: