katana_firebase 1.1.4
katana_firebase: ^1.1.4 copied to clipboard
Base package to handle firebase with Katana package. It performs initialization and other tasks.
Katana Firebase
[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,
);