Stay organized with collections
Save and categorize content based on your preferences.
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
Properties
|
DisplayName
|
string
Gets or sets the display name associated with the user.
|
PhotoUrl
|
System.Uri
User photo URI.
|
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(
bool disposing
)
UserProfile
UserProfile()
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-27 UTC.
[null,null,["Last updated 2022-07-27 UTC."],[],[],null,["# Firebase.Auth.UserProfile Class Reference\n\nFirebase.Auth.UserProfile\n=========================\n\nParameters to the UpdateUserProfile() function.\n\nSummary\n-------\n\nFor fields you don't want to update, pass NULL. For fields you want to reset, pass \"\".\n\n### Inheritance\n\nInherits from: SystemIDisposable\n\n| ### Constructors and Destructors ||\n|---|---|\n| [UserProfile](#class_firebase_1_1_auth_1_1_user_profile_1a4821729751b36f5fa9de4775f79267b3)`()` ||\n\n| ### Properties ||\n|---------------------------------------------------------------------------------------------|------------------------------------------------------------------|\n| [DisplayName](#class_firebase_1_1_auth_1_1_user_profile_1a5af825875d09e4e4c9c116fd5ce00d18) | `string` Gets or sets the display name associated with the user. |\n| [PhotoUrl](#class_firebase_1_1_auth_1_1_user_profile_1a6a0eb22ba3e47afcb8e83e7f20a13cb6) | `System.Uri` User photo URI. |\n\n| ### Public functions ||\n|-----------------------------------------------------------------------------------------------------------|--------|\n| [Dispose](#class_firebase_1_1_auth_1_1_user_profile_1a6656073bfff72775026aea32072125f8)`()` | `void` |\n| [Dispose](#class_firebase_1_1_auth_1_1_user_profile_1a2d29ccbd40f4c4639f3d3a490d3b540e)`(bool disposing)` | `void` |\n\nProperties\n----------\n\n### DisplayName\n\n```c#\nstring DisplayName\n``` \nGets or sets the display name associated with the user. \n\n### PhotoUrl\n\n```c#\nSystem.Uri PhotoUrl\n``` \nUser photo URI.\n\nThe photo url associated with the user, if any.\n\nPublic functions\n----------------\n\n### Dispose\n\n```c#\nvoid Dispose()\n``` \n\n### Dispose\n\n```c#\nvoid Dispose(\n bool disposing\n)\n``` \n\n### UserProfile\n\n```c#\n UserProfile()\n```"]]