hey people. struggling to get supabase realtime wo...
# off-topic
e
hey people. struggling to get supabase realtime working. things i've tried: - log out all events. for example
Copy code
db.from('*').on('*', console.log).subscribe()
- enabled supabase_realtime on all events (INSERT, DELETE, SELECT, UPDATE) for the specific table. In this case the Project table anybody have any other suggestions to try trouble realtime?