carp_firebase_backend 0.2.0 copy "carp_firebase_backend: ^0.2.0" to clipboard
carp_firebase_backend: ^0.2.0 copied to clipboard

outdated

Firebase data backend for CARP mobile sensing in Flutter. Supports uploading json files to Google Firebase as either (i) zipped filed to Firebase Storage or as (ii) plain json to Firebase Database.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add carp_firebase_backend

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  carp_firebase_backend: ^0.2.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:carp_firebase_backend/carp_firebase_backend.dart';
4
likes
0
pub points
31%
popularity

Publisher

verified publishercachet.dk

Firebase data backend for CARP mobile sensing in Flutter. Supports uploading json files to Google Firebase as either (i) zipped filed to Firebase Storage or as (ii) plain json to Firebase Database.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

carp_core, carp_mobile_sensing, cloud_firestore, firebase_auth, firebase_storage, flutter, google_sign_in, json_annotation

More

Packages that depend on carp_firebase_backend