[[["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-22 UTC."],[],[],null,["# EmulatorConfig interface\n\nConfiguration of Firebase Authentication Emulator.\n\n**Signature:** \n\n export interface EmulatorConfig \n\nProperties\n----------\n\n| Property | Type | Description |\n|-------------------------------------------------------------|----------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|\n| [host](./auth.emulatorconfig.md#emulatorconfighost) | string | The hostname of the emulator, which may be a domain (\"localhost\"), IPv4 address (\"127.0.0.1\") or quoted IPv6 address (\"\\[::1\\]\"). |\n| [options](./auth.emulatorconfig.md#emulatorconfigoptions) | { readonly disableWarnings: boolean; } | The emulator-specific options. |\n| [port](./auth.emulatorconfig.md#emulatorconfigport) | number \\| null | The port of the emulator, or null if port isn't specified (i.e. protocol default). |\n| [protocol](./auth.emulatorconfig.md#emulatorconfigprotocol) | string | The protocol used to communicate with the emulator (\"http\"/\"https\"). |\n\nEmulatorConfig.host\n-------------------\n\nThe hostname of the emulator, which may be a domain (\"localhost\"), IPv4 address (\"127.0.0.1\") or quoted IPv6 address (\"\\[::1\\]\").\n\n**Signature:** \n\n readonly host: string;\n\nEmulatorConfig.options\n----------------------\n\nThe emulator-specific options.\n\n**Signature:** \n\n readonly options: {\n readonly disableWarnings: boolean;\n };\n\nEmulatorConfig.port\n-------------------\n\nThe port of the emulator, or null if port isn't specified (i.e. protocol default).\n\n**Signature:** \n\n readonly port: number | null;\n\nEmulatorConfig.protocol\n-----------------------\n\nThe protocol used to communicate with the emulator (\"http\"/\"https\").\n\n**Signature:** \n\n readonly protocol: string;"]]