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
I have integrated Firebase Remote Config to my Flutter app and everything works fine, but when I made a changes to my config data on firebase dashboard and when I refresh my app on android it gets the latest changes but on iOS version it does't!!
it only gets the data when the app first installed and store it locally and it will never refresh again even if the minimumFetchInterval property expires in the RemoteConfigSettings.
how to fix this issue!, is there a way to clean the cache manually for only the config files not the whole app cache?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have integrated Firebase Remote Config to my Flutter app and everything works fine, but when I made a changes to my config data on firebase dashboard and when I refresh my app on android it gets the latest changes but on iOS version it does't!!
it only gets the data when the app first installed and store it locally and it will never refresh again even if the
minimumFetchInterval
property expires in theRemoteConfigSettings.
how to fix this issue!, is there a way to clean the cache manually for only the config files not the whole app cache?
Beta Was this translation helpful? Give feedback.
All reactions