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

Hierarchy

  • FirebaseUser

Index

Constructors

constructor

Accessors

displayName

displayName:

email

email:

emailVerified

emailVerified:

isAnonymous

isAnonymous:

photoURL

photoURL:

providerData

providerData:

providerId

providerId:

refreshToken

refreshToken:

uid

uid:

Methods

delete

  • delete(): Observable<void>

getToken

  • getToken(forceRefresh?: boolean): Observable<string>
  • Parameters

    • Optional forceRefresh: boolean

    Returns Observable<string>

link

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

linkWithPopup

linkWithRedirect

reauthenticate

  • reauthenticate(credential: AuthCredential): Observable<void>

reload

  • reload(): Observable<void>

sendEmailVerification

  • sendEmailVerification(): Observable<void>

unlink

updateEmail

  • updateEmail(newEmail: string): Observable<void>

updatePassword

  • updatePassword(newPassword: string): Observable<void>

updateProfile

  • updateProfile(profile: object): Observable<void>
  • Parameters

    • profile: object

    Returns Observable<void>

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