ToliOriginal post
Rank 1: Thread
Hi everyone! How do I do an atomic transaction to a database? Say I need to send, from the client side, two requests, one create and one update. And I want them to either fail or succeed together. How do I do it?
E.g. Firebase has it: https://firebase.google.com/docs/firestore/manage-data/transactions
Summary
The user is asking for help on how to perform an atomic transaction to a database. They mention that transactions are not currently supported and provide a link to an issue for support. They also mention Firebase as an example of a service that supports atomic transactions.