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

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

Masamune logo

Katana Firebase

Follow on GitHub Follow on X Follow on YouTube Maintained with Melos

GitHub Sponsor


[GitHub] | [YouTube] | [Packages] | [X] | [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
copied to clipboard

Implementation #

Please initialize with the following code.

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

GitHub Sponsors #

Sponsors are always welcome. Thank you for your support!

https://github.com/sponsors/mathrunet

0
likes
160
points
1.66k
downloads

Publisher

verified publishermathru.net

Weekly Downloads

2024.09.27 - 2025.04.11

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

Homepage
Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cloud_firestore, firebase_core, flutter, katana

More

Packages that depend on katana_firebase