How to implement pagination in Firebase using JavaScript?
问题 I am working on Firebase pagination using JavaScript. I have implemented a soft delete feature where the record is not deleted in Firebase but deleted in the web display. So when a soft delete is being done, the visible flag in Firebase becomes false. I want to display on my web form, the contacts whose visible flag is true using JavaScript ( with the NEXT and PREV buttons ). Since I am new to this, I would love to get suggestions and help!! A Snapshot of Firebase is as follows: My code of