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

Hierarchy

  • NativeFirebaseAuth

Implements

  • Auth

Index

Properties

app

app: App

currentUser

currentUser: User | null

Methods

applyActionCode

  • applyActionCode(code: string): Promise<any>

checkActionCode

  • checkActionCode(code: string): Promise<any>

confirmPasswordReset

  • confirmPasswordReset(code: string, newPassword: string): Promise<any>

createCustomToken

  • createCustomToken(uid: string, developerClaims?: Object | null): string

createUserWithEmailAndPassword

  • createUserWithEmailAndPassword(email: string, password: string): Promise<any>

fetchProvidersForEmail

  • fetchProvidersForEmail(email: string): Promise<any>

getRedirectResult

  • getRedirectResult(): Promise<any>

onAuthStateChanged

  • onAuthStateChanged(nextOrObserver: Object, opt_error?: function, opt_completed?: function): function
  • Parameters

    • nextOrObserver: Object
    • Optional opt_error: function
        • (a: Error): any
        • Parameters

          • a: Error

          Returns any

    • Optional opt_completed: function
        • (): any
        • Returns any

    Returns function

      • (): any
      • Returns any

sendPasswordResetEmail

  • sendPasswordResetEmail(email: string): Promise<any>

signInAnonymously

  • signInAnonymously(): Promise<any>

signInWithCredential

  • signInWithCredential(credential: AuthCredential): Promise<any>

signInWithCustomToken

  • signInWithCustomToken(token: string): Promise<any>

signInWithEmailAndPassword

  • signInWithEmailAndPassword(email: string, password: string): Promise<any>

signInWithPopup

  • signInWithPopup(provider: AuthProvider): Promise<any>

signInWithRedirect

  • signInWithRedirect(provider: AuthProvider): Promise<any>

signOut

  • signOut(): Promise<any>

verifyIdToken

  • verifyIdToken(idToken: string): Promise<any>

verifyPasswordResetCode

  • verifyPasswordResetCode(code: string): Promise<any>

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