Closed lyseiha closed 4 years ago
and i got
Error: firebase.firestore().collection().orderBy() Invalid query. Initial Query.orderBy() parameter: g has to be the same as the Query.where() fieldPath parameter(s): d.updateAt when an inequality operator is invoked
Error: firebase.firestore().collection().orderBy() Invalid query. Initial Query.orderBy() parameter: g has to be the same as the Query.where() fieldPath parameter(s): d.updateAt when an inequality operator is invoked
Unfortunately compound queries with inequalities (<
, <=
, >
, >=
) is impossible with Firestore (and geofirestore uses an inequality query in order to make the geoquery). See this for more details.