[remote_config] add method to get json values #5605
Replies: 3 comments
-
Same problem here :( |
Beta Was this translation helpful? Give feedback.
-
You can fetch the String value of the json and them json.decode() it. But there is an issue at the moment : #2074 Please drop a like on it, so it gets prioritized 👍 |
Beta Was this translation helpful? Give feedback.
-
So the native SDKs (web included) don't return a |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
From firebase console you can set
json
value to a key. Flutter sdk does not expose any method to retrievejson
type values. It only exposes methods to fetch primitive type values.Describe the solution you'd like
Flutter sdk to should expose a method
Beta Was this translation helpful? Give feedback.
All reactions