veta_firebase_setup 0.1.0
veta_firebase_setup: ^0.1.0 copied to clipboard
CLI that auto-generates Firebase rules, indexes, and firebase.json from veta_*_kit_firebase adapters declared in the consumer pubspec.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate veta_firebase_setupUse it
The package has the following executables:
$ veta_firebase_setup
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add veta_firebase_setupThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
veta_firebase_setup: ^0.1.0Alternatively, 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:veta_firebase_setup/veta_firebase_setup.dart';