How to combine multiple values inside one equalTo() method?
I mean that i want to return the places which is in Egypt or USA for example
So i want it this way
ref.orderByChild("country").equalTO("Egypt OR USA");
but it doesn't work like that
I want to know how to make it work inside just one query