katana_firebase 2.2.3 copy "katana_firebase: ^2.2.3" to clipboard
katana_firebase: ^2.2.3 copied to clipboard

Base package to handle firebase with Katana package. It performs initialization and other tasks.

Masamune logo

Katana Firebase

Follow on Twitter Follow on Threads Maintained with Melos

GitHub Sponsor


[GitHub] | [YouTube] | [Packages] | [Twitter] | [Threads] | [LinkedIn] | [mathru.net]


This is the base package for using Firebase functionality with the Katana package.

Initialize Firebase.

Installation #

Import the following packages.

flutter pub add katana_firebase

Implementation #

Please initialize with the following code.

await FirebaseCore.initialize(
  region: FirebaseRegion.asiaNortheast1,
  options: DefaultFirebaseOptions.currentPlatform,
);

GitHub Sponsors #

Sponsors are always welcome. Thank you for your support!

https://github.com/sponsors/mathrunet

0
likes
140
pub points
28%
popularity

Publisher

verified publishermathru.net

Base package to handle firebase with Katana package. It performs initialization and other tasks.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

cloud_firestore, firebase_core, flutter, katana

More

Packages that depend on katana_firebase