firebase_core_vm 0.0.6
firebase_core_vm: ^0.0.6 copied to clipboard
Dart implementation of Firebase Core SDK that provides FirebaseApps used by all Firebase services
0.0.6 #
- remove SharedPreferences from the example and require a Hive Box for persistent storage
0.0.5 #
- Move default implementation for PlatformDependency
- Drop the _dataCollectionDefaultEnabled and read directly from store
- Add missing field to FirebaseOptions
0.0.4 #
- Expose
isWeb
,isMobile
andisDesktop
based on conditional imports - Throw unimplemented error when trying to create a FirebaseApp in a js/html context
0.0.3 #
- Rename library from
firebase_common
tofirebase_core
0.0.2 #
- Add flutter example
- Update README
0.0.1 #
- Initial release