F

firebase-data-connect

Von:firebase·#138 im Trend

Install the firebase-data-connect skill for your AI agent. Published by firebase/agent-skills.

34.3Kwöchentliche Installationen
257Sterne
Zum ersten Mal gesehenToday

Installation

Senden Sie diesen Befehl an Ihren KI-Agenten:

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

Dokumentation

PostgreSQL-backed GraphQL backend with auto-generated type-safe SDKs for web, mobile, and Flutter.

  • 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