supabase/realtime-js

JS Client is missing "delete" events

zevaverbach opened this issue · 2 comments

Bug report

Describe the bug

Even after enabling full replication as described here, the Supabase JS client doesn't receive "DELETE" events.

(this is a duplicate of supabase/supabase-js#122 btw)

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Create a table, add a row or two.
  2. Enable full replication on the table.
  3. Make a Supabase JS Client instance, and subscribe to "DELETE" events, console.log-ing the payload as shown there.
  4. Delete a row.
  5. ... (nothing is logged to the console)

Expected behavior

I'd expect to see an object logged in the console starting with something like {type: "DELETE"...}.

System information

Have you found a solution yet?

I don't think this is an issue anymore.