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

getMultiFactorResolver() function

Provides a MultiFactorResolver suitable for completion of a multi-factor flow.

Signature:

export declare function getMultiFactorResolver(auth: Auth, error: MultiFactorError): MultiFactorResolver;

Parameters

Parameter Type Description
auth Auth The auth instance.
error MultiFactorError The MultiFactorError raised during a sign-in, or reauthentication operation.

Returns:

MultiFactorResolver