Skip to content

Supabase Streaming Queries #190

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

Merged
merged 9 commits into from
Nov 13, 2024
Merged

Conversation

pinkeshmars
Copy link
Collaborator

Description

Supabase Streaming Queries

Linear ticket and magic word Fixes DEVR-662

Type of change

  • Typo fix
  • New feature
  • Enhancement to current docs
  • Removed outdated references
  • Update assets

Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@github-actions github-actions bot requested a review from PoojaB26 October 24, 2024 10:23
Copy link
Collaborator

@leighajarett leighajarett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nit but otherwise good to go

@leighajarett
Copy link
Collaborator

Actually I was just looking at existing documentation and I'm a bit confused, we have a section here: https://docs.flutterflow.io/integrations/database/supabase/database-actions/#query-rows-action

It's confusing to me that both of these sections exist? We should probably consolidate these and just link to one another, unless I am missing something

@pinkeshmars
Copy link
Collaborator Author

pinkeshmars commented Nov 13, 2024

Actually I was just looking at existing documentation and I'm a bit confused, we have a section here: https://docs.flutterflow.io/integrations/database/supabase/database-actions/#query-rows-action

It's confusing to me that both of these sections exist? We should probably consolidate these and just link to one another, unless I am missing something

@leighajarett The section you've mentioned specifically focuses on how to add queries using actions, where the streaming option (Single Time Query) isn't available.

The section we updated in this PR, on the other hand, describes how to add queries directly on a page or widget, so that they automatically fire whenever a user navigates to the page containing the query.

Both sections serve different use cases.

@PoojaB26
Copy link
Collaborator

@leighajarett As Pinkesh mentioned, the difference seems to be Backend Query vs Actions. This change is on Backend Query if I understand correctly.

@leighajarett
Copy link
Collaborator

I think we should still need to link the queries from the Supabase and Firebase integrations page... since theyre part of the integration and critical to using it.

@leighajarett leighajarett merged commit 3d820c7 into main Nov 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants