A Flutter project demonstrating the implementation of Firebase Remote Config.
- Dynamic configuration updates
- Real-time feature flags
- Remote parameter management
- Clone the repository
- Set up Firebase in your project
- Add your
google-services.json
(Android) andGoogleService-Info.plist
(iOS) - Run
flutter pub get
- Flutter SDK
- Firebase project
- Basic knowledge of Flutter development
flutter pub get
Configure your remote parameters in Firebase Console and use them in your app.
For detailed implementation, check Firebase documentation.