Posts by Wiharlley Yitzhak • 9 points
4 posts
-
0
votes1
answer97
viewsA: How to compare two Child values in Firebase
I had forgotten to correctly reference the path. By the test console became functional, the application is still having access denied. "Vendedores": { "$uid": { ".read": "auth.uid == $uid ||…
-
-1
votes2
answers195
viewsA: Optimize Firebase Realtime Database and Firebase Storage actions
It is interesting to keep the user informed that the app is being loaded. You can put a Load, so he does not think that the application has crashed. As soon as the data is received, you hide it and…
-
0
votes2
answers535
viewsA: How to access child node in Firebase?
Friend, first you should structure your BD better. Instead of using an Id followed by the time of the request, try the following exit: idUsuario (idProjeto) // You will agree with…
-
0
votes1
answer97
viewsQ: How to compare two Child values in Firebase
I have two types of users: Vendedores and Usuarios. Applicants can display their data if the Ids are the same (already functional). Users should see Sellers' values if their child ("City") has the…