Multiple Firestore Query Collection Filtering

Database & APIs

Let's say we have an example collection, and I want to perform a filtering operation on it. The query I want to write is as follows:
(fieldA == 'A' & (fieldB == 'B' || fieldC == 'B'))
How can I achieve this condition?

What have you tried so far?

Do I have to use custom function or custom action?

Did you check FlutterFlow's Documentation for this topic?
Yes
1
1 reply