Firebase Remote Config provides lots of flexibility for how and when tofetch new values from the server and activate them in your app, allowing you toensure a quality end user experience by controlling the timing of any visibleconfiguration changes. You can fetch new values on application launch usingfetchAndActivate(), and usereal-time Remote Configas a complementary method to automatically fetch the latest parameter valuesafter a new version of your Remote Config is published.