Home > @firebase/remote-config > fetchConfig
fetchConfig() function
Fetches and caches configuration from the Remote Config service.
Signature:
export declare function fetchConfig(remoteConfig: RemoteConfig): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
remoteConfig | RemoteConfig | The RemoteConfig instance. |
Returns:
Promise<void>