Hello,
Here is the situation.
I have a list of favourite sports stored as a list in my user collection.
This list contains sports selected by the user when creating their profile.
I have a list view displaying sports events.
The event collection contains a sporttype string, storing the event sport type (pretty self-explanatory).
What I would like is a Choicechip "Favourite Sports" to filter my list on event where the sporttype is contained in the favourite sports list of my authenticated user.