skip to Main Content

Flutter – Cannot query the right place

whole filtering operation works fine except for 'sellerDetails.selectedHoursByDay'. I cannot reach out to the child values of selectedHoursByDay. DaysFilter is an array that contains the name of the days. void applyFilter() async{ Query<Map<String, dynamic>> filterquery = _firestore.collection('Users'); if (nameFilter !=…

VIEW QUESTION
Back To Top
Search