I have this structure Now, Im making a query like this:
DatabaseReference myRef = database.getReference("users");
myRef.equalTo("6991580","ci").addListenerForSingleValueEvent(new ...
I was expecting the second node as result.. Then I get:
DataSnapshot { key = users, value = null }
So, what is wrong with this query? or maybe Im doing something wrong?
Best regards and thanks for reply.