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

ConfirmationResult interface

A result from a phone number sign-in, link, or reauthenticate call.

Signature:

export interface ConfirmationResult 

Properties

Property Type Description
verificationId string The phone number authentication operation's verification ID.

Methods

Method Description
confirm(verificationCode) Finishes a phone number sign-in, link, or reauthentication.