Right now I have a Flutter project which uses version 2.10.4 and I also have Firebase configured to be able to use Firestore and I have offline use enabled so that when my app can access the internet the data is synchronized. I would like to know if it is possible to create some rules for this synchronization, for example that they are executed in a specific order, or in the order that they were added to that queue.