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

outdated

Google Firebase data backend for CARP mobile sensing. Supports uploading json to Firebase as either (zipped) files to Firebase Storage or as plain json to a 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.5.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
30%
popularity

Publisher

verified publishercachet.dk

Google Firebase data backend for CARP mobile sensing. Supports uploading json to Firebase as either (zipped) files to Firebase Storage or as plain json to a Firebase Database.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

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

More

Packages that depend on carp_firebase_backend