Listview data not updating with choicechips selection.

Troubleshooting

I am trying to filter the listview data with a selection from Choice chips but the date is not changing even after selecting a choice chip, I can see in debug panel, that the selected choice chip list is updating, I am also assigning the choice chip selected strings to local page state variable list of string, even that is updating in Debug pannel when I select a choice chip. Note: Multiple choice chip slection is on. I am using Supabase for backend.
Given "Table 1" is in "Indoor" category and "Table2" is in "Outdoor" Category.

What have you tried so far?

Now in the backend query when I filter it with "CategoryName" in "Choicechip" from widget state, it shows all the data and even after selecting a choice chip it doesn't filter anything.
If I filter it with "CategoryName" in "local page state variable", it doesn't show anything and neither update on choicechip seletion.
I have turned on "page rebuild" on choice chip selection but even then also it is not updating gridview.
It looks like the backend query is not updating.
Note: I am not caching anything

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