Hey there,
I'm trying to filter a firestore query. I only want to show the results where the field 'notes' (which is a list) to be set and not empty. Yet FF only gives me the option "array contains" and "array contains any".
I tried to do array contains any ' random string' and things like that but can't get it to work..
Can anyone help me out?