Stay organized with collections
Save and categorize content based on your preferences.
Properties
options
options: { disableWarnings: boolean }
protocol
protocol: string
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-27 UTC.
[null,null,["Last updated 2022-07-27 UTC."],[],[],null,["- [firebase](/docs/reference/node/firebase).\n- [auth](/docs/reference/node/firebase.auth).\n- EmulatorConfig \nConfiguration of Firebase Authentication Emulator.\n\nIndex\n\nProperties\n\n- [host](/docs/reference/node/firebase.auth.EmulatorConfig#host)\n- [options](/docs/reference/node/firebase.auth.EmulatorConfig#options)\n- [port](/docs/reference/node/firebase.auth.EmulatorConfig#port)\n- [protocol](/docs/reference/node/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.