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

UserInfo interface

User profile information, visible only to the Firebase project's apps.

Signature:

export interface UserInfo 

Properties

Property Type Description
displayName string | null The display name of the user.
email string | null The email of the user.
phoneNumber string | null The phone number normalized based on the E.164 standard (e.g. +16505550101) for the user.
photoURL string | null The profile photo URL of the user.
providerId string The provider used to authenticate the user.
uid string The user's unique ID, scoped to the project.