tracelet_firebase 3.8.0-beta
tracelet_firebase: ^3.8.0-beta copied to clipboard
Firebase adapter for Tracelet. Automatically configures native HTTP sync to push locations directly to the Firebase RTDB and manages background auth token refresh.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add tracelet_firebaseWith Flutter:
$ flutter pub add tracelet_firebaseThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
tracelet_firebase: ^3.8.0-betaAlternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:tracelet_firebase/tracelet_firebase.dart';