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
Hi There, Thanks for this plugin !
I got an issue when calling the getString function to get back my config. await FirebaseRemoteConfig.getString({key: 'config'});
Each time the app state change i'm calling the same code to get the config.
The issue is that the value is not updated. I need to close and reopen the app to get the new value.
Regards
The text was updated successfully, but these errors were encountered:
Just thought I'd get some clarification for this: have you guys checked where the value is coming from? The remote config docs explicitly state that the value can come from 3 places: local default, cache or remote. If you update the value in the remote config, you'll need to ensure you retrieve the latest before getting it's value. If there's any code you can share, I'd be happy to take a look.
Hi There, Thanks for this plugin !
I got an issue when calling the getString function to get back my config.
await FirebaseRemoteConfig.getString({key: 'config'});
Each time the app state change i'm calling the same code to get the config.
The issue is that the value is not updated. I need to close and reopen the app to get the new value.
Regards
The text was updated successfully, but these errors were encountered: