Reputation: 872
What is the proper way to reorder items in Firebase? Using AngularFire2
Few years ago I did that using ordering by priority. There was a method .setWithPriority()
and even a hidden property $priority
that you could set and elements would be automatically reordered. Then, priority was going to be deprecated.
Please help me to figure out how to do it correctly nowadays
Upvotes: 0
Views: 112
Reputation: 1358
Here is a very detailed list of the OrderBy-Property for firestore queries, firebase docs
Upvotes: 1