firebase_core_tvos 0.0.2 copy "firebase_core_tvos: ^0.0.2" to clipboard
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_interface to >=7.1.0 <8.1.0. CoreFirebaseOptions is a 15-element Pigeon payload only in 7.1.0 and 8.0.0; 7.0.x predates the recaptchaSiteKey field and 8.1.0 removed it again, so both send 14 elements. The generated native side here decodes index 14, so outside that window Firebase.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 port from firebase_core.
0
likes
130
points
212
downloads

Documentation

API reference

Publisher

verified publisherfluttertv.dev

Weekly Downloads

tvOS (Apple TV) implementation of the firebase_core Flutter plugin, enabling Firebase initialization on Apple TV via the flutter-tvos toolchain.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

firebase_core, firebase_core_platform_interface, flutter

More

Packages that depend on firebase_core_tvos

Packages that implement firebase_core_tvos