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
feat(remote-config): Support Rollout, Personalization, and Experiment values
Added new Remote Config parameter value types (Rollout, Personalization, Experiment) to the SDK.
Updated RemoteConfigParameterValue union type and added corresponding interfaces.
Updated unit tests to verify the new types in Remote Config templates. Fixes#2962.
feat(remote-config): Support Rollout, Personalization, and Experiment values
Added new Remote Config parameter value types (Rollout, Personalization, Experiment) to the SDK.
Updated
RemoteConfigParameterValueunion type and added corresponding interfaces.Updated unit tests to verify the new types in Remote Config templates.
Fixes #2962.