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

unlisted

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

Masamune logo

Katana Firebase

Follow on Twitter Maintained with Melos


[YouTube] | [Packages] | [Twitter] | [LinkedIn]


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: "asia-northeast1",
  options: DefaultFirebaseOptions.currentPlatform,
);
0
likes
0
pub points
33%
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

License

unknown (LICENSE)

Dependencies

cloud_firestore, firebase_core, flutter, katana

More

Packages that depend on katana_firebase