[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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;"]]