Katana Firebase
[YouTube
](https://www.youtube.com/c/mathrunetchannel) | [Packages
](https://pub.dev/publishers/mathru.net/packages) | [Twitter
](https://twitter.com/mathru) | [LinkedIn
](https://www.linkedin.com/in/mathrunet/)
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,
);
Libraries
- katana_firebase
- Base package to handle firebase with Katana package. It performs initialization and other tasks.