Awesome
firebase_remote_config
This Go package implements the host-side of the Flutter firebase_remote_config plugin.
Usage
- Import as:
import "github.com/jWinterDay/firebase_remote_config"
Then add the following option to your go-flutter application options:
flutter.AddPlugin(&firebase_remote_config.FirebaseRemoteConfigGoFlutterPlugin{}),
-
You must download firebase service account service-account-file.json
-
Create empty file in the root of your Flutter application with name fb_service_account.json
-
Copy-paste content of your service-account-file.json to nearly created file fb_service_account.json
Working
The plugin is still under development and I need your help as pull-requests
TODO
- save data local (local storage for example)