Can't combine 'in' and 'Array Contains Any' operator in backend query

Database & APIs

Hi,

I am trying to do a backend query where I have multiple filters. One of my filters checks if the user UID is Not In some list. I want another filter which checks if an array 'skills' contains any element of another array 'desiredSkills'. But I get an error as this is not supported by firebase and FF.

What can I do to get around this?

What have you tried so far?

I tried creating multiple query collections on the same page but that didn't work even though no error came up.

I haven't been able to find a solution.

Did you check FlutterFlow's Documentation for this topic?
Yes
3
4 replies