Posts by Matheus Hatje • 105 points
2 posts
-
0
votes1
answer53
viewsQ: How to access an object within an object, where its name is a number?
Follow an example of the object in question : obj : { "bairro" : "Centro", "dAula" : { "Quarta" : true, "Segunda" : true }, "dVencimento" : "10", "dataCadastro" : "10/10/2017", "dataInicioContrato"…
-
0
votes1
answer818
viewsQ: Sort from the latest to the oldest in firebase
Currently I am able to sort the publications by date, but as they were saved by timestamp, it is always displayed from the oldest to the newest, I would like to do the reverse, with the newest…