Ivan
Ivan

Reputation: 872

How to order elements in Firebase using AngularFire2

What is the proper way to reorder items in Firebase? Using AngularFire2

enter image description here

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

Answers (1)

Daniel Hoppe Alvarez
Daniel Hoppe Alvarez

Reputation: 1358

Here is a very detailed list of the OrderBy-Property for firestore queries, firebase docs

Upvotes: 1

Related Questions