Posts by Osvaldo Pereira • 11 points
1 post
-
1
votes0
answers390
viewsQ: Doubt how to "read" data in firebase-database
Assuming I have this structure in the bank userId : { Messages : { SenderID : { PushID: { "msg": "Mensagem" } } } I’m using this code to "read" everything inside the "userid" dbRef.child(user.uid +…