© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
S
Supabase
•
4y ago
•
15 replies
avalanche8336
Supabase realtime where column equal to val1 or val2
I have same issue as described in this thread
https://stackoverflow.com/questions/73679550/how-to-queries-in-supabase-realtime
except I want to filter realtime conversations where sender or receiver equals to some value
. Is it possible to do
'or
'
'
m
e
s
s
a
g
e
_
t
a
b
l
e
:sender
=eq
.user1 or recveiver
=eq
.user2
'
Stack Overflow
How to queries in supabase realtime?
Most of the blogs and stacks suggests below database for chat
.
message
_table
-id
-message
-conversationId
-sender
-receiverId
conversation
_table
-id
-conversationId
Now message
_table look like th
.
.
.
Supabase
Join
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Supabase Realtime where to get REALTIME_URL?
S
Supabase / help-and-questions
4y ago
Supabase realtime Changes?
S
Supabase / help-and-questions
3w ago
Supabase Realtime filter
S
Supabase / help-and-questions
4y ago
Supabase Realtime Usage (postgres/supabase_admin)
S
Supabase / help-and-questions
4w ago