hyttahub_firebase 0.1.2
hyttahub_firebase: ^0.1.2 copied to clipboard
Firebase implementations for hyttahub base functionality.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hyttahub_firebaseThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hyttahub_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:hyttahub_firebase/firebase_hyttahub_auth.dart';
import 'package:hyttahub_firebase/firestore_hyttahub_storage.dart';