firebase
Installation
SKILL.md
Firebase — Google's Backend-as-a-Service
Overview
Firebase, Google's platform for building and scaling web and mobile applications. Helps developers set up authentication, Firestore/Realtime Database, Cloud Functions, hosting, storage, and analytics using Firebase's SDK and CLI.
Instructions
Project Setup
# Install Firebase CLI
npm install -g firebase-tools
# Login and initialize
firebase login
Related skills