MichaelSolati / geofirestore-js

Location-based querying and filtering using Firebase Firestore.

Home Page:https://geofirestore.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid query. You have a where filter with an inequality (<, <=, >, or >=) on field 'd'

BadMask121 opened this issue · comments

im trying aggregation query on the d field but i get this error Error: firebase.firestore().collection().orderBy() Invalid query. You have a where filter with an inequality (<, <=, >, or >=) on field 'd.data' and so you must also use 'd.data' as your first Query.orderBy(), but your first Query.orderBy() is on field 'g' instead

This unfortunately will not work, please read the README.md

Update
This also provides more of an explanation which I could/should add to the read me.