Enable Private Broadcast #35378
Unanswered
kaushalkumar86
asked this question in
Feature Requests
Replies: 3 comments 1 reply
|
https://supabase.com/docs/guides/realtime/authorization?queryGroups=language&language=js#broadcast |
0 replies
|
Hi,
I know it can be done in JS.
I am asking if it can be done in supabase csharp library.
…On Wed, 30 Apr, 2025, 6:03 pm GaryAustin1, ***@***.***> wrote:
https://supabase.com/docs/guides/realtime/authorization?queryGroups=language&language=js#broadcast
image.png (view on web)
<https://github.com/user-attachments/assets/5d6c8f66-879c-4190-9823-1396325b8a72>
—
Reply to this email directly, view it on GitHub
<#35378 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABG2A565BEGL4THED3BM5CT24C7H5AVCNFSM6AAAAAB4FJSV6SVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOJZGI4DSOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
1 reply
|
Will do that.
I raised the question via supabase csharp guthub page.
Thanks again for prompt reply.
…On Wed, 30 Apr, 2025, 6:21 pm GaryAustin1, ***@***.***> wrote:
Did you mention csharp?
You might generate an issue here:
https://github.com/supabase-community/realtime-csharp/issues
That library is a community library. I don't see a PR for the feature at a
quick glance.
—
Reply to this email directly, view it on GitHub
<#35378 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABG2A5ZEBO5BWB4YDQY3W4324DBMTAVCNFSM6AAAAAB4FJSV6SVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOJZGMYTQNY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I am sending broadcast msgs from server via database and its working fine. I followed https://supabase.com/blog/realtime-broadcast-from-database
The issue is, I couldnt find any option in the library to configure channel so that it can receive private broadcats, I have to set private to false in realtime.send
Please tell me how to configure broadcast channel to private, or if its not there yet, please add it.
All reactions