cloud_storage_firebase 0.1.2
cloud_storage_firebase: ^0.1.2 copied to clipboard
Firebase Storage + Cloud Firestore implementation of cloud_storage_platform_interface. Caller-supplied paths, no uid assumption.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cloud_storage_firebaseThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
cloud_storage_firebase: ^0.1.2Alternatively, 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:cloud_storage_firebase/cloud_storage_firebase.dart';