Simple Firestore Counter Transactions
library_books Simple Firestore Counter Transactions
8 min read
I created two functions similar to Firestore's set and delete, except that they automatically batch counter functions.
First, install the package:
npm i j-firebase
Set and Delete a D...
code-build.hashnode.dev4 min read