How do I subscribe to Supabase websocket and get latest data.
RasacL
26 days ago
Dec 19, 2024, 6:25 PM
I want to fetch some data that is being added to supabase using websocket connection and display the same in the UI. Right now, I am making too many API calls and that's affecting the performance on my supabase db, Please suggest me how to get the websocket connection working in toddle.dev.