api-firebase-foundations

Installation
SKILL.md

Firebase Foundations

Purpose

This skill provides the essential groundwork for integrating Firebase into your applications. It covers initializing the Firebase SDK, configuring environment variables, and setting up the Firebase CLI tools.

Usage

1. Install Firebase SDK

npm install firebase
# or
pip install firebase-admin

2. Initialize App (Web/Node)

// src/firebase.js
import { initializeApp } from "firebase/app";
Installs
1
GitHub Stars
1
First Seen
Jun 29, 2026
api-firebase-foundations — jcorpac/ai-skills-library