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?
Multiple Firestore Query Collection Filtering
Database & APIs
Do I have to use custom function or custom action?
Yes
1
1 reply