basics▌
12 indexed skills · max 10 per page
firebase-auth-basics
firebase/agent-skills · Productivity
Set up Firebase Authentication with multiple identity providers and secure data access rules. \n \n Supports email/password, phone number, anonymous, federated providers (Google, Facebook, Twitter, GitHub, Microsoft, Apple), and custom auth integration \n Each authenticated user receives a unique ID and JWT-based tokens (short-lived ID tokens and long-lived refresh tokens) for accessing Firebase services \n Enable providers via CLI for Google Sign In, anonymous, and email/password; use Firebase
firebase-hosting-basics
firebase/agent-skills · Productivity
Deploy static sites, SPAs, and microservices to a global CDN with zero-config SSL. \n \n Supports static sites, single-page apps (React, Vue, etc.), and dynamic content via Cloud Functions or Cloud Run integration \n Includes preview channels for testing changes on temporary URLs before live deployment, with GitHub Actions automation \n Configure routing, redirects, rewrites, and headers via firebase.json ; emulate locally at http://localhost:5000 before deploying \n Not intended for full-stack