Firebase Basics
This skill guides users through the essential setup steps for working with Firebase, including local environment configuration, authentication, and project s...
Install
npx promptshop add firebase-basicsDetails
What This Skill Does
This skill guides users through the essential setup steps for working with Firebase, including local environment configuration, authentication, and project selection. It emphasizes using the Firebase CLI with npx to ensure the latest version and provides instructions for both new and existing Firebase projects.
When to Use
- Verify Firebase CLI installation.
- Authenticate with Firebase.
- Set an active Firebase project.
- Configure local environment for Firebase.
- Start a new Firebase project.
- Troubleshoot Firebase CLI errors.
Key Features
- Checks Firebase CLI and MCP server installation.
- Provides login instructions for browser and non-browser environments.
- Guides users in setting or creating a Firebase project.
- Enforces the use of
npxfor CLI commands. - Links to project creation instructions.
- Covers authentication and project setup.