Create a Real Time Dashboard
I want to create a real time dashboard such that when a manager uploads a circular, the employees should be able to see it in real time, without refreshing the screen. How to do it using Supabase? I will be using NextJS.
1 Reply
I'm not sure what a circular is but supabase does have a functionality for realtime, can be found here https://supabase.com/docs/guides/realtime
Realtime | Supabase Docs
Send and receive messages to connected clients.