Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flutter-tizen/flutterfire
https://github.com/flutter-tizen/flutterfire
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/flutter-tizen/flutterfire
- Owner: flutter-tizen
- License: other
- Created: 2023-06-21T04:53:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T03:20:08.000Z (about 1 year ago)
- Last Synced: 2023-11-20T04:27:08.689Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 5.78 MB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/firebase/flutterfire), taking the form of a [non-endorsed federated plugin](https://docs.flutter.dev/packages-and-plugins/developing-packages#non-endorsed-federated-plugin). The actual interaction with Firebase services relies on cross-compiled [Firebase C++ SDK](https://github.com/firebase/firebase-cpp-sdk) libraries.
## Pre-Alpha Plugins
| Name | pub.dev | Firebase Product | Documentation | View Source |
|------------------------|:-----------------:|:--------------------------------------------------------------------:|:-----------------------------------------------------------------:|:-----------------------:|
| Cloud Functions | REPLACEME | [🔗](https://firebase.google.com/products/functions) | [📖](https://firebase.flutter.dev/docs/functions/overview) | [`cloud_functions`](packages/cloud_functions) |
| Core | REPLACEME | [🔗](https://firebase.google.com) | [📖](https://firebase.flutter.dev/docs/core/usage) | [`firebase_core`](packages/firebase_core) |
| Realtime Database | REPLACEME | [🔗](https://firebase.google.com/products/database) | [📖](https://firebase.flutter.dev/docs/database/overview) | [`firebase_database`](packages/firebase_database) |
| Storage | REPLACEME | [🔗](https://firebase.google.com/products/storage) | [📖](https://firebase.flutter.dev/docs/storage/overview) | [`firebase_storage`](packages/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](https://github.com/firebase/firebase-cpp-sdk/tree/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](./LICENSE) contains all the licences for the entire repository.