hi all, I am sure this is easy but just not getting it figured out. There are actually two part to this question so hang in there. The first part is, I have a list view that pulls items in and matches a uid with a pid. Kinda like a shopping cart but it will be a list that will need to stay with the user so I am using a view query in supabase to display it. I can display the view no problem. I created a "remove" button remove the item from the list. Click remove and it deletes the from the database. I use an action to do that. The problem is, the page does not refresh. The items just stay on the page. Assuming is a cache issue but I cannot clear cache, says no cache set. I tried a refresh, navigating back to the page and whatever else i can find in the action options. Nothing seems to work.
Second part of the question, should I use app state to handle this? I am not super clear on app state yet to understand how it fully works. Question is, if I use it and the user logs out and back in does the app state persist? What if they uninstall and reinstall app? Can you query an app state? I would like to have reports on what a user has in their list view. If this is the way to go, I will implement it but would be nice to know how to just refresh the page after they delete the item.
Thanks! loving flutterflow so far!