Firebase. Auth. FirebaseUser
Firebase user account object.
Summary
This class allows you to manipulate the profile of a user, link to and unlink from authentication providers, and refresh authentication tokens.
Inheritance
Inherits from: Firebase.Auth.IUserInfo, SystemIDisposable
Properties |
|
---|---|
DisplayName
|
string
Gets the display name associated with the user, if any.
|
Email
|
string
Gets email associated with the user, if any.
|
IsAnonymous
|
bool
True if user signed in anonymously.
|
IsEmailVerified
|
bool
True if the email address associated with this user has been verified.
|
Metadata
|
|
PhoneNumber
|
string
|
PhotoUrl
|
System.Uri
The photo url associated with the user, if any.
|
ProviderData
|
global::System.Collections.Generic.IEnumerable< IUserInfo >
Gets the third party profile data associated with this user returned by the authentication server, if any.
|
ProviderId
|
string
Gets the provider ID for the user (For example, "Facebook").
|
UserId |