<Android with Kotlin: How to filter DatabaseRefere...
# stackoverflow
u
Android with Kotlin: How to filter DatabaseReference I want to filter a getReference according to the data that is saved in a field. I want it to return only the uid that have the "status" with a value of "1" my code is this for now, it is returning all the uid that are inside "empleados"

enter image description here