|
|
|
|
|
by devdoomari
3151 days ago
|
|
Cloud Firestore has too many limitations on what it can't do... e.g. can't query with age > 10 and have it sorted by age <-- (wrong example) edit: see benjaminl's comment on the wrong example CORRECT example:
can't query with age > 10 and have it sorted by total_spent |
|
It can do accomplish that query. From the docs a similar query:
https://firebase.google.com/docs/firestore/query-data/order-...