firebase-data-connect
Relational database service using GraphQL to generate SQL and type-safe SDKs for Firebase applications.
Install
npx skills add https://github.com/firebase/agent-skills --skill firebase-data-connectStats
| Total installs | 3,445 |
| Weekly installs | 3.5K |
| GitHub stars | 187 |
| First seen | Feb 20, 2026 |
| Source | @firebase/agent-skills |
Summary
- Define GraphQL schema with @table decorators and relationships; Data Connect generates SQL and GraphQL operations automatically
- Write queries and mutations in GraphQL with filtering, ordering, pagination, and upsert support; transactions available via @transaction
- Secure operations with @auth levels (PUBLIC, USER, NO_ACCESS) and row-level controls using @check and @redact
- Generate type-safe SDKs for TypeScript, Kotlin, Swift, and Dart with nested data access and local emulator support for development
Tags
Related skills
| Skill | Installs | vs firebase-data-connect |
|---|---|---|
| fullstack-developer | 3,637 | +192 |
| python-resource-management | 3,011 | -434 |
| projection-patterns | 3,473 | +28 |
| dbt-transformation-patterns | 3,500 | +55 |
| vector-index-tuning | 3,492 | +47 |
FAQ
- How many installs does firebase-data-connect have?
- firebase-data-connect has 3,445 total installs and 3.5K installs this week.
- Where is firebase-data-connect hosted?
- firebase-data-connect is published by @firebase/agent-skills at https://github.com/firebase/agent-skills.
- How many GitHub stars does firebase-data-connect have?
- firebase-data-connect has 187 GitHub stars.
- When was firebase-data-connect first indexed?
- OrangeBot.AI first indexed firebase-data-connect on Feb 20, 2026.
- How do I install firebase-data-connect?
- Run: npx skills add https://github.com/firebase/agent-skills --skill firebase-data-connect