lohanidamodar / flutter_firebase_helpers

Firebase helper library for flutter
https://pub.dev/packages/firebase_helpers
MIT License
10 stars 8 forks source link

Transactions and batch wirtes #2

Open SdxCoder opened 3 years ago

SdxCoder commented 3 years ago

KIndly add batch writes and transactions as helpers methods and it will make this library a complete package.

Also exposing collection and document references as getters will be of great help.

lohanidamodar commented 3 years ago

@SdxCoder Hi, thank you for your interest in the library and thank you for your suggestions. Those are great features. The references may be easier, I will explore and add them soon.

But, I don't yet have idea how to handle batch and transactions. If anyone you know or you are interested in helping out, I am open to PRs.