What problem does it solve?
This Skill removes the friction of wiring Firebase into an existing app by handling authentication, Firestore, storage, and session-aware setup for Expo and Next.js projects.
Core Features & Use Cases
- Expo and Next.js support: Detects the app platform and applies the correct Firebase client, auth, and persistence setup.
- Full Firebase integration: Adds Firestore services, realtime collection and document hooks, storage support, and server-side admin utilities where needed.
- Auth-first workflows: Creates sign-in and sign-up flows, session handling, and protected-route patterns so app data stays tied to authenticated users.
- Use case: Ideal when an app needs Firebase added cleanly without hand-building boilerplate, especially during migration from local storage to cloud-backed user data.
Quick Start
Ask the skill to add Firebase to the current Expo or Next.js app and wire in auth, Firestore, and the required project files automatically.