Firebase Storage

🌐Community
by jezweb · vlatest · Repository

Helps with Firebase, storage as part of developing backend services and APIs workflows.

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-storage npx -- -y @trustedskills/firebase-storage
2

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

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

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

About This Skill

What it does

The firebase-storage skill enables AI agents to interact with Firebase Storage, allowing them to upload, download, and manage files stored in cloud storage. It provides access to features like file metadata retrieval, security rules enforcement, and real-time updates for file changes.

When to use it

  • Uploading user-generated content (e.g., images or videos) from a web app to Firebase Storage.
  • Retrieving files stored in Firebase Storage based on specific paths or metadata filters.
  • Implementing secure access control by enforcing Firebase Security Rules during file operations.
  • Monitoring and responding to changes in stored files using Firebase's real-time capabilities.

Key capabilities

  • Upload files to Firebase Storage with custom metadata.
  • Download files from Firebase Storage using URLs or direct references.
  • Manage security rules for read/write permissions on stored files.
  • Listen for real-time updates when files are added, modified, or deleted.

Example prompts

  • "Upload this image file to the 'user-profiles' directory in Firebase Storage."
  • "Retrieve all files from the 'documents' folder and return their metadata."
  • "Set up security rules to allow only authenticated users to write to Firebase Storage."

Tips & gotchas

  • Ensure your Firebase project is properly configured with Security Rules before using this skill for production data.
  • File size limits may apply depending on your Firebase plan, so consider optimizing large files or using compression when necessary.

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
jezweb
Installs
303

🌐 Community

Passed automated security scans.