Hey,
thanks for the reply! The order they were originally implemented in is the order that they’re meant to be presented in the app. But an even bigger problem is that as my server and clients both read from those same documents, them getting “randomly” rearranged means that the clients and server will have different views on the data.
The app in question is in closed development so nothings urgently on the line here but I’m quite confused by the behaviour. There’s definitely no write actions happening on those documents.
I could just sort the data when querying it but it’s strange that the initial order of documents isn’t preserved.