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: SystemIDisposableConstructors and Destructors | |
|---|---|
UserProfile() |
Properties | |
|---|---|
DisplayName | stringGets or sets the display name associated with the user. |
PhotoUrl | System.UriUser photo URI. |
Public functions | |
|---|---|
Dispose() | void |
Dispose(bool disposing) | void |
Properties
DisplayName
stringDisplayName
Gets or sets the display name associated with the user.
PhotoUrl
System.UriPhotoUrl
User photo URI.
The photo url associated with the user, if any.
Public functions
Dispose
voidDispose()
Dispose
voidDispose(booldisposing)
UserProfile
UserProfile()
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-27 UTC.