MCP.so
Sign In

firebase-data-connect

firebase / agent-skills

About firebase-data-connect

Builds and deploys Firebase SQL Connect (aka Firebase Data Connect) backends with PostgreSQL securely. Use when designing schemas with tables and relations, writing authorized queries and mutations, configuring real-time data updates, or generating type-safe SDKs. Use when you need a relational database with Firebase, or when the user mentions SQL Connect or Data Connect.

Install firebase-data-connect

npx skills add https://github.com/firebase/agent-skills --skill firebase-data-connect

Basic information

Category

Design & UI

Repository

firebase / agent-skills

Skill

firebase-data-connect

What it does

  • 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

More skills in Design & UI