firebase-basics

Automate Firebase project setup and environment management via CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/SeniduRavihara/construction.lk --skill firebase-basics-seniduravihara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firebase-basics
Source: https://github.com/SeniduRavihara/construction.lk/tree/main/.agents/skills/firebase-basics
Command: npx skills add https://github.com/SeniduRavihara/construction.lk --skill firebase-basics-seniduravihara

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Consolidates the initial Firebase setup workflow into a single, reusable guide, ensuring consistent environment readiness for any Firebase task.

Core Features & Use Cases

  • Prerequisites and authentication flow (Node.js, Firebase CLI, login)
  • Active project management (selecting or creating a project and setting the context)
  • Reference-driven troubleshooting and ongoing environment maintenance

Quick Start

Initialize the Firebase environment by verifying Node.js and the Firebase CLI, logging in, selecting or creating an active project, and following the prerequisites to begin using Firebase tasks.

Frequently Asked Questions about firebase-basics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a Firebase project from scratch using the CLI?

To set up a Firebase project, you need Node.js >= 20 and the Firebase CLI. You verify prerequisites, log in, and select or create an active project context to initialize your environment.

What is needed to authenticate and manage a Firebase project locally?

Firebase project management requires Node.js >= 20 and the Firebase CLI via npx firebase-tools. You must log in and select an active project context to execute commands safely.

Does Firebase CLI setup work with Firestore, Functions, and Hosting environments?

Yes, Firebase CLI setup applies to local development workflows across Firestore, Functions, and Hosting. After authenticating and setting the project context, you can manage these related services.

Can I use this Firebase setup workflow for ongoing environment maintenance?

Yes, this Firebase setup workflow supports ongoing environment maintenance. It provides reference-driven troubleshooting to ensure consistent environment readiness for any active Firebase project task.

Why does my Firebase CLI setup require an active project context?

Firebase CLI setup requires an active project context to execute commands safely. Selecting or creating a project ensures your local development environment targets the correct Firebase resources.