What problem does it solve?
Provides foundational setup, authentication, and project management workflows for Firebase using the Firebase CLI. It enables verifying the Firebase CLI version, initializing environments, authenticating, selecting active projects, and fetching google-services.json or GoogleService-Info.plist.
Core Features & Use Cases
- CLI verification and initialization: verify the Firebase CLI version and initialize Firebase environments for new or existing projects.
- Authentication and project activation: handle login and active project selection to ensure proper access and configuration.
- Config fetch & platform support: automatically fetch google-services.json for Android and GoogleService-Info.plist for iOS when needed.
- Use Case: When starting a new mobile app, quickly configure Firebase and retrieve the necessary platform configs.
Quick Start
Run a verification and initialization sequence using the Firebase CLI to set up a new project or link an existing one, authenticate, and fetch platform config files.