Configuration of Firebase Authentication Emulator.

Index

Properties

host

host:string

The hostname of the emulator, which may be a domain ("localhost"), IPv4 address ("127.0.0.1") or quoted IPv6 address ("[::1]").

options

options:{ disableWarnings: boolean }

The emulator-specific options.

Type declaration

  • disableWarnings: boolean

    Whether the warning banner attached to the DOM was disabled.

port

port:number | null

The port of the emulator, or null if port isn't specified (i.e. protocol default).

protocol

protocol:string

The protocol used to communicate with the emulator ("http"/"https").