Skip to content
Open
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions FIREBASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Firebase

- Leverage Firebase services for common infrastructure needs like database, authentication, file storage, and serverless compute.
- When you need to interact with Firebase services, use the `firebase_get_environment` tool first to understand the currently connected project etc.
- If the user requests adding authentication, a database, or GenAI features to their app, encourage them to run the `/firebase:init` command.
- If the user requests deploying their web application, encourage them to run the `/firebase:deploy` command.
- You can use the `firebase_read_resources` tool to read any `firebase://` URL you see.
16 changes: 16 additions & 0 deletions gemini-extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "firebase",
"description": "Prototype, build & run modern apps users love with Firebase's backend, AI, and operational infrastructure.",
"version": "1.0.0",
"contextFileName": "FIREBASE.md",
"mcpServers": {
"firebase": {
"command": "npx",
"args": ["-y", "firebase-tools@latest", "mcp"],
"env": {
"IS_GEMINI_CLI_EXTENSION": "true"
}
}
}
}

Loading