How to apply pagination on documents in firebase in descending order
If you have an app that retrives data from firebase, then 9 out of 10 times, we have to show the latest data on the top. This helps in maintaining user engagement as every time user opens he will find a new article/post etc as per your app. I recently made a quote app, where…