-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
fix: support multiple filters in Supabase realtime liveProvider #6827
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
base: next
Are you sure you want to change the base?
fix: support multiple filters in Supabase realtime liveProvider #6827
Conversation
…y` Hasura DataProvider (refinedev#6793) Co-authored-by: Thana Paris <83840862+thanaParis@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…` or `filters` are changed. (refinedev#6823)
❌ Deploy Preview for refine-doc-live-previews failed.Built without sensitive environment variables
|
|
PR Checklist
Please check if your PR fulfills the following requirements:
Bugs / Features
What is the current behavior?
Supabase Realtime liveProvider does not support multiple filters, causing invalid filter payloads and failing realtime subscriptions when more than one filter is applied.
What is the new behavior?
meta.realtimeFilter
prop for custom use cases.fixes #6360
Notes for reviewers
This update ensures better handling of filters in Supabase realtime subscriptions while maintaining backward compatibility. Suggestions for tests and documentation updates are welcome.