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?