Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FirebaseAuth

Hierarchy

  • FirebaseAuth

Index

Constructors

constructor

Properties

$user

$user: Observable<FirebaseUser | null>

Observable which emits when authorization state of the user changes.

Methods

applyActionCode

  • applyActionCode(code: string): Observable<void>

checkActionCode

confirmPasswordReset

  • confirmPasswordReset(code: string, newPassword: string): Observable<void>

createUserWithEmailAndPassword

  • createUserWithEmailAndPassword(email: string, password: string): Observable<FirebaseUser>

fetchProvidersForEmail

  • fetchProvidersForEmail(email: string): Observable<string[]>

getRedirectResult

sendPasswordResetEmail

  • sendPasswordResetEmail(email: string): Observable<void>

signInAnonymously

signInWithCredential

  • signInWithCredential(credential: AuthCredential): Observable<FirebaseUser>

signInWithCustomToken

  • signInWithCustomToken(token: string): Observable<FirebaseUser>

signInWithEmailAndPassword

  • signInWithEmailAndPassword(email: string, password: string): Observable<FirebaseUser>

signInWithPopup

signInWithRedirect

signOut

  • signOut(): Observable<void>

verifyPasswordResetCode

  • verifyPasswordResetCode(code: string): Observable<string>

Generated using TypeDoc