I would like to sort the data returned from Firebase by the Expiration Date, I am currently doing the following:
this.Collection = document.collection('values', ref => ref.orderBy('data_vencimento'));
But as can be seen in the image belo...
asked by
13.03.2018 / 17:03