should be able to sort data and select data with criteria on different fields
should be able to sort data and select data with criteria on different fields (the limitation section on https://firebase.google.com/docs/firestore/query-data/order-limit-data?hl=en&authuser=0)
5
votes
-
Ricky VanFossen commented
Completely agree! Sorting is such a basic function I was amazed to find that it isn't possible without first adding a filter. I don't want to filter my data, I just want to sort it. It really shouldn't be so hard to just be able to have the newest document at the top or bottom, or alphabetically.