tree: a4d6362db4da14f4a69a0934864f0b13197a3e7f [path history] [tgz]
  1. android/
  2. example/
  3. ios/
  4. lib/
  5. test/
  6. .gitignore
  7. CHANGELOG.md
  8. firebase_core.iml
  9. firebase_core_android.iml
  10. LICENSE
  11. pubspec.yaml
  12. README.md
packages/firebase_core/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.