FirebaseRemoteConfig
A hybrid firebase remote config plugin (Android, iOS and web),
This plugin is based on firebase_remote_config
for mobile and firebase
for web.
Usage
To use this plugin, add firebase_remote_config_hybrid
as a dependency in your pubspec.yaml file.
Web integration
In addition to the firebase_remote_config_hybrid
dependency, you'll need to modify the web/index.html
of your app.
Getting Started
See the example
directory for a complete sample app using FirebaseRemoteConfig.