Firebase. Auth. IUserInfo
Interface implemented by each identity provider.
Summary
Inheritance
Direct Known Subclasses:Firebase.Auth.FirebaseUser
Properties |
|
---|---|
DisplayName
|
string
Gets the display name associated with the user, if any.
|
Email
|
string
Gets email associated with the user, if any.
|
PhotoUrl
|
System.Uri
Gets the photo url associated with the user, if any.
|
ProviderId
|
string
Gets the provider ID for the user (For example, "Facebook").
|
UserId
|
string
Gets the unique user ID for the user.
|
Properties
DisplayName
string DisplayName
Gets the display name associated with the user, if any.
string Email
Gets email associated with the user, if any.
PhotoUrl
System.Uri PhotoUrl
Gets the photo url associated with the user, if any.
ProviderId
string ProviderId
Gets the provider ID for the user (For example, "Facebook").
UserId
string UserId
Gets the unique user ID for the user.
Note:The user's ID, unique to the Firebase project. Do NOT use this value to authenticate with your backend server, if you have one. Use User.Token() instead.