Skip to content

flutter-tizen/flutterfire

Repository files navigation

FlutterFire for Tizen

FlutterFire for Tizen is a set of plugins that enable Flutter apps to use Firebase services on Tizen devices. Each plugin operates as a platform package for FlutterFire, taking the form of a non-endorsed federated plugin. The actual interaction with Firebase services relies on cross-compiled Firebase C++ SDK libraries.

Pre-Alpha Plugins

Name pub.dev Firebase Product Documentation View Source
Cloud Functions REPLACEME 🔗 📖 cloud_functions
Core REPLACEME 🔗 📖 firebase_core
Realtime Database REPLACEME 🔗 📖 firebase_database
Storage REPLACEME 🔗 📖 firebase_storage

Please note that the plugins are now in an early stage of development, as they're based on the experimental implementation of the Firebase C++ SDK for Linux desktop (v10.4.0). Our plan is to initially provide development versions first, and then gradually transition to a stable version as a subsequent step following stable SDK releases.

Supported Devices

Name API level TV TV
emulator
Cloud Functions 7.0 ✔️ ✔️
Core 7.0 ✔️ ✔️
Realtime Database 7.0 ✔️ ✔️
Storage 7.0 ✔️ ✔️

License

The licence is described separately in each package. LICENSE contains all the licences for the entire repository.