From 736bc497207b0fb659a73fb34b009d4b2e689b56 Mon Sep 17 00:00:00 2001 From: John Pope <109928647+wweevv-johndpope@users.noreply.github.com> Date: Thu, 8 Sep 2022 15:45:14 +1000 Subject: [PATCH] troubleshooting --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7220b99..4c64ddf 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,12 @@ allUserId99Changes.subscribe() allUserId99Changes.unsubscribe() allUserId99Changes.off(.all) ``` +### Troubleshooting +Can't see real time events? +By default the database has all tables turned off for real time access. +Go to Database > Replication > supabase_realtime > Source +to enable table access + ## Credits