Firebase – Using Transactions and batched writes within a Cloud Function
Transactions and batched writes can be used to write multiple documents by means of an atomic operation. Documentation says that Using the Cloud Firestore client libraries, you can group multiple operations into a single transaction. I cannot understand what is…