I have the following problem:
I have a firebase collection called "users" with a list of all the users of my app and i have a Firebase collection called "friends" containing, among other fields, a list named "user_combination". This list "user_combination" always contains 2 user references to refer to the both users who are friends with each other.
Now i have a page for adding new users to your friend list where i want to display all Users from the collection of users which are currently not a friend of mine.
I tried a lot of things, but cant make the filters work the way I wanted to. I hope someone can help me with this :)