How can multiple equalTo() be used in Flutter API to filter the data? What is alternative solution ?
Adding multiple .equalTo(date).orderByChild('IsRecurrence').equalTo(false) throws below error - An order has already been set, you cannot combine multiple order by calls