RemoteConfigOptions interface

Options for Remote Config initialization.

Signature:

exportinterfaceRemoteConfigOptions

Properties

PropertyTypeDescription
initialFetchResponseFetchResponseHydrates the state with an initial fetch response.
templateIdstringThe 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;