[[["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 2023-07-20 UTC."],[],[],null,["# Firebase.Auth.IUserInfo Interface Reference\n\nFirebase.Auth.IUserInfo\n=======================\n\nInterface implemented by each identity provider.\n\nSummary\n-------\n\n### Inheritance\n\nDirect Known Subclasses:[Firebase.Auth.UserInfoInterface](/docs/reference/unity/class/firebase/auth/user-info-interface)\n\n| ### Properties ||\n|------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------|\n| [DisplayName](#interface_firebase_1_1_auth_1_1_i_user_info_1a99b66c4536e80d36a6c63348fef11397) | `string` Gets the display name associated with the user, if any. |\n| [Email](#interface_firebase_1_1_auth_1_1_i_user_info_1a7a3a2a0467e2ec3f26dab709e6b6972c) | `string` Gets email associated with the user, if any. |\n| [PhotoUrl](#interface_firebase_1_1_auth_1_1_i_user_info_1adb0b92f360f8421b99df5518481aa67d) | `System.Uri` Gets the photo url associated with the user, if any. |\n| [ProviderId](#interface_firebase_1_1_auth_1_1_i_user_info_1a564a1f66b452bf677d2a8d87f05bbf7a) | `string` Gets the provider ID for the user (For example, \"Facebook\"). |\n| [UserId](#interface_firebase_1_1_auth_1_1_i_user_info_1a1524d36845f380647b4119da5b918232) | `string` Gets the unique user ID for the user. |\n\nProperties\n----------\n\n### DisplayName\n\n```c#\nstring DisplayName\n``` \nGets the display name associated with the user, if any. \n\n### Email\n\n```c#\nstring Email\n``` \nGets email associated with the user, if any. \n\n### PhotoUrl\n\n```c#\nSystem.Uri PhotoUrl\n``` \nGets the photo url associated with the user, if any. \n\n### ProviderId\n\n```c#\nstring ProviderId\n``` \nGets the provider ID for the user (For example, \"Facebook\"). \n\n### UserId\n\n```c#\nstring UserId\n``` \nGets the unique user ID for the user.\n\n\n| **Note:** The user's ID, unique to the [Firebase](/docs/reference/unity/namespace/firebase#namespace_firebase) project. Do NOT use this value to authenticate with your backend server, if you have one. Use User.Token() instead.\n\n\u003cbr /\u003e"]]