Choice Chips Filtering

Actions & Logic

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.

What have you tried so far?

I have created a page state set up on load. It is set to contain the favourite sports list of my authenticated user.
I do not succeed to refresh my query for the list to be updated on sporttype is in my page state.
I have tried to set up the chip value to my page state without success.

It is probably not the best way to do it.

Would be kind if anyone can help ! Cheers

Did you check FlutterFlow's Documentation for this topic?
Yes
2