© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•3y ago•
3 replies
Mr Void

Realtime event with complex query

On initial page load, the following query is executed:
await supabase
.from('collections')
.select("*, items(*), collection_share!inner(shared_with, can_edit)")
.eq("collection_share.shared_with", sharedWithId)
await supabase
.from('collections')
.select("*, items(*), collection_share!inner(shared_with, can_edit)")
.eq("collection_share.shared_with", sharedWithId)


I wish to receive query results like the query above, when an insert event occurs for table
collection_share
collection_share
.
How can I achieve this?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

realtime updates with complex filter?
SupabaseSSupabase / help-and-questions
4y ago
Problem with RealTime
SupabaseSSupabase / help-and-questions
2mo ago
Realtime filter on DELETE event not working
SupabaseSSupabase / help-and-questions
3y ago
Using Views With Realtime
SupabaseSSupabase / help-and-questions
4y ago