-
-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!(realtime_client): Introduce type safe realtime methods (#725)
* Create three different methods for each realtime methods * refine the public API for realtime * updated filter syntax for postgres change event * update mock test * update fromPayload constructor * fix type cast * revert renaming some symbols * fix: typo in test * remove unnecessary reply message * update readme * update send broadcast message method name * add internal label to subTopic * remove unnecessary filtering logic on supabase stream builder * add comment docs * subscribe now returns the channel
- Loading branch information
1 parent
a4897d0
commit 182f7c9
Showing
14 changed files
with
509 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.