I have below firebase structure. From this I need to fetch data based on query where Dstatus=ok and Drmoble=mobile no
so far I have written this which is working for a single value only.How can I combine both
mReferenceBooks.orderByChild("Drmoble").equalTo(mobile_no).addValueEventListener(new ValueEventListener() {
@Override
public void onDataChange(DataSnapshot dataSnapshot) {