firebase_core_tvos 0.0.2
firebase_core_tvos: ^0.0.2 copied to clipboard
tvOS (Apple TV) implementation of the firebase_core Flutter plugin, enabling Firebase initialization on Apple TV via the flutter-tvos toolchain.
0.0.2 #
- Constrain
firebase_core_platform_interfaceto>=7.1.0 <8.1.0.CoreFirebaseOptionsis a 15-element Pigeon payload only in 7.1.0 and 8.0.0; 7.0.x predates therecaptchaSiteKeyfield and 8.1.0 removed it again, so both send 14 elements. The generated native side here decodes index 14, so outside that windowFirebase.initializeApp(options: ...)read past the end of the list. Unconstrained, a fresh resolve picked 8.1.0.
0.0.1 #
- Initial tvOS scaffolding generated by
flutter-tvos plugin portfromfirebase_core.