firebase-basics

Set up and manage Firebase projects with the Firebase CLI.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/pxlcrtiv/opencode-setup --skill firebase-basics-pxlcrtiv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firebase-basics
Source: https://github.com/pxlcrtiv/opencode-setup/tree/main/skills/firebase-basics
Command: npx skills add https://github.com/pxlcrtiv/opencode-setup --skill firebase-basics-pxlcrtiv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires firebase-tools, npm, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill addresses the challenge of efficiently setting up and managing Firebase projects, ensuring a seamless integration of Firebase products and services.

Core Features & Use Cases

  • Setup Wizard: Guides through mandatory prerequisites for Firebase integration.
  • Project Configuration: Ensures NPM and Agent Skills are properly installed and up to date.
  • CLI Commands: Introduces Firebase CLI commands for logging in, setting projects, and using client libraries.
  • Documentation: Provides links to detailed guides and resources for Firebase services.
  • IaC Integration: Includes examples for setting up Firebase resources with Terraform.

Quick Start

Initialize your Firebase project environment using the firebase-basics skill.

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 using the CLI?

To set up a Firebase project, you must install and configure NPM, Agent Skills, and the Firebase CLI. The skill guides you through mandatory prerequisites, logging in, setting your project, and using client libraries.

What are the prerequisites for Firebase web and mobile app integration?

The mandatory prerequisites for Firebase integration are having NPM and Agent Skills properly installed and updated. The Firebase CLI is also required to manage project configuration and deploy services.

Can I manage Firebase resources with Terraform?

Yes, you can manage Firebase resources with Terraform. The skill includes Infrastructure as Code (IaC) integration examples for setting up and configuring Firebase services using Terraform scripts.

Does this skill support configuration for Firebase Authentication and Firestore?

Yes, the skill supports project configuration for Firebase Authentication and Firestore. It applies to web and mobile app projects using these Firebase products, ensuring seamless integration.

Why is my Firebase CLI not working during project initialization?

Firebase CLI initialization fails when NPM or Agent Skills are not properly installed or configured. The skill's setup wizard ensures these mandatory prerequisites are met before configuring your project.