React Native Firestore useEffect Fetch Issue with where Clause and Pagination
I am working on a React Native project that uses Firestore to fetch a list of services. I am trying to fetch services with a price greater than or equal to 70 and implement pagination using Firestore’s startAfter method. However, I am encountering an error when fetching more data.
Invalid Argument Error being returned from Firestore query
I am getting the below error whilst running a Firestore query.