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