[[["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 2024-01-23 UTC."],[],[],null,["firebase::auth::UserInfoInterface\n\n\n`#include \u003cuser.h\u003e`\n\nInterface implemented by each identity provider.\n\nSummary\n\nInheritanceDirect Known Subclasses:[firebase::auth::User](/docs/reference/cpp/class/firebase/auth/user)\n\nPublic functions \n\ndisplay_name \n\n```c++\nvirtual std::string display_name() const \n``` \nGets the display name associated with the user, if any. \n\nemail \n\n```c++\nvirtual std::string email() const \n``` \nGets email associated with the user, if any. \n\nphone_number \n\n```c++\nvirtual std::string phone_number() const \n``` \nGets the phone number for the user, in E.164 format. \n\nphoto_url \n\n```c++\nvirtual std::string photo_url() const \n``` \nGets the photo url associated with the user, if any. \n\nprovider_id \n\n```c++\nvirtual std::string provider_id() const \n``` \nGets the provider ID for the user (For example, \"Facebook\"). \n\nuid \n\n```c++\nvirtual std::string uid() const \n``` \nGets the unique Firebase user ID for the user.\n\n\n| **Note:** The user's ID, unique to the Firebase project. Do NOT use this value to authenticate with your backend server, if you have one. Use [User::GetToken()](/docs/reference/cpp/class/firebase/auth/user#classfirebase_1_1auth_1_1_user_1a2214a2f314fd251bad6f318ec9eab22d) instead.\n\n\u003cbr /\u003e\n\n\\~UserInfoInterface \n\n```c++\nvirtual ~UserInfoInterface()\n```"]]