[[["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,["Configuration of Firebase Authentication Emulator.\n\n**Signature:** \n\n export interface EmulatorConfig \n\nProperties\n\nEmulatorConfig.host\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\nThe emulator-specific options.\n\n**Signature:** \n\n readonly options: {\n readonly disableWarnings: boolean;\n };\n\nEmulatorConfig.port\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\nThe protocol used to communicate with the emulator (\"http\"/\"https\").\n\n**Signature:** \n\n readonly protocol: string;"]]