DatabaseReference reference1 = FirebaseDatabase.getInstance().getReference("User Data");
Query query = reference1.orderByChild("Email").equalTo(?????);
so what should i do i have list of emails that i want to pass to equalTo ? how to make loop for this ?