Firebase Platform

🌐Community
by 7spade · vlatest · Repository

Automates Firebase project management tasks like database configuration, authentication setup, and function deployment.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add firebase-platform npx -- -y @trustedskills/firebase-platform
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "firebase-platform": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/firebase-platform"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with and manage Firebase projects. It enables tasks such as creating new Firebase projects, deploying code updates to existing projects, and retrieving data from Firestore databases. The agent can also configure authentication rules and manage storage buckets within a Firebase environment.

When to use it

  • Automating the deployment of web applications built using Firebase.
  • Managing backend infrastructure for mobile apps utilizing Firebase services.
  • Retrieving specific user data or analytics information stored in Firestore.
  • Setting up and configuring authentication flows for Firebase-backed applications.

Key capabilities

  • Project creation
  • Code deployment
  • Firestore data retrieval
  • Authentication rule configuration
  • Storage bucket management

Example prompts

  • "Create a new Firebase project named 'my-new-app'."
  • "Deploy the latest version of my web app to my existing Firebase project."
  • "Retrieve all user records from the 'users' collection in my Firestore database."
  • “Configure authentication rules for read access to the ‘products’ collection.”

Tips & gotchas

Requires appropriate Firebase credentials and permissions configured within the agent's environment. The skill's functionality is dependent on having an existing Firebase project setup; it cannot create a Google Cloud account.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
7spade
Installs
9

🌐 Community

Passed automated security scans.