Posts by Arthur Ramos • 11 points
2 posts
-
1
votes1
answer1531
viewsQ: How to access an object in which the key is a number?
I have an object whose key to a property is a number, I can’t access that data using dados.1.TIPOPROCEDIMENTO. How can I do that? const dados = { "1": { "TIPOPROCEDIMENTO": "Humanas", "DESCRICAO":…
-
0
votes0
answers135
viewsQ: Do a search Inside a custom Listview with firebase
Basically my project resembles a social network, using the firebase Restaltime database, but I came across a problem, I created a custom listview and my idea was... Since I had 2 children >Users…