Firebase deployment tracker with dev server monitoring and emulator controls. Shows deploy status, active dev server ports, and Firebase emulator state in VS Code status bar.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
🔄 Refresh All Status - Manually refresh all status indicators
🔥 Deploy to Firebase - Open deploy menu
🚀 Dev Server Menu - Manage dev servers
🔥 Firebase Emulator Menu - Manage emulators
How Deploy Tracking Works
The extension looks for a git tag named 🔥deployed to determine deployment status. Use deploy-with-tracking.mjs to automatically update this tag on successful deployments.