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. |