Remote Config
What does it do?
Firebase Remote Config is a cloud service that lets you change the behavior and appearance of your app without requiring users to download an app update. When using Remote Config, you create in-app default values that control the behavior and appearance of your app. Then, you can later use the Firebase console or the Remote Config backend APIs to override in-app default values for all app users or for segments of your user base. Your app controls when updates are applied, and it can frequently check for updates and apply them with a negligible impact on performance.
Installation
- Legacy
- Null safety
1. Add dependency
- Legacy
- Null safety
2. Download dependency
3. (Web Only) Add the SDK
Web is currently not supported. See the FlutterFire roadmap.
4. Rebuild your app
Once complete, rebuild your Flutter application:
Next Steps
Once installed, you're ready to start using Remote Config in your Flutter Project.
View the Usage documentation to get started.