firebase_kit 1.0.0 copy "firebase_kit: ^1.0.0" to clipboard
firebase_kit: ^1.0.0 copied to clipboard

Firebase integration kit for Flutter applications. Provides streamlined Firebase services including Analytics, Authentication, Crashlytics, Cloud Firestore, and Cloud Messaging.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_kit

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  firebase_kit: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:firebase_kit/firebase_kit.dart';
1
likes
160
points
114
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

Firebase integration kit for Flutter applications. Provides streamlined Firebase services including Analytics, Authentication, Crashlytics, Cloud Firestore, and Cloud Messaging.

Homepage
Repository (GitHub)
View/report issues

Topics

#firebase #firebase-kit

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

cloud_firestore, firebase_analytics, firebase_auth, firebase_core, firebase_crashlytics, firebase_messaging, flutter, service_runner

More

Packages that depend on firebase_kit