Supabase: Single Time Query For Views

Database & APIs

I read about FF & Supabase v2 update 13 November.
We can use Single Time Query.
I tried this.
I use supabase query for the whole page.
But query gets the date from a view not from a table.
And after updating some data with dialogs the current page doesn't update the data.

What do I do wrong?

What have you tried so far?

I checked supabase view. it has no option Realtime (because it is just SQL query)
View:

Tables:
All tables the view selects data from have Realtime on.

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