Options
All
  • Public
  • Public/Protected
  • All
Menu

Firebase Authentication Event Tools.

namespace

Index

Functions

  • anonymSignIn(callbackStateVariable?: Variable): Promise<void>
  • createAccountWithEmail(email: string, password: string, callbackStateVariable?: Variable): Promise<void>
  • isAuthenticated(): boolean
  • isAuthentified(): boolean
  • signInWithEmail(email: string, password: string, callbackStateVariable?: Variable): Promise<void>
  • signInWithProvider(providerName: ProviderName, callbackStateVariable?: Variable): void
  • token(): string

Variables

authenticated: boolean = false

The current authentication status.

currentUser: firebase.User | null = null

The logged-in users data.

Generated using TypeDoc