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 > SignInMethod

SignInMethod enum

Enumeration of supported sign-in methods.

Signature:

export declare const enum SignInMethod 

Enumeration Members

Member Value Description
EMAIL_LINK "emailLink" Email link sign in method
EMAIL_PASSWORD "password" Email/password sign in method
FACEBOOK "facebook.com" Facebook sign in method
GITHUB "github.com" GitHub sign in method
GOOGLE "google.com" Google sign in method
PHONE "phone" Phone sign in method
TWITTER "twitter.com" Twitter sign in method