HLCaptain / jay-android

Driver behaviour analytics app.
https://hlcaptain.github.io/jay-android/
GNU General Public License v3.0
1 stars 1 forks source link

Rely more on transactions and batches #74

Closed HLCaptain closed 1 year ago

HLCaptain commented 1 year ago

Firestore operations can be interrupted, which might destroy consistency. With transactions and batches, operations which are already run are reverted if a failure happens during a transaction.