Firebase. Auth. UserProfile
Parameters to the UpdateUserProfile() function.
Summary
For fields you don't want to update, pass NULL. For fields you want to reset, pass "".
Inheritance
Inherits from: SystemIDisposable
Constructors and Destructors |
|
---|---|
UserProfile()
|
Properties |
|
---|---|
DisplayName
|
string
Gets or sets the display name associated with the user.
|
PhotoUrl
|
System.Uri
User photo URI.
|
Public functions |
|
---|---|
Dispose()
|
void
|
Dispose(bool disposing)
|
void
|
Properties
DisplayName
string DisplayName
Gets or sets the display name associated with the user.
PhotoUrl
System.Uri PhotoUrl
User photo URI.
The photo url associated with the user, if any.
Public functions
Dispose
void Dispose()
Dispose
void Dispose( bool disposing )
UserProfile
UserProfile()