firebase-rxjs
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FirebaseAuth

Index

Constructors

constructor

Accessors

user

user:

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>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc