Creates new user with email and password. Returns error code and updates user credentials.
(https://firebase.google.com/docs/reference/js/firebase.auth.Auth#createUserWithEmailAndPassword)
Google login
Google auth provider
Provides a method for login using oAuth Example, google login
Sign in with popup
User sign-in with email and password. Returns error code and updates user credentials.
(https://firebase.google.com/docs/reference/js/firebase.auth.Auth#signInWithEmailAndPassword)
Signs out user and navigates to root
Updates the user with new information
object
response from set function
Generated using TypeDoc
Fire authentication service for authentication via Firebase using google and email