Closed mattwebhub closed 5 years ago
This problem can never be solved by geofirestore based on limitations of Firestore and geohash queries. Firestore doesn't allow for compound range queries => https://firebase.google.com/docs/firestore/query-data/queries#compound_queries
EDIT I read through the post and found that such queries cannot be made. Is there a timeline for this problem to be solved tho? This is a big requirement for an app so I'd probably have to use another solution if such filtering can't be made. Hi all, thanks for this awesome lib. I'm having a hard time figuring out how to use the
.where()
parameter with geofirestore. It works if I use==
but it does not with inequality operators I have indexed my collection with ad.createdAt
-g
but when I use a<
operator it throws me this error:bellow my query code