Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SignInWithCredentialError

Error codes which can occur when calling FirebaseAuth.signInWithCredential

Hierarchy

Index

Properties

code

code: AuthErrorCodeType | "auth/account-exists-with-different-credential" | "auth/invalid-credential" | "auth/operation-not-allowed" | "auth/user-disabled" | "auth/user-not-found" | "auth/wrong-password"

Optional credential

credential: AuthCredential

Optional email

email: string

message

message: string

name

name: string

Optional originalStack

originalStack: string

Original stack trace with no modiffications

stack

stack: string

Optional zoneAwareStack

zoneAwareStack: string

Stack trace where extra frames have been removed and zone names added.

Generated using TypeDoc