-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Support for Broadcast
Requesting support for Broadcast functionality, as described here: https://supabase.com/docs/guides/realtime/extensions/broadcast
I believe the solution would be to add a new ChannelEvent enum (.broadcast) with all the associated fix ups for init(), isLifeCycleEvent() and rawValue.
Additional reference from https://supabase.com/docs/guides/realtime/protocol:
{
"event": "broadcast",
"topic": string,
"payload": {
"event": string,
"payload": {[key: string]: boolean | number | string | null | undefined},
"type": "broadcast"
},
"ref": null
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request