[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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```"]]