katana_firebase 2.0.6
katana_firebase: ^2.0.6 copied to clipboard
Base package to handle firebase with Katana package. It performs initialization and other tasks.
Katana Firebase
[GitHub] | [YouTube] | [Packages] | [Twitter] | [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: "asia-northeast1",
options: DefaultFirebaseOptions.currentPlatform,
);