I'm having trouble getting realtime updates to wor...
# help
a
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).
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
Do you have .subscribe() at end of your realtime call in your real code?
a
uh ... no 🙂
omg is it that dumb, pls don't be that dumb
update: it was that dumb
thanks @User