AngularFire used to have a orderByPriority filter
问题 From Google result it looks like AngularFire used to have a orderByPriority filter. But I cannot find this in the current AngularFire api docs: https://www.firebase.com/docs/web/libraries/angular/api.html. As I understand it, orderByPriority converted an objects properties into to an array. I guess this filter is gone because there is another and better way to do it now, but what is that method? 回答1: There is no longer a need for orderByPriority since you can utilize a synchronized array,