Firestore startAfter() returning the same data in infinite scrolling when ordered by descending timestamp
问题 I'm writing a profile page with chronological user posts (latest post on top) using Firestore on Ionic by setting orderBy () to " timestamp " descending . I'm using Ionic's infinite loading to load more posts when the user reaches the bottom, but the result is that Firestore loads the exact same posts over and over again. Please help! Hi! Sorry if this is a beginner question, but I've been wrapping my head around this for sever hours to no avail. The pagination works properly when in