firestore_helper_methods 1.0.1
firestore_helper_methods: ^1.0.1 copied to clipboard
A package to simplify basic firestore methods.
These helpers wil help out significantly. Base Firestore methods are available.
Methods include: add update delete get getList stream
See the example for implementation.
Features #
Makes firestore methods much easier accomplish.
Getting started #
import 'package:firestore_helper_methods/firestore_helper_methods.dart';
Usage #
See Example.