Katana Firebase
[GitHub
](https://github.com/mathrunet) | [YouTube
](https://www.youtube.com/c/mathrunetchannel) | [Packages
](https://pub.dev/publishers/mathru.net/packages) | [Twitter
](https://twitter.com/mathru) | [Threads
](https://threads.net/@mathrunet) | [LinkedIn
](https://www.linkedin.com/in/mathrunet/) | [mathru.net
](https://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: FirebaseRegion.asiaNortheast1,
options: DefaultFirebaseOptions.currentPlatform,
);
GitHub Sponsors
Sponsors are always welcome. Thank you for your support!
Libraries
- katana_firebase
- Base package to handle firebase with Katana package. It performs initialization and other tasks.