Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: replace existing Realtime API with new Realtime API #462

Merged
merged 3 commits into from
Jun 18, 2022

Conversation

w3b6x9
Copy link
Member

@w3b6x9 w3b6x9 commented Jun 16, 2022

What kind of change does this PR introduce?

feature

What is the current behavior?

Listening to Realtime requires a format like:

supabase.from('table-name').on('*', () => {}).subscribe()

What is the new behavior?

Listening to Realtime requires a format like:

supabase.channel('any-name', {}).on('realtime', { event: "*", schema: 'public', table: 'table-name' }, () => {}).subscribe()

@w3b6x9 w3b6x9 force-pushed the feat/new-realtime-api branch 3 times, most recently from d731866 to e0685f7 Compare June 17, 2022 22:40
@w3b6x9 w3b6x9 changed the title wip feat: replace existing Realtime API with new Realtime API Jun 17, 2022
@w3b6x9 w3b6x9 marked this pull request as ready for review June 17, 2022 22:47
@w3b6x9 w3b6x9 requested a review from inian June 17, 2022 22:47
@w3b6x9 w3b6x9 force-pushed the feat/new-realtime-api branch 2 times, most recently from 29b9e73 to 40d3690 Compare June 17, 2022 23:14
@w3b6x9 w3b6x9 merged commit bd03b65 into next Jun 18, 2022
@w3b6x9 w3b6x9 deleted the feat/new-realtime-api branch June 18, 2022 07:29
w3b6x9 added a commit that referenced this pull request Aug 16, 2022
w3b6x9 added a commit that referenced this pull request Aug 16, 2022
w3b6x9 added a commit that referenced this pull request Aug 16, 2022
w3b6x9 added a commit that referenced this pull request Aug 16, 2022
w3b6x9 added a commit that referenced this pull request Aug 16, 2022
w3b6x9 added a commit that referenced this pull request Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants