Realtime and RLS
# off-topic
f
Realtime and RLS
I'm trying to use realtime subscription on update my react front-end; While I have RLS enabled, I don't authenticate any users. The realtime subscription is not working for updates, and I have turned it on for the table I need. Could it be because of RLS? Is Realtime restricted by RLS also?
g
Yes realtime is restricted by RLS select policy.
f
Thank you, Gary
3 Views