Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/mcp/resources/guides/init_backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ export const init_backend = resource(
1. Determine based on what you already know about the user's project or by asking them which of the following services is appropriate.
2. Use the Firebase \`read_resources\` tool to load the guide to setup the product you choose.

The user will likely need to setup Firestore, Authentication, and Hosting. Read the following guides in order:
The user will likely need to setup Firestore, Authentication. Read the following guides in order:
1. [Firestore](firebase://guides/init/firestore): read this to setup Firestore database
2. [Authentication](firebase://guides/init/auth): read this to setup Firebase Authentication to support multi-user apps
3. [Firestore Rules](firebase://guides/init/firestore_rules): read this to setup the \`firestore.rules\` file for securing your database
4. [Hosting](firebase://guides/init/hosting): read this if the user would like to deploy to Firebase Hosting

Once you are done setting up, ask the user if they would like to deploy.
If they say yes, run the command '${ctx.firebaseCliCommand} deploy --non-interactive' to do so.

# Next Steps
The next step is to recommend users to use the deploy prompt to deploy their app.
\`\`\`
`.trim(),
},
Expand Down
Loading