[[["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-03-24 UTC."],[],[],null,["# FirebaseAdmin.Auth.UserProvider Class Reference\n\nFirebaseAdmin.Auth.UserProvider\n===============================\n\nRepresents a user identity provider that can be associated with a Firebase user.\n\nSummary\n-------\n\n| ### Properties ||\n|----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|\n| [DisplayName](#class_firebase_admin_1_1_auth_1_1_user_provider_1a5f9e2906e5ed743b8b20188b6f78a76d) | `string` Gets or sets the user's display name. |\n| [Email](#class_firebase_admin_1_1_auth_1_1_user_provider_1ac9a9895f2614a67d9a47e46697fb18c7) | `string` Gets or sets the user's email address. |\n| [PhotoUrl](#class_firebase_admin_1_1_auth_1_1_user_provider_1a18ae0d0b23257d3d4705c6ba8cfffde4) | `string` Gets or sets the photo URL of the user. |\n| [ProviderId](#class_firebase_admin_1_1_auth_1_1_user_provider_1add2a93cda8724b2c1b0b6e72f9ee4bc5) | `string` Gets or sets the ID of the identity provider. |\n| [Uid](#class_firebase_admin_1_1_auth_1_1_user_provider_1a06f91cdd890682ce6b2ff470d87d90a2) | `string` Gets or sets the user's unique ID assigned by the identity provider. |\n\nProperties\n----------\n\n### DisplayName\n\n```text\nstring DisplayName\n``` \nGets or sets the user's display name. \n\n### Email\n\n```text\nstring Email\n``` \nGets or sets the user's email address. \n\n### PhotoUrl\n\n```text\nstring PhotoUrl\n``` \nGets or sets the photo URL of the user. \n\n### ProviderId\n\n```text\nstring ProviderId\n``` \nGets or sets the ID of the identity provider.\n\nThis can be a short domain name (e.g. google.com) or the identifier of an OpenID identity provider. This field is required. \n\n### Uid\n\n```text\nstring Uid\n``` \nGets or sets the user's unique ID assigned by the identity provider.\n\nThis field is required."]]