FirebaseAdmin.
A collection of standard profile information for a user.
Summary
Used to expose profile information returned by an identity provider.
Inheritance
Direct Known Subclasses:FirebaseAdmin.Auth.ProviderUserInfo, FirebaseAdmin.Auth.UserRecord| Properties | |
|---|---|
| DisplayName | stringGets the user's display name, if available.  | 
| Email | stringGets the user's email address, if available.  | 
| PhoneNumber | stringGets the user's phone number, if available.  | 
| PhotoUrl | stringGets the user's photo URL, if available.  | 
| ProviderId | stringGets the ID of the identity provider.  | 
| Uid | stringGets the user's unique ID assigned by the identity provider.  | 
Properties
DisplayName
string DisplayName
Gets the user's display name, if available.
Otherwise null.
string Email
Gets the user's email address, if available.
Otherwise null.
PhoneNumber
string PhoneNumber
Gets the user's phone number, if available.
Otherwise null.
PhotoUrl
string PhotoUrl
Gets the user's photo URL, if available.
Otherwise null.
ProviderId
string ProviderId
Gets the ID of the identity provider.
This can be a short domain name (e.g. google.com) or the identifier of an OpenID identity provider.
Uid
string Uid
Gets the user's unique ID assigned by the identity provider.