Manages the Firebase Emulator Suite lifecycle by providing automated start, stop, and status monitoring commands.
Firebase Emulator Control streamlines the local development workflow by allowing developers to manage the Firebase Emulator Suite directly within Claude Code. It automates directory detection, project ID retrieval, and port conflict checks, ensuring a smooth startup for essential services like Firestore, Authentication, and Storage. This skill is essential for mobile and web developers who need to rapidly toggle their local backend environment, monitor active services, and ensure system resources are freed up through clean process termination.
主な機能
01Automatic Firebase project and directory detection
02Smart port conflict detection and management
03Real-time status monitoring for Firestore, Auth, Storage, and UI
04Unified process termination to prevent hanging PID issues
05One-command background startup for Firebase Emulator Suite
064 GitHub stars
ユースケース
01Initializing a local backend environment for offline app testing.
02Debugging connectivity issues by checking the live status of emulator ports.
03Automating the cleanup of background Firebase processes after a coding session.