[[["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.EmailIdentifier Class Reference\n\nFirebaseAdmin.Auth.EmailIdentifier\n==================================\n\nUsed for looking up an account by email.\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| [EmailIdentifier](#class_firebase_admin_1_1_auth_1_1_email_identifier_1a32da5326fb59151bc2006f4ef7b2fa0b)`(string email)` Initializes a new instance of the [EmailIdentifier](/docs/reference/admin/dotnet/class/firebase-admin/auth/email-identifier#class_firebase_admin_1_1_auth_1_1_email_identifier) class. ||\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------|-------------------|\n| [ToString](#class_firebase_admin_1_1_auth_1_1_email_identifier_1a81512a76b895519449b867c88ae417ba)`()` | `override string` |\n\nPublic functions\n----------------\n\n### EmailIdentifier\n\n```text\n EmailIdentifier(\n string email\n)\n``` \nInitializes a new instance of the [EmailIdentifier](/docs/reference/admin/dotnet/class/firebase-admin/auth/email-identifier#class_firebase_admin_1_1_auth_1_1_email_identifier) class.\n\n\u003cbr /\u003e\n\n| Details ||\n|------------|---------------------------------------------------|\n| Parameters | |---------|------------| | `email` | The email. | |\n\n### ToString\n\n```text\noverride string ToString()\n```"]]