Firebase CLI
RAPR CLI connectorCloud, DevOps & InfrastructureFirebase services via CLI — Firestore, hosting, auth, cloud functions, cloud messaging, storage, and emulators.
Firebase CLI package details
RAPR CLI connector scope
This is RAPR-authored connector guidance for a command-line tool the user installs locally. The upstream CLI remains governed by its own license and terms. This package contains RAPR-authored CLI usage guidance, install commands, and agent instructions. It does not bundle the upstream CLI binary. Users can also go directly to the public upstream source linked on this page.
How to get started
Install RAPR AI
Download and install RAPR AI on your computer
Find in Marketplace
Open RAPR AI, go to Packages, and browse the marketplace
Install from Marketplace
Click Install. RAPR sets up the wrapper package, connector guidance, or skill instructions for this listing.
Authenticate
Interactive browser login to your Google/Firebase account.
Firebase CLI
Manage your entire Firebase stack from the command line — Firestore, hosting, auth, cloud functions, and more.
What you can do
- Firestore: Manage databases, rules, indexes, and export/import data
- Hosting: Deploy static sites and web apps with instant rollbacks
- Cloud Functions: Deploy, test, and manage serverless functions
- Auth: Export/import users, manage providers
- Storage: Configure rules and manage file buckets
- Emulators: Run the full Firebase stack locally for development
Prerequisites
# Install Firebase CLI
npm install -g firebase-tools
# Login to your account
firebase login
# Initialize a project
firebase init
Example Commands
- "Deploy my app to Firebase hosting"
- "Start the Firebase emulators for local dev"
- "Deploy cloud functions to production"
- "Export Firestore data to a backup"
Ready to try Firebase CLI?
Download RAPR AI and connect Firebase CLI in seconds.