[[["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-29 UTC."],[],[],null,["# UserProvider interface\n\nRepresents a user identity provider that can be associated with a Firebase user.\n\n**Signature:** \n\n export interface UserProvider \n\nProperties\n----------\n\n| Property | Type | Description |\n|------------------------------------------------------------------------------|--------|-----------------------------------------------------------------------------|\n| [displayName](./firebase-admin.auth.userprovider.md#userproviderdisplayname) | string | The display name for the linked provider. |\n| [email](./firebase-admin.auth.userprovider.md#userprovideremail) | string | The email for the linked provider. |\n| [phoneNumber](./firebase-admin.auth.userprovider.md#userproviderphonenumber) | string | The phone number for the linked provider. |\n| [photoURL](./firebase-admin.auth.userprovider.md#userproviderphotourl) | string | The photo URL for the linked provider. |\n| [providerId](./firebase-admin.auth.userprovider.md#userproviderproviderid) | string | The linked provider ID (for example, \"google.com\" for the Google provider). |\n| [uid](./firebase-admin.auth.userprovider.md#userprovideruid) | string | The user identifier for the linked provider. |\n\nUserProvider.displayName\n------------------------\n\nThe display name for the linked provider.\n\n**Signature:** \n\n displayName?: string;\n\nUserProvider.email\n------------------\n\nThe email for the linked provider.\n\n**Signature:** \n\n email?: string;\n\nUserProvider.phoneNumber\n------------------------\n\nThe phone number for the linked provider.\n\n**Signature:** \n\n phoneNumber?: string;\n\nUserProvider.photoURL\n---------------------\n\nThe photo URL for the linked provider.\n\n**Signature:** \n\n photoURL?: string;\n\nUserProvider.providerId\n-----------------------\n\nThe linked provider ID (for example, \"google.com\" for the Google provider).\n\n**Signature:** \n\n providerId?: string;\n\nUserProvider.uid\n----------------\n\nThe user identifier for the linked provider.\n\n**Signature:** \n\n uid?: string;"]]