Hey there! How do I turn on realtime? I only need ...
# help
t
Hey there! How do I turn on realtime? I only need to receive 'new' events, so the
alter table "your_table" replica identity full;
is not the one I'm looking for. The docs on
.on().subscribe()
mention I can turn it on by [managing replication](https://supabase.com/docs/guides/api#managing-realtime), but that link (more specifically the anchor to this section) doesn't exist. Did the docs change?
n
Hello @TobTobXX! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
t
Ah, nevermind I found it in the docs, but here: https://supabase.com/docs/guides/database/replication#publications.
Should the link in
.on().subscribe()
be changed? I'd submit a Pull Request...