firebase-master

Implement and troubleshoot Firebase services in TypeScript/Next.js apps.

Updated Oct 3, 2025
One-click install
npx skills add https://github.com/Just-mpm/LideraAI --skill firebase-master
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firebase-master
Source: https://github.com/Just-mpm/LideraAI/tree/main/.claude/skills/firebase-master
Command: npx skills add https://github.com/Just-mpm/LideraAI --skill firebase-master

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Firebase Master provides comprehensive guidance to implement and troubleshoot Firebase services across TypeScript/Next.js projects, covering Auth, Firestore, Storage, Functions, AI Logic, App Check, Admin SDK, and security best practices.

Core Features & Use Cases

  • End-to-end Firebase coverage across Auth, Firestore, Storage, Cloud Functions, FCM, Admin SDK, and App Check
  • Security-focused patterns and troubleshooting for App Check, Firestore rules, and indexing
  • Production-ready patterns including vector search, SSR/Edge SSR, and server-side Admin interactions
  • Real-world use cases and templates to accelerate secure, scalable Firebase integrations

Quick Start

Use this skill to quickly consult Firebase Master templates and references for rapid setup and debugging in Next.js apps.

Frequently Asked Questions about firebase-master

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Firebase App Check with Next.js server-side rendering?

Firebase App Check in Next.js secures server-side endpoints by verifying tokens. Production-ready patterns guide App Check setup alongside Firestore and Admin SDK to protect SSR data flows.

What are the best practices for Firestore security rules in a TypeScript application?

Firestore security rules best practices enforce strict access control. Patterns cover role-based permissions, indexed queries, and App Check integration to ensure scalable, secure TypeScript data access.

How does Firebase AI Logic integrate with Next.js 16 for vector search?

Firebase AI Logic enables vector search in Next.js 16 by leveraging Firestore embeddings. Templates provide production-ready server-side implementations to accelerate scalable AI features.

Why is my Firestore query failing despite correct Firebase Admin SDK authentication?

Firestore query failures often stem from missing composite indexes or insufficient security rules. Troubleshooting references identify indexing bottlenecks and validate server-side Admin permissions.

Can I use Firebase Cloud Functions with Edge SSR in a TypeScript Next.js project?

Firebase Cloud Functions support Edge SSR in TypeScript Next.js apps. Server-side patterns optimize performance using Admin SDK interactions, ensuring scalable rendering and secure data delivery.

What is the recommended way to model Firestore data for scalable Next.js applications?

Firestore data modeling for scalable Next.js applications requires structured document hierarchies. Production-ready templates normalize data access, optimize indexing, and align with security rules.