The Firebase MCP server comes with a library of pre-written prompts optimized for developing and running an app with Firebase.
You can use these prompts to complete various common tasks or goals with your agentic AI assistants like Antigravity , Claude Code and Claude Desktop, Cline, Cursor, VS Code Copilot, Windsurf, and more!
Many AI coding agents provide a way to conveniently run this prompt. For example, as a slash command:
/firebase:init
In Antigravity CLI
, start typing /firebase:
to see a list of available
commands applicable to your app.
Available pre-written prompts
Set up backend services
/firebase:init
Set up Cloud Firestore and Firebase Authentication in your web app.
Write Firebase Security Rules
/firebase:generate_security_rules
Generate and test Firebase Security Rules for Cloud Firestore and Cloud Storage for Firebase.
Add AI features
/firebase:init
Add AI features that use Firebase AI Logic in your mobile or web app.
Deploy to a Firebase hosting service
/firebase:deploy
Deploy your web app to the appropriate Firebase hosting service for your app.
Prioritize & fix stability issues
/crashlytics:connect
Prioritize and fix reported issues in your mobile apps that have already integrated Firebase Crashlytics.

