RemoteConfigOptions interface
Stay organized with collections
Save and categorize content based on your preferences.
Options for Remote Config initialization.
Signature:
export interface RemoteConfigOptions
Properties
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;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-27 UTC.
[null,null,["Last updated 2025-02-27 UTC."],[],[],null,["# RemoteConfigOptions interface\n\nOptions for Remote Config initialization.\n\n**Signature:** \n\n export interface RemoteConfigOptions \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|-------------------------------------------------------------------------|\n| [initialFetchResponse](./remote-config.remoteconfigoptions.md#remoteconfigoptionsinitialfetchresponse) | [FetchResponse](./remote-config.fetchresponse.md#fetchresponse_interface) | Hydrates the state with an initial fetch response. |\n| [templateId](./remote-config.remoteconfigoptions.md#remoteconfigoptionstemplateid) | string | The ID of the template to use. If not provided, defaults to \"firebase\". |\n\nRemoteConfigOptions.initialFetchResponse\n----------------------------------------\n\nHydrates the state with an initial fetch response.\n\n**Signature:** \n\n initialFetchResponse?: FetchResponse;\n\nRemoteConfigOptions.templateId\n------------------------------\n\nThe ID of the template to use. If not provided, defaults to \"firebase\".\n\n**Signature:** \n\n templateId?: string;"]]