0

I want to use a OR condition in flutter firebase but it returns AND condition. I have try for a day

FirebaseFirestore.instance
        .collection("Flight_Details")
        .where("Date", isEqualTo: widget.alanFilter)
        .where("From",isEqualTo: widget.fromAlanFilter)
        .where("To",isEqualTo: widget.toAlanFilter)
        .snapshots(),
marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Vasanthan Raj
  • 126
  • 1
  • 9
  • 1
    OR condition is not supported, seems to be a duplicated question as in https://stackoverflow.com/questions/63092249/how-to-add-an-or-condition-to-flutter-firebase-queries – Elihu Del Valle Mar 21 '22 at 05:32

0 Answers0