I'm having trouble getting realtime updates to work. I enabled replication on every table (1) and subscribed to every event (2).
I get heartbeat messages going back and forth over the socket, but no updates of any kind (3).
aa
03/10/2022, 9:28 AM
I also verified the env vars look correct.
I guess next I will see if any other APIs work via this client (this was the only one that I needed).
Yeah confirmed, I can query using that client object. But even if I edit the data directly using the supabase UI, I get no subscription firing. What am I missing?
g
garyaustin
03/10/2022, 1:41 PM
Do you have .subscribe() at end of your realtime call in your real code?