I would I sort a firebase binding for the database? I have a createdOn value for every object, and I'd like to sort from newest to oldest, but its currently the otherway round. I tried using Lodash, like this:
firebase: {
surveys: _.reverse(surveys),
},
But it didn't work.