Skip to content

Commit ec7fe7e

Browse files
adjust the prompt
1 parent 29c76b9 commit ec7fe7e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

SETUP_FIREBASE_PROMPT.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ This guide helps you integrate Firebase services (Firestore, Authentication, Hos
66

77
## Prerequisites
88

9-
- Completed prompt management app prototype (see `BUILD_PROMPT_APP.md`)
10-
- Firebase account and project set up
11-
- Basic understanding of Firebase services
9+
- Completed your app prototyping
1210
- **Firebase MCP Server** configured for AI-powered development (recommended)
1311
- Follow the setup guide: [Firebase MCP Server Documentation](https://firebase.google.com/docs/cli/mcp-server#setup)
1412
- This enables AI assistants (Claude, Cursor, etc.) to directly interact with your Firebase project
@@ -21,11 +19,11 @@ This guide helps you integrate Firebase services (Firestore, Authentication, Hos
2119
Copy and paste this prompt to your AI assistant:
2220

2321
```
24-
Setup Firebase for this app. Use environment variables for all Firebase configuration and never hardcode API keys in the source code.
22+
Setup Firebase MCP server based on this [doc](https://firebase.google.com/docs/cli/mcp-server#before-you-begin)
23+
Create a new Firebase project and a new Firebase web app on the Firebase Console, and connect to this app. Use environment variables for all Firebase configuration and never hardcode API keys in the source code.
2524
```
2625

2726
**[USER ACTION]** Run `firebase login --no-localhost`
28-
**[USER ACTION]** Create a new Firebase project and a new Firebase web app on the Firebase Console, and connect to this app
2927

3028
### Step 2: Add Firestore Database
3129

0 commit comments

Comments
 (0)