Firebase – How to sequential order number with Firestore and Google Cloud?
I'm building an order system on Google Cloud using Firestore. I have one Firestore database and multiple servers handling orders by location. Each branch starts daily orders from 1, resetting each day. How can I set up sequential order numbers…