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
The RemoteConfig types in this SDK seem not to be up to date with the Firebase RemoteConfig API. When downloading a RemoteConfig template, the API can return parameter values of type RolloutValue and PersonalizationValue, as documented in the Firebase RemoteConfig API docs.
This SDK is missing these types. Specifically, I would expect them to show up here.
We are building tooling on top of the Firebase API, which rely on these types - the lack of their support currently breaks this. If possible, please make the SDK up to date with the API.