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
Process experiment metadata in RC fetch response (#9276)
* feat: Process experiment metadata in RC fetch response
* [Fix] Storage cache is not updating when there are no experiments in response
* Add result of running yarn docgen:all
* Address review comments
* Fix yarn format failures
* yarn docgen changes added
* Export firebaseExperimentDescription
---------
Co-authored-by: Athira M <athiramanu@google.com>
Copy file name to clipboardExpand all lines: docs-devsite/remote-config.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ The Firebase Remote Config Web SDK. This SDK does not work in a Node.js environm
42
42
|[ConfigUpdateObserver](./remote-config.configupdateobserver.md#configupdateobserver_interface)| Observer interface for receiving real-time Remote Config update notifications.<!---->NOTE: Although an <code>complete</code> callback can be provided, it will never be called because the ConfigUpdate stream is never-ending. |
43
43
|[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> |
44
44
|[FetchResponse](./remote-config.fetchresponse.md#fetchresponse_interface)| Defines a successful response (200 or 304).<p>Modeled after the native <code>Response</code> interface, but simplified for Remote Config's use case. |
45
+
|[FirebaseExperimentDescription](./remote-config.firebaseexperimentdescription.md#firebaseexperimentdescription_interface)| Defines experiment and variant attached to a config parameter. |
45
46
|[FirebaseRemoteConfigObject](./remote-config.firebaseremoteconfigobject.md#firebaseremoteconfigobject_interface)| Defines a self-descriptive reference for config key-value pairs. |
46
47
|[RemoteConfig](./remote-config.remoteconfig.md#remoteconfig_interface)| The Firebase Remote Config service interface. |
47
48
|[RemoteConfigOptions](./remote-config.remoteconfigoptions.md#remoteconfigoptions_interface)| Options for Remote Config initialization. |
0 commit comments