-
Notifications
You must be signed in to change notification settings - Fork 10
Add Supabase integration docs #6
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
|
Firebase or Supabase? Is it on top of firebase PR? |
Yes, on top of Firebase PR because that PR has all the directory setup. |
…entation into feature/supabase-integration
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.
Pull Request Overview
This PR adds comprehensive documentation for backend integrations, specifically Firebase and Supabase, to help users connect their Dreamflow apps with these popular backend services.
- Adds new "Integrations" section to the documentation sidebar
- Creates detailed step-by-step guides for Firebase and Supabase integration
- Includes embedded demo videos and screenshots to enhance user experience
Reviewed Changes
Copilot reviewed 4 out of 8 changed files in this pull request and generated 9 comments.
| File | Description |
|---|---|
| sidebars.ts | Adds new "Integrations" category to the documentation navigation |
| docs/integrations/category.json | Defines the integrations section metadata and positioning |
| docs/integrations/firebase.md | Complete Firebase integration guide with connection, setup, code generation, and deployment steps |
| docs/integrations/supabase.md | Complete Supabase integration guide covering project setup, client code generation, and schema deployment |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
docs/integrations/supabase.md
Outdated
|
|
||
| # Supabase | ||
|
|
||
| DreamFlow makes it easy to integrate [Supabase](https://supabase.com/) into your app with a guided, step-by-step setup. This process connects your project to Supabase, sets up a database, generates client code, and deploys schemas, all without manual setup. |
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.
please confirm its Dreamflow everywhere.
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.
Done!
docs/integrations/supabase.md
Outdated
|
|
||
|  | ||
|
|
||
| ### What happens during code generation? |
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.
shouldnt be a question
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.
Done!
…entation into feature/supabase-integration
Description
Add Supabase integration docs
Linear ticket and magic word Fixes DEVR-1090
Type of change