katana_firebase 2.2.5 katana_firebase: ^2.2.5 copied to clipboard
Base package to handle firebase with Katana package. It performs initialization and other tasks.
Katana Firebase
[GitHub] | [YouTube] | [Packages] | [Twitter] | [Threads] | [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: FirebaseRegion.asiaNortheast1,
options: DefaultFirebaseOptions.currentPlatform,
);
GitHub Sponsors #
Sponsors are always welcome. Thank you for your support!