How to retrieve Firestore documents in chronological (and reverse-chronological) order
INTRODUCTION One very common task web developers working with databases often find themselves doing is retrieving data in a specific order – especially chronological. In this article, I will show you exactly how to do this with documents stored in Firebase Firestore. Ready? Let’s go! Note This article is based …