Home

Awesome

firebase_remote_config

This Go package implements the host-side of the Flutter firebase_remote_config plugin.

Usage

  1. 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{}),
  1. You must download firebase service account service-account-file.json

  2. Create empty file in the root of your Flutter application with name fb_service_account.json

  3. 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

Issues

https://github.com/jWinterDay/firebase_remote_config/issues