[[["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.PhoneIdentifier Class Reference\n\nFirebaseAdmin.Auth.PhoneIdentifier\n==================================\n\nUsed for looking up an account by phone number.\n\nSummary\n-------\n\nSee AbstractFirebaseAuth.GetUsersAsync(IReadOnlyCollection{UserIdentifier}).\n\n### Inheritance\n\nInherits from: [FirebaseAdmin.Auth.UserIdentifier](/docs/reference/admin/dotnet/class/firebase-admin/auth/user-identifier)\n\n| ### Constructors and Destructors ||\n|---|---|\n| [PhoneIdentifier](#class_firebase_admin_1_1_auth_1_1_phone_identifier_1a32b52fd6a07145bd1fb61854feaf1a7c)`(string phoneNumber)` Initializes a new instance of the [PhoneIdentifier](/docs/reference/admin/dotnet/class/firebase-admin/auth/phone-identifier#class_firebase_admin_1_1_auth_1_1_phone_identifier) class. ||\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------|-------------------|\n| [ToString](#class_firebase_admin_1_1_auth_1_1_phone_identifier_1a3d11c338e5e995a45ecdaf90e80b761a)`()` | `override string` |\n\nPublic functions\n----------------\n\n### PhoneIdentifier\n\n```text\n PhoneIdentifier(\n string phoneNumber\n)\n``` \nInitializes a new instance of the [PhoneIdentifier](/docs/reference/admin/dotnet/class/firebase-admin/auth/phone-identifier#class_firebase_admin_1_1_auth_1_1_phone_identifier) class.\n\n\u003cbr /\u003e\n\n| Details ||\n|------------|---------------------------------------------------------------------------|\n| Parameters | |---------------|------------------| | `phoneNumber` | The phoneNumber. | |\n\n### ToString\n\n```text\noverride string ToString()\n```"]]