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";