Difference between realtime and supabase client
Hi, does the standalone supabase/realtime package offer the same "listen to database" changes functionality as the supabase-js client? If so where can I find the REALTIME_URL for the database?
I'm already using Prisma for database operations so not sure if I need to install the supabase client just to use the realtime listener features.
I'm already using Prisma for database operations so not sure if I need to install the supabase client just to use the realtime listener features.