-
Notifications
You must be signed in to change notification settings - Fork 106
Added Supabase Streaming Filter Limitation #209
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
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit changes required.
:::warning[Limitations of Supabase Streaming with Filters] | ||
When using Supabase query with real-time updates enabled, you have the following limitations: | ||
|
||
1. **Only One Filter is Supported:** Supabase streaming supports only a single filter. Combining multiple filters (e.g., `isActive = true AND city = 'Los Angeles'`) is not allowed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be a bullet list instead of ordered since this is not a ordered list right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, updated.
docs/resources/control-flow/backend-logic/backend-query/query-collection.md
Outdated
Show resolved
Hide resolved
docs/resources/control-flow/backend-logic/backend-query/query-collection.md
Outdated
Show resolved
Hide resolved
docs/resources/control-flow/backend-logic/backend-query/query-collection.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Pooja Bhaumik <[email protected]>
Hey @PoojaB26 review comments are addressed! you can take a look again. |
Description
Added Supabase Streaming Filter Limitation
Linear ticket and magic word Fixes DEVR-690
Type of change