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?
Supabase: Single Time Query For Views
Database & APIs
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.
Yes
2
1 reply