firebase_core_watchos 0.0.1-beta.1
firebase_core_watchos: ^0.0.1-beta.1 copied to clipboard
watchOS implementation of firebase_core, bridging the Firebase Apple SDK (FirebaseCore) over dart:ffi to configure and read Firebase app instances.
0.0.1-beta.1 #
- Initial watchOS implementation of
firebase_core: a dart:ffi bridge over the Firebase Apple SDK (FirebaseCore) implementingFirebase.initializeApp(default + named apps, fromFirebaseOptionsor a bundledGoogleService-Info.plist), the app registry (Firebase.apps/app), and per-app options, automatic-data-collection, and delete. - Scaffolded with
flutter-watchos plugin port, then hand-finished. - Links the Firebase Apple SDK via the CLI's external-SwiftPM-dependency support. Verified on the watch simulator: host unit tests (8/8) and an on-simulator smoke test that initializes the default and a named app. Not yet verified on physical watch hardware; published as a pre-release.