Firebase Claude Plugin
Back to directory
Firebase logo

Firebase

Databases 22,650 installs Apr 22, 2026

Full Firebase access from the terminal. This plugin connects Claude Code to your Firebase projects so you can list projects, switch targets, and set environment variables without opening the Firebase console. It reads project metadata and shows active configs.

You can read and write Firestore documents, run queries, and batch updates. It manages Authentication users (create, delete, list, update claims), uploads and downloads Storage files, and manipulates Realtime Database entries. It also reads logs and shows function invocation details.

Deploy and rollback Cloud Functions, publish hosting sites, run the local Emulator Suite, and run CI-style test deploys. It reads and edits firebase.json, sets hosting rewrites, updates Firestore rules, and runs rules simulators. The plugin calls the Firebase CLI under the hood and streams command output back to Claude Code.

In a typical workflow you can inspect a failing function log, patch code, deploy the new function, and run an emulator-triggered test without switching to a browser or separate terminal — useful when you want to fix a production bug while staying inside your IDE and avoiding context switching.

Without this tool

  • AI writes code without Genkit context
  • No structured backend patterns
  • Manual integration required

With this tool

  • AI generates Genkit-ready code
  • Follows structured backend patterns
  • Faster app scaffolding

Install

/plugin install firebase@claude-plugins-official

Tags

firebase
firestore
auth
hosting
cloud-functions
storage