Earlier quoted context omitted.
What about FieldValue.increment()? https://cloud.google.com/firestore/docs/samples/firestore-da...
That's just sugar on top of atomic writes
Interesting! I thought it would be simpler to implement than full blown atomic writes, so I assumed it was different.