Skip to content

implementation of Flutter's firebase_remote_config plugin for go-flutter-desktop and hover

Notifications You must be signed in to change notification settings

jWinterDay/firebase_remote_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

implementation of Flutter's firebase_remote_config plugin for go-flutter-desktop and hover

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages