75 results found
-
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!
13 votes -
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-nov257 votes -
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…11 votes -
More information in errors for native sql statements
Errors in native sql statements like in _execute always result in the same "Invalid SQL statement" error without any further information, which makes it really difficult to debug. More data - for example the part of the SQL statement that is invalid - would be really helpful! Especially as this error also seems to be thrown when the SQL is perfectly fine but a wrong _execute syntax is used, which should not throw an "Invalid SQL statement" error, as it is not about SQL!
1 vote -
Evaluate Mutation Results in Realtime Refresh Conditions & Support Mutation-Side Triggers
Currently, when configuring a refresh condition on a query, the condition can only evaluate the triggering mutation's variables and auth (uid/token). We cannot check the actual result (response) of the mutation.
This creates a significant friction point when mutations are executed from non-client environments, such as a Cloud Function triggered by another backend service (e.g., Firebase Storage). Because the Cloud Function executes without the end-user's auth context, the only way to accurately filter the query refresh is to pass the userId into the mutation's variables. This feels like an unnecessary workaround just to satisfy the refresh condition.
To make real-time…
1 vote -
API support for insertMany and updateMany
Currently Data Connect insertMany and updateMany mutations do not support being passed multiple records via the SDK. Figure out a way to enable this so we can insert multiple rows in the same “@transaction” via the API.
37 votes -
Cloud Firestore Datasource
Support Cloud Firestore as a datasource for Data Connect in addition to Cloud SQL. Support data model mapping (e.g.
@collection) and querying via GraphQL188 votes -
Offline Support
Allow data to be cached and accessible offline. Offline data may have limited query and write capabilities compared to online data
174 votes -
ربط تطبيق تكسيً بلي بتطبيق زين كاش لسحب أموالي
ربط حسابي تطبيق تكسيً بلي بتطبيق زين كاش لسحبً أموالي
1 vote -
Data
Assets
1 vote -
I need a breakthrough
Do something better in future before that I need to learn something about this 😞
1 vote -
More tutorial on data connect
We need more tutorial or documentation with examples.
41 votes -
Support for data connect in the Python Firebase admin SDK
A lot of our Firebase functions are written in Python. It would be useful to have the ability to use Data Connect in these functions too.
13 votes -
Introduce Simplified Serverless PostgreSQL with Streamlined Pricing
ostgreSQL is becoming the go-to database for many applications. Adding a serverless PostgreSQL service to Firebase with simple, predictable pricing to compete with supabase would be a game-changer. This would complement Firebase Data Connect by offering:
Full SQL capabilities
Real-time features
Easy integration with existing Google Cloud services
Simplified scaling and management
This addition would combine Firebase's ease of use with PostgreSQL's power, catering to projects needing complex queries and data manipulations. It provides an accessible option for developers who need relational database capabilities without the complexity of GraphQL or usage-based pricing. Leveraging Google Cloud's infrastructure, it would offer reliability…22 votes -
Support fetching/returning data from mutations
Currently mutations return only the primary key of the created record, but it would be nice to be able to fetch the full record (including e.g. defaulted values) as part of a mutation.
63 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.
2 votes -
Making a system that's on a broken
How about making a system out of structural foundation and can process it
2 votes -
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 -
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…
2 votes
- Don't see your idea?