You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[activate(remoteConfig)](./remote-config.md#activate_722a192)| Makes the last fetched config available to the getters. |
23
23
|[ensureInitialized(remoteConfig)](./remote-config.md#ensureinitialized_722a192)| Ensures the last activated config are available to the getters. |
@@ -38,7 +38,10 @@ The Firebase Remote Config Web SDK. This SDK does not work in a Node.js environm
38
38
| Interface | Description |
39
39
| --- | --- |
40
40
|[CustomSignals](./remote-config.customsignals.md#customsignals_interface)| Defines the type for representing custom signals and their values.<p>The values in CustomSignals must be one of the following types:<ul> <li><code>string</code> <li><code>number</code> <li><code>null</code> </ul> |
41
+
|[FetchResponse](./remote-config.fetchresponse.md#fetchresponse_interface)| Defines a successful response (200 or 304).<p>Modeled after the native interface, but simplified for Remote Config's use case. |
42
+
|[FirebaseRemoteConfigObject](./remote-config.firebaseremoteconfigobject.md#firebaseremoteconfigobject_interface)| Defines a self-descriptive reference for config key-value pairs. |
41
43
|[RemoteConfig](./remote-config.remoteconfig.md#remoteconfig_interface)| The Firebase Remote Config service interface. |
44
+
|[RemoteConfigOptions](./remote-config.remoteconfigoptions.md#remoteconfigoptions_interface)| Options for Remote Config initialization. |
42
45
|[RemoteConfigSettings](./remote-config.remoteconfigsettings.md#remoteconfigsettings_interface)| Defines configuration options for the Remote Config SDK. |
43
46
|[Value](./remote-config.value.md#value_interface)| Wraps a value with metadata and type-safe getters. |
44
47
@@ -52,19 +55,20 @@ The Firebase Remote Config Web SDK. This SDK does not work in a Node.js environm
0 commit comments