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

OperationType enum

Enumeration of supported operation types.

Signature:

export declare const enum OperationType 

Enumeration Members

Member Value Description
LINK "link" Operation involving linking an additional provider to an already signed-in user.
REAUTHENTICATE "reauthenticate" Operation involving using a provider to reauthenticate an already signed-in user.
SIGN_IN "signIn" Operation involving signing in a user.