Flutter Firebase Remote Config update in real time

Viewed 22

I am using firebase_remote_config plugin to fetch data from the remote config.

Inside the app's ui I am showing different cards to the different users which is coming from remote config. So I want to update the data from remote config in the real time when the user logs in. Right now it's taking a long time to reflect the updates. I have read through the documentation, but cannot find out any method inside the plugin to update it manually in the realtime.

Any suggestions would be appreciated, Thanks in advance !

0 Answers
Related