Skip to content

Commit fdff7aa

Browse files
clarify backend service use cases and ensure user permission before de… (#9227)
* clarify backend server use cases and ensure user permission before deploying hosting site * Update src/mcp/prompts/core/init.ts --------- Co-authored-by: Joe Hanley <[email protected]>
1 parent 9c2d1e9 commit fdff7aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/mcp/prompts/core/init.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ Follow the steps below taking note of any user instructions provided above.
9292
- Use the Firebase \`read_resources\` tool to load the instructions for the service the developer chose in step 2 of this guide
9393
- [Backend Services](firebase://guides/init/backend): Read this resource to setup backend services for the user such as user authentication, database, or hosting.
9494
- [Firebase AI Logic](firebase://guides/init/ai): Read this resource to add Gemini-powered AI features such as chat experiences, multimodal prompts, image generation, image editing (via nano banana), etc.
95-
9695
`.trim(),
9796
},
9897
},

src/mcp/resources/guides/init_hosting.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ export const init_hosting = resource(
2121
- Files included in the public folder of a hosting site are publicly accessible. Do not include sensitive API keys for services other than Firebase in these files.
2222
2323
**When to Deploy:**
24-
- Introduce Firebase Hosting when developers are ready to deploy their application to production
25-
- Alternative: Developers can deploy later using the \`/firebase:deploy\` command
24+
- Introduce Firebase Hosting when developers are ready to deploy their application to production.
25+
- Alternative: Developers can deploy later using the \`/firebase:deploy\` command.
2626
2727
**Deployment Process:**
28-
- Request developer permission before implementing Firebase Hosting
28+
- Request developer's permission before implementing Firebase Hosting
29+
- Request developer's permission before deploying Firebase Hosting app to production.
2930
- Configure Firebase Hosting and deploy the application to production
3031
`.trim(),
3132
},

0 commit comments

Comments
 (0)