firebase_core_vm 0.0.2
firebase_core_vm: ^0.0.2 copied to clipboard
Firebase Core SDK - Dart implementation of FirebaseApp used by all Firebase services
Firebase Core #
Dart implementation of the Firebase Core API, which enables connecting to multiple Firebase apps.
Note: This library is still under development, and some APIs might not be available yet or work correctly. Please feel free to open an issue here or even a pull requests if you feel brave.
Usage #
NOTES
- can be used in CLIs, servers and Flutter.
- does not work on Web
- To use this package with the official firebase_core plugin on Flutter, see firebase_core_platform on how to use it.