firebase-data-connect

Manage and deploy Firebase PostgreSQL databases with GraphQL schemas and SDK generation.

402|81|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/firebase/agent-skills --skill firebase-data-connect-firebase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firebase-data-connect
Source: https://github.com/firebase/agent-skills/tree/main/skills/firebase-data-connect-basics
Command: npx skills add https://github.com/firebase/agent-skills --skill firebase-data-connect-firebase

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires firebase-admin, firebase-tools, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps users securely deploy and manage relational databases using Firebase and PostgreSQL, providing a framework for schema design, query authoring, and SDK generation.

Core Features & Use Cases

  • Schema Design: Define GraphQL schemas that map to PostgreSQL tables.
  • Query Authoring: Write secure, authorized queries and mutations using the SQL Connect syntax.
  • SDK Generation: Automatically generate SDKs for various platforms like Web, Android, iOS, and Flutter.
  • Use Case: If you need a relational database with Firebase and want to design a schema with tables, write authorized queries, configure real-time updates, or generate SDKs for your app, this skill can help you do that.

Quick Start

Use the firebase-data-connect skill to initialize SQL Connect in your Firebase project.

Frequently Asked Questions about firebase-data-connect

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

FAQPage Schema
How do I map a GraphQL schema to PostgreSQL tables in Firebase?

Yes, you can generate SDKs for Web, Android, iOS, and Flutter using Firebase SQL Connect. This allows you to automatically create client libraries from your authorized queries and mutations.

How do I write secure PostgreSQL queries for a Firebase app?

You write secure PostgreSQL queries for a Firebase app by authoring queries and mutations using the SQL Connect syntax, which integrates with Firebase to enforce authorization and secure data access.

Do I need PostgreSQL and GraphQL experience to use Firebase for relational data?

Yes, you need PostgreSQL and GraphQL schema knowledge, as well as experience with Firebase, to securely deploy and manage relational databases and design schemas using this framework.

What is the best way to deploy a relational database with Firebase?

Yes, you can manage relational databases with Firebase by defining GraphQL schemas mapped to PostgreSQL tables, authoring secure queries using SQL Connect syntax, and generating SDKs for Web, Android, iOS, and Flutter platforms.

Can I generate mobile and web SDKs from a PostgreSQL schema in Firebase?

Yes, you can generate SDKs for Web, Android, iOS, and Flutter using Firebase SQL Connect. This allows you to automatically create client libraries from your authorized queries and mutations.

How do I configure real-time updates for a PostgreSQL database in Firebase?

You can configure real-time updates for a PostgreSQL database in Firebase by designing your schema, writing authorized queries with the SQL Connect syntax, and managing the deployment securely within your Firebase project.