Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1021 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 1021 Bytes

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

  • save data local (local storage for example)

Issues

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