Skip to content

Commit 76258c1

Browse files
committed
Fix header and 'DreamFlow' to 'Dreamflow'
1 parent 8d9e847 commit 76258c1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/integrations/supabase.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ keywords: [Supabase, Integration, Dreamflow, Backend]
1010

1111
# Supabase
1212

13-
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.
13+
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.
1414

1515
## 1. Connection and Project Setup
1616

17-
The first step is to connect DreamFlow with your Supabase account and set up a project.
17+
The first step is to connect Dreamflow with your Supabase account and set up a project.
1818

19-
To begin, open the **Supabase** tab in DreamFlow and click **Connect to Supabase**. A Supabase authentication window will appear where you can sign in and review the requested permissions. Next, select an organization and click **Authorize DreamFlow**. These permissions allow DreamFlow to create and manage projects, configure database schemas, and generate API keys on your behalf.
19+
To begin, open the **Supabase** tab in Dreamflow and click **Connect to Supabase**. A Supabase authentication window will appear where you can sign in and review the requested permissions. Next, select an organization and click **Authorize Dreamflow**. These permissions allow Dreamflow to create and manage projects, configure database schemas, and generate API keys on your behalf.
2020

21-
After connecting, DreamFlow automatically creates a new Supabase project and links it to your app. This sets up the backend infrastructure and database for your project. Specifically:
21+
After connecting, Dreamflow automatically creates a new Supabase project and links it to your app. This sets up the backend infrastructure and database for your project. Specifically:
2222

2323
- A new project is provisioned in Supabase with a **Project Name**, **Project ID**, **API URL**, and **Anon Key**.
24-
- DreamFlow initializes the database, ensuring you have a ready-to-use backend.
25-
- These details are securely linked back to your DreamFlow project so you can start building right away.
24+
- Dreamflow initializes the database, ensuring you have a ready-to-use backend.
25+
- These details are securely linked back to your Dreamflow project so you can start building right away.
2626

27-
This setup may take a few minutes while DreamFlow provisions the resources and configures your database.
27+
This setup may take a few minutes while Dreamflow provisions the resources and configures your database.
2828

2929
:::info
3030

@@ -62,11 +62,11 @@ You can quickly jump into your Supabase dashboard using the **Open in Supabase**
6262

6363
## 2. Generate Client Code
6464

65-
Once the project setup is complete, click **Generate Client Code** to let DreamFlow automatically create ready-to-use Supabase integration code tailored to your app. This step eliminates most of the manual setup by wiring your app directly to Supabase with authentication, data models, and database operations.
65+
Once the project setup is complete, click **Generate Client Code** to let Dreamflow automatically create ready-to-use Supabase integration code tailored to your app. This step eliminates most of the manual setup by wiring your app directly to Supabase with authentication, data models, and database operations.
6666

6767
![generate-client-code-supabase.avif](imgs/generate-client-code-supabase.avif)
6868

69-
### What happens during code generation?
69+
### Code Generation Breakdown
7070

7171
When you trigger code generation, Dreamflow performs several background steps, including (but not limited to):
7272

@@ -96,14 +96,14 @@ By the end of this step, your app will be fully integrated with Supabase, ready
9696

9797
The final step is to deploy your database schema changes to Supabase. To do so, just click **Deploy Schema Changes**. During this process:
9898

99-
- DreamFlow applies your generated schema, including tables, relationships, constraints, and security policies, directly to your Supabase project.
100-
- As part of deployment, DreamFlow can run migrations and update your live database structure. You can review `pending_migrations.sql` beforehand to see exactly what changes will be applied.
99+
- Dreamflow applies your generated schema, including tables, relationships, constraints, and security policies, directly to your Supabase project.
100+
- As part of deployment, Dreamflow can run migrations and update your live database structure. You can review `pending_migrations.sql` beforehand to see exactly what changes will be applied.
101101

102102
Once deployed, your Supabase backend is live. Users can sign up, authenticate, and their data will automatically sync to the cloud with Row Level Security (RLS) and policies enforced to protect privacy.
103103

104104
:::warning
105105

106-
Schema deployment is an ongoing process. Any time you modify tables, relationships, or security rules in DreamFlow, you’ll need to redeploy to keep your Supabase project up to date.
106+
Schema deployment is an ongoing process. Any time you modify tables, relationships, or security rules in Dreamflow, you’ll need to redeploy to keep your Supabase project up to date.
107107

108108
:::
109109

0 commit comments

Comments
 (0)