Automate your Firebase development workflow with DevKit.
Manage projects, deploy hosting & functions, control emulators, check logs, and more — all from your terminal.
firebase-doctor— Verify Firebase CLI, Node.js, and login status.firebase-project-list— List all Firebase projects linked to your account.firebase-use-project <project-id>— Switch active Firebase project.firebase-login-check- 🔐 Check Firebase CLI full authentication (account + valid token)
firebase-deploy-all— Deploy all Firebase services (hosting, functions, etc.).firebase-deploy-hosting— Deploy Firebase Hosting only.firebase-deploy-functions— Deploy Firebase Cloud Functions only.firebase-deploy-storage— Deploy Firebase Storage only.firebase-deploy-firestore— Deploy Firebase Firestore only.firebase-deploy-realtime— Deploy Firebase Realtime Database only.firebase-deploy-auth— Deploy Firebase Authentication only.
firebase-open-console— Open Firebase console in your default browser.firebase-logs— Tail Firebase Functions logs in real-time.
firebase-emulator-start— Start Firebase emulator suite locally.firebase-clear-emulator-data— Clear Firebase emulator data (clean reset).
🚀 Pro tip: Automate your full Flutter project maintenance with
firebase-clear-emulator-data && firebase-emulator-start.