googlearchive / firebase-util

An experimental toolset for Firebase
http://firebase.github.io/firebase-util
MIT License
276 stars 67 forks source link

NormalizedCollection doesn't order new items #71

Closed mifama closed 8 years ago

mifama commented 8 years ago

When I add a child in one path of NormalizedCollection wich is orderByPriority it's added on the last position, regardless priority. Always is the last the new child.

katowulf commented 8 years ago

Priority is only applied to the master ref (the first ref in the join).