Hacker News new | ask | show | jobs
by schemescape 1045 days ago
What about FieldValue.increment()?

https://cloud.google.com/firestore/docs/samples/firestore-da...

1 comments

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.