MCP.so
登录

firebase-data-connect

firebase / agent-skills

关于 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.

安装 firebase-data-connect

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

基本信息

分类

设计与 UI

代码仓库

firebase / agent-skills

Skill

firebase-data-connect

功能与用途

  • 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

设计与 UI分类下的其他 Skills