You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am confused with the channel name parameters for listenting to database changes, let's say if i have 10 users who installed my desktop application, and they are listening to the same table for changes, do I need to generate a different channel name myself for each of the user or they can share the same channel name? and in terms of unsubscribe, if I do supabase.removeChannel(myChannel) for a user user, will the other 9 users will also get unsubscribed if the channel name was the same when creating the client instance ? For the current doc page , it just says the name can be any string value which could cause concern
The text was updated successfully, but these errors were encountered:
Improve documentation
Link
Add a link to the page which needs improvement (if relevant)
Describe the problem
I am confused with the channel name parameters for listenting to database changes, let's say if i have 10 users who installed my desktop application, and they are listening to the same table for changes, do I need to generate a different channel name myself for each of the user or they can share the same channel name? and in terms of unsubscribe, if I do
supabase.removeChannel(myChannel)
for a user user, will the other 9 users will also get unsubscribed if the channel name was the same when creating the client instance ? For the current doc page , it just says the name can be any string value which could cause concernThe text was updated successfully, but these errors were encountered: