New Supabase Realtime Plugin

I created a new supabase realtime plugin, to help with my project, the plugin has an subscription of $5, it uses the new supabase realtime channels functionality, with the newest version of the supabase.js cdn, so you have the newest version without vulnerability and bugs that happen in the older versions that are most of the supabase plugins, so I hope it may help everyone, like helped me.

The plugin let’s you listen to events such as update, insert or delete, but if you want to list to any of this events you can use the any event, you are not bounded to only one column in your table, and can listen to the whole table changes, so you can easily update the frontend request!

Here the plugin link: Supabase Realtime Connector Plugin