The Firebase Core for Flutter implementation for Tizen.
It offers experimental features for using Firebase on Flutter for Tizen. It works by wrapping cross-compiled libraries that are based on the Firebase C++ SDK for Linux.
To use this package, you need to include firebase_core_tizen as a dependency alongside firebase_core in your pubspec.yaml. Please note that firebase_core_tizen implementation is not officially endorsed for firebase_core.
dependencies:
firebase_core: ^2.17.0
firebase_core_tizen: ^1.0.1Then you can import firebase_core in your Dart code:
import 'package:firebase_core/firebase_core.dart';The following features are currently unavailable as they're not supported by the version of Firebase C++ SDK for Linux that this plugin is currently based on.
- Read options from native resources on Tizen.
- Using
SetAutomaticDataCollectionEnabledon FirebaseApp instance. - Using
SetAutomaticResourceManagementEnabledon FirebaseApp instance.