RemoteConfigOptions interface

Options for Remote Config initialization.

Signature:

export interface RemoteConfigOptions 

Properties

Property Type Description
initialFetchResponse FetchResponse Hydrates the state with an initial fetch response.
templateId string The ID of the template to use. If not provided, defaults to "firebase".

RemoteConfigOptions.initialFetchResponse

Hydrates the state with an initial fetch response.

Signature:

initialFetchResponse?: FetchResponse;

RemoteConfigOptions.templateId

The ID of the template to use. If not provided, defaults to "firebase".

Signature:

templateId?: string;