Skip to content

Commit 448994e

Browse files
committed
Address review comment
1 parent a704ec3 commit 448994e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/integrations/firebase.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ keywords: [Firebase, Integration, Dreamflow, Backend]
1010

1111
# Firebase
1212

13-
Dreamflow makes it easy to integrate Firebase into your app with a guided, step-by-step setup. This process connects your project to Firebase, generates all necessary configuration, and even creates ready-to-use client code and database rules with AI.
13+
Dreamflow makes it easy to integrate [Firebase](https://firebase.google.com/) into your app with a guided, step-by-step setup. This process connects your project to Firebase, generates all necessary configuration, and even creates ready-to-use client code and database rules with AI.
14+
15+
By integrating Firebase, you gain access to services such as Authentication, Firestore Database, Cloud Storage, Hosting and more, giving your app a secure backend for managing users, data, and serverless logic.
1416

1517
## 1. Connection
1618

@@ -52,8 +54,12 @@ Once complete, Dreamflow will confirm the connection with a **Connected** status
5254
After connecting your Google account, the next step is to set up a Firebase project, which will serve as the backend for your app. You can do this in two ways:
5355

5456
- **Select an existing Firebase project:** Choose from the list of your existing Firebase projects.
57+
58+
![select-from-existing-project](imgs/select-from-existing-project.avif)
5559
- **Create a new Firebase project:** Let Dreamflow automatically create and configure a new Firebase project for you.
5660

61+
![create-new-project](imgs/create-new-project.avif)
62+
5763
Once the project is linked, you need to specify the following:
5864

5965
- **Target Platforms:** Choose every platform you want to support (Web, iOS, Android, macOS, Linux, Windows). Web is always enabled by default, so your app can be previewed inside Dreamflow. Selecting the right platforms ensures Firebase generates configs for each build target.
@@ -113,7 +119,7 @@ Once your Firebase project is linked and configured, click **Generate with Agent
113119

114120
![generate-client-code.avif](imgs/generate-client-code.avif)
115121

116-
### What happens during code generation
122+
### What happens during code generation?
117123

118124
When you click **Generate with Agent**, Dreamflow performs several background steps, including (but not limited to):
119125

60.1 KB
Binary file not shown.
96.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)