[[["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-27 UTC."],[],[],null,["- [firebase](/docs/reference/js/v8/firebase).\n- [auth](/docs/reference/js/v8/firebase.auth).\n- EmulatorConfig \nConfiguration of Firebase Authentication Emulator.\n\nIndex\n\nProperties\n\n- [host](/docs/reference/js/v8/firebase.auth.EmulatorConfig#host)\n- [options](/docs/reference/js/v8/firebase.auth.EmulatorConfig#options)\n- [port](/docs/reference/js/v8/firebase.auth.EmulatorConfig#port)\n- [protocol](/docs/reference/js/v8/firebase.auth.EmulatorConfig#protocol)\n\nProperties\n\nhost \nhost: string \nThe hostname of the emulator, which may be a domain (\"localhost\"), IPv4 address (\"127.0.0.1\")\nor quoted IPv6 address (\"\\[::1\\]\").\n\noptions \noptions: { disableWarnings: boolean } \nThe emulator-specific options. \n\nType declaration\n\n-\n\n disableWarnings: boolean \n Whether the warning banner attached to the DOM was disabled.\n\nport \nport: number \\| null \nThe port of the emulator, or null if port isn't specified (i.e. protocol default).\n\nprotocol \nprotocol: string \nThe protocol used to communicate with the emulator (\"http\"/\"https\")."]]
Configuration of Firebase Authentication Emulator.