The Firebase JS SDK is now in BETA!
This EAP site is no longer maintained. See the official Firebase Documentation site for the latest documentation and information about the Firebase JS SDK.

Home > @firebase/auth > Config

Config interface

Interface representing the Auth config.

Signature:

export interface Config 

Properties

Property Type Description
apiHost string The host at which the Firebase Auth backend is running.
apiKey string The API Key used to communicate with the Firebase Auth backend.
apiScheme string The scheme used to communicate with the Firebase Auth backend.
authDomain? string (Optional) The domain at which the web widgets are hosted (provided via Firebase Config).
sdkClientVersion string The SDK Client Version.
tokenApiHost string The host at which the Secure Token API is running.