I am trying to add the realtime broadcast and presence function to the Supabase lib., but so far without success. Maybe I understand the documentation wrong?
This is how I understand the documentation: If I want to subscribe to postgres changes, then I only need the postgres_changes part. But if I only want broadcast, then only the broadcast part and the same for presence
Unfortunately this does not work, it always wants to subscribe for postgres_changes, although I only have the broadcast part in the json string.
I am grateful for any help that improves my understanding.