Skip to content

Do databases created at app.supabase.io support realtime subscriptions? #1160

Discussion options

You must be logged in to vote

This works with databases created at app.supabase.io too. You can see example code in some of the example projects in this repo. The use of the on() and subscribe() methods is where you will see this happening. You can also read more on it in the documentation https://supabase.io/docs/reference/javascript/subscribe

https://github.com/supabase/supabase/blob/master/examples/nextjs-slack-clone/lib/Store.js - example project code

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pauloguerraf
Comment options

Answer selected by pauloguerraf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants