I've created an app and I am using firebase as well but I want to order the documents by timestamp such that my documents will be ordered from recently added ones to older ones.
I wonder if there is a solution rather than using orderBy method because my project is very big.
please help me.
Note: I am devolping the app using flutter & dart.