67 results found
-
Realtime Query Updates
Subscribe to realtime updates for a limited subset of queries, for example retrieving updates to specific rows or getting new items for a simple timeline.
371 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 GraphQL180 votes -
Offline Support
Allow data to be cached and accessible offline. Offline data may have limited query and write capabilities compared to online data
167 votes -
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.
30 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…6 votes -
More tutorial on data connect
We need more tutorial or documentation with examples.
38 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.
61 votes -
Making a system that's on a broken
How about making a system out of structural foundation and can process it
2 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…19 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 -
Voices generate
To generate voices
1 vote -
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.
7 votes -
Ipcc
Digi
1 vote -
Support geographic area and proximity searches with PostGIS
Add GeoPoint and GeoBox scalar types and enable rich geo searching queries including indexing, "search within area", "find closest to point within radius", etc.
37 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-nov251 vote -
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 -
Aggregation Order by Value
With data connect aggregation queries, I would like to order the returned results by an aggregated value. The below example fails with the message: "Field "count" is not defined by type "LeadOrder". Did you mean ...?"
query {
leads(orderBy: [{ _count: DESC }], limit: 10) {
company
_count
}
}3 votes -
1 vote
-
Google play store
update all application
1 vote -
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
- Don't see your idea?