The Firebase JS SDK is now in BETA!
This EAP site is no longer maintained. See the official Firebase Documentation site for the latest documentation and information about the Firebase JS SDK.

Home > @firebase/auth > AuthError

AuthError interface

Interface for an Auth error.

Signature:

export interface AuthError extends FirebaseError 

Extends: FirebaseError

Properties

Property Type Description
appName string The name of the Firebase App which triggered this error.
email? string (Optional) The email of the user's account, used for sign-in/linking.
phoneNumber? string (Optional) The phone number of the user's account, used for sign-in/linking.
tenantid? string (Optional) The tenant ID being used for sign-in/linking.