Javascript – perform compound queries in Cloud Firestore
when performing Cloud Firestore compound queries with startAfter the result seems indefinite how do I know when I get to the last item in my collection and stop rendering. this is the code that queries my data const first =…