77 results found
-
I need a breakthrough
Do something better in future before that I need to learn something about this 😞
1 vote -
Make it easier to use Data Connect with Private IP Cloud SQL instance
There is not documentation on how to connect Data Connect service to a Cloud SQL instance with Private IP. Deployment simply fails with timeout error.
Had to open a support case to learn that I have to run the deployment command from within the same VPC. This should be at least documented. The deployment script could be improved, so that you don't have to run the deployment from a VM. The steps that are failing should be executed from the service directly, we'd just need to grant the required permissions to the SA.1 vote -
Firebase Data Connect lacks ON DELETE RESTRICT support and causes brownfield schema mismatch
Hi Firebase Data Connect team,
I’m currently using Firebase Data Connect with Cloud SQL (PostgreSQL) and facing a limitation related to foreign key delete constraints.
PostgreSQL natively supports ON DELETE RESTRICT, and when I manually apply this constraint directly in Cloud SQL, everything works perfectly and the application behaves exactly as intended.
However, Data Connect does not provide any way to define or preserve ON DELETE RESTRICT in its schema. While Data Connect does expose an explicit directive (the ! notation) to define ON DELETE CASCADE, there is no equivalent option for RESTRICT or other delete behaviors.
Because of this,…1 vote -
cappacino
pulse
1 vote -
Add support for Materialized view
Add a directive to create a materialized view similar to the existing
@viewdirective. This enables precomputation and storage of expensive query results, improving performance for frequently accessed or computationally intensive queries.1 vote -
Geo Querying in Data Connect
Add extensions to allow querying by location radius. This is important for making apps especially social apps.
4 votes -
Data Connect should be serverless through and through.
One of the great things about firebase is that it didn't burden you of your design decisions and let you pay for resources when you needed it. Serverless is one of the main selling point of firebase, you can see its footprints on firestore, realtimedb, and firebase functions.
Seeing the need to instantiate a DB instance when getting started with data connect was so disappointing for me because I thought it was a step in the wrong direction.
1 vote -
Support Multiple Data Connect Services in Emulator Suite (or Allow Hybrid Cloud Fallback)
Currently, the Firebase Emulator Suite allows running only a single Data Connect service instance locally. For projects utilizing a microservices architecture with multiple isolated Data Connect services, this creates a significant blocking issue during development.
Primary Feature Request: Multi-Service Emulation - Please update the Emulator Suite to support running multiple Data Connect services simultaneously.
Alternative / Interim Solution: Hybrid Cloud Fallback - If full multi-service emulation is technically complex to implement immediately, please introduce a "Hybrid" mode as an alternative.
Current Behavior: When the emulator is running, all calls to Data Connect are forced to look locally. If a specific…
1 vote -
Data Connect Event Triggers on Emulator
Support Data Connect Event Triggers on emulator for local development. With the risk outlined in the event trigger documentation regarding infinite loops, we ought to be able to test our event triggers on emulator. Data Connect supports great local development except for the triggers, so this would be top notch!
6 votes -
database
Provide better transaction open source database options like Postgres with Neon or MariaDB and optimized the Gemini model to interact with database to read and write schemas.
1 vote -
Table Event Triggers
In additional to the
onMutationExecuted, we would love to have events on table mutations.onRowUpdatedonRowCreatedonRowDeleted
onMutationExecutedis already launched in Nov 2026. https://firebase.blog/posts/2025/11/dataconnect-nov253 votes -
Gradle plugin for Data Connect Android development
Firebase should publish a Gradle plugin for Data Connect Android development. The plugin could integrate the code generation into the build process, much like https://github.com/google/protobuf-gradle-plugin.
1 vote -
1 vote
-
Making a system that's on a broken
How about making a system out of structural foundation and can process it
2 votes -
Order field by Descending Nulls Last
Provide order by option that moves nulls to the end of results per postgresql docs
NULLS LAST(https://www.postgresql.org/docs/current/queries-order.html#QUERIES-ORDER)Nulls are last for ASC sorts by default, so it's only needed for DESC, so I'd propose adding a new
DESC_NULLS_LASTprop to the OrderDirection enum (https://firebase.google.com/docs/reference/data-connect/gql/enum#OrderDirection)1 vote -
Voices generate
To generate voices
1 vote -
Data connect Full-text Search
First of all, thank you so much for the new Full-text Search feature! :)
In our team, we would really love the following more advanced features, if possible, related to it:
- Fuzzy matching: it would allow searches to be resilient to common typos and misspellings.
- Prefix matching: it would enable users to find words that start with a specific string of characters, such as "invoic" returning "invoice," "invoices," and "invoicing."
- Column-Specific Search: Instead of searching across all marked "searchable" columns, I would like to choose to focus a specific query on a specific subset. This would be…9 votes -
Map Firebase Data Connect (FDC) schema to custom postgres schema (not PUBLIC)
Currently, any gql files placed in schema folder generate one FDC schema in FDC console, which generates associated tables in postgres PUBLIC schema. Putting tables there is not ideal.
It would be nice if creating additional subfolders within schema source folder (or some other mechanism) could allow mapping to developer defined postgres schemas other than PUBLIC. For example, the following folder structure:
schema/appname/*.gql
would map to APPNAME schema in Postgres and tables would be created there.
4 votes -
1 vote
-
Ipcc
Digi
1 vote
- Don't see your idea?