flutter_web_plugins/packages/firebase_core
JohnE 9a8c050ad8 MOD: updating for flutter_web support 2019-06-11 13:47:05 -07:00
..
android NEW: initial commit 2019-06-11 13:19:04 -07:00
example NEW: initial commit 2019-06-11 13:19:04 -07:00
ios NEW: initial commit 2019-06-11 13:19:04 -07:00
lib MOD: updating for flutter_web support 2019-06-11 13:47:05 -07:00
test NEW: initial commit 2019-06-11 13:19:04 -07:00
CHANGELOG.md NEW: initial commit 2019-06-11 13:19:04 -07:00
LICENSE NEW: initial commit 2019-06-11 13:19:04 -07:00
README.md NEW: initial commit 2019-06-11 13:19:04 -07:00
firebase_core.iml NEW: initial commit 2019-06-11 13:19:04 -07:00
firebase_core_android.iml NEW: initial commit 2019-06-11 13:19:04 -07:00
pubspec.yaml MOD: updating for flutter_web support 2019-06-11 13:47:05 -07:00

README.md

Firebase Core for Flutter

pub package

A Flutter plugin to use the Firebase Core API, which enables connecting to multiple Firebase apps.

For Flutter plugins for other Firebase products, see FlutterFire.md.

Note: This plugin is still under development, and some APIs might not be available yet. Feedback and Pull Requests are most welcome!

Usage

To use this plugin, add firebase_core as a dependency in your pubspec.yaml file.

Getting Started

See the example directory for a complete sample app using Firebase Core.