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 > UserInfo > phoneNumber

UserInfo.phoneNumber property

The phone number normalized based on the E.164 standard (e.g. +16505550101) for the user.

Signature:

readonly phoneNumber: string | null;

Description

This is null if the user has no phone credential linked to the account.