47 results found
-
Support Dart in Cloud Functions
Dart is not currently supported in Cloud Functions, so developers need to use more than one language in their code base. Here are some pain points they shared with the Firebase product team about this gap:
- They need to learn another language, and many of them do not have the same expertise in JavaScript as they do in Dart.
- The lack of features and tools, such as Hot Reload and Hot Restart, impacts development speed.
- Developers cannot share business logic and data models across the entire stack.
- Developers cannot use frequently used Dart packages on the…938 votes -
We need support for native mobile development for Android and ios
We need support for native mobile development for Android and ios (java, kotlin, Swift, C++)
483 votesThe Android Studio Cloud release now allows you to use Android Studio from inside Firebase Studio. Try it out now and let me know your thoughts by posting on the forums (https://community.firebase.dev or by messaging me directly at https://twitter.com/kirupa)
-
362 votes
Firestore now natively supports search for exact words and phrases as well as semantic matches.
https://docs.cloud.google.com/firestore/mongodb-compatibility/docs/text-search
-
React Native implementation
It would be good to implement templates since it is another alternative to flutter. It would also be good to implement .idx/dev.nix to be automatically loaded when cloning a git repository
326 votes -
Add Gitlab and Bitbucket Support
Please add gitlab and other git public services support.
276 votes -
Event Triggers
Trigger a Cloud Function when data in a table type is created (via insert or upsert), updated (via update or upsert), or deleted.
261 votesI'm excited to announce that mutation event triggers are now available! You can create onMutationExecuted function triggers to perform additional side effects after a mutation executes.
See more in the blog post: https://firebase.blog/posts/2025/11/dataconnect-nov25
-
Automatic Backups for Firestore
This feedback has been automatically imported from Firebase's Bug Tracker.
216 votes -
Dart support for the Firebase's Admin SDK
Firebase has a server (backend) library called the Admin SDK, which has privileged (admin) access to some Firebase services. There are several language implementations of the Admin SDK: JavaScript/TypeScript (Node.js), Java, Python, Go, and C# (.NET). However, Firebase does not currently support the Dart language.
This is a problem for full-stack Flutter developers, who need to use both the front-end and back-end of a Firebase application. Currently, they need to use different languages for each, such as Dart for the front-end and JavaScript/TypeScript for the back-end. This can lead to decreased productivity and a worse developer experience.
For example, developers…
169 votes -
SQL Full-Text Search
Index and query your data with full-text search leveraging PostgreSQL's built-in capabilities including stemming, ignoring stop words, and weighted relevance scoring.
146 votesTo everyone who voted – we heard you loud and clear!
We're thrilled to announce that Data Connect now offers native Full-Text Search, complete with multi-language support! This was officially launched as part of our July updates for Firebase Data Connect.
Learn all the details and how to get started in our latest blog post: 🔗 https://firebase.blog/posts/2025/07/dataconnect-fts-enums
Thank you for your valuable feedback!
-
Dart SDK for Data Connect
Support using Data Connect in Dart and Flutter apps, by having a core SDK for Dart and generating Dart types from the schema.
138 votesData Connect is now in public preview with full support for Flutter, including generated SDKs!
See the docs for more: https://firebase.google.com/docs/data-connect/flutter-sdk
-
128 votes
Geo Queries are now supported in Firestore:
https://docs.cloud.google.com/firestore/mongodb-compatibility/docs/geo-query
-
Gemini 2.5 for prototyping
Leveraging the new and improved model, Gemini 2.5 would provide an enormous performance boost for coding and improve the Firebase App Prototype feature instantly, in cost for speed.
110 votesThis has now gone live!
https://firebase.blog/posts/2025/05/announcing-gemini-25-in-firebase-studio/
-
Add GraphQL enum support
Add support for the GraphQL enum type in @table types.
102 votesGreat news! We heard your requests for native Enum support in Firebase Data Connect, and it's here! This was part of our big July updates, making your data models even stronger and clearer.
Ready to dive in? Get all the details on how Enums simplify your data modeling:
-
Dark Mode for Firebase Console
The Firebase console (and the documentation) is the only light-mode page I frequent.
If it's impossible, they switch the whites to grays or something.
The page is too bright!89 votes -
FCM notifications should update iOS's Live Activities
iOS 16 introduced Live Activities, a feature that allows apps to display real-time information on the lock screen and in the notification center. Firebase Cloud Messaging (FCM) should be able to send notifications to iOS devices, including notifications that update Live Activities.
See details at https://github.com/firebase/firebase-ios-sdk/issues/10047
86 votesWe've released this implementation. In addition to the documentation, you can check out the sample code to see how to use this feature.
We'd love for you to try this out! Please open a new issue on the github repo to provide feedback.
-
A/B Testing with Remote Config for Web
It would be useful to allow creating A/B tests based on Remote Config for the web platform, since Google Optimize is going to be sunset later this year.
72 votesA/B Testing is now available for web apps!
You can now create experiments for web apps with Remote Config A/B Testing. Learn more
-
SQL Aggregation Queries in GraphQL
Support aggregations (COUNT, SUM, AVG, MIN, MAX) with grouping as part of the built-in GraphQL query builder.
69 votesGreat news! Firebase Data Connect is now Generally Available (GA), and includes powerful support for Aggregation Queries.
This means you can now efficiently perform server-side calculations (like SUM, AVG, COUNT, MIN, MAX) to summarize your data and build more insightful features.
Learn how to use them in the docs: https://firebase.google.com/docs/data-connect/schemas-queries-mutations#aggregation_queries
We hope this helps you build even better apps!
-
IDX should support third-party repositories
IDX should support third-party repositories, not only GitHub, GitLab and Bitbucket. I cannot work on the code hosted on self-hosted Gitea repository
54 votes -
Support multiple range query
We would like to narrow down the range so that it can be divided and synchronized, but it is not enough if there is only one range condition.
It would be great if we could narrow down it by two conditions by adding at least one more range.For example,
* TimeRange & IntRange
At Some EC services:createdAtbefore 1 month ANDprice> 5000- IntRange & IntRange
At Some graphic services: (500 >=
x> 0) AND (0 >=y> -500)createdAtbefore 1 month ANDprice> 5000
Query is like this:
collectionRef
.where("x", ">", 0).where("x",…53 votesIt is now possible to have range and inequality conditions on multiple fields in one query.
Find the release notes here:
- https://cloud.google.com/firestore/docs/release-notes#March_27_2024
- https://firebase.google.com/support/releases#firestore-query-explain
And the documentation here:
- https://firebase.google.com/docs/firestore/query-data/multiple-range-fields
- https://firebase.google.com/docs/firestore/query-data/multiple-range-optimize-indexes
- IntRange & IntRange
At Some graphic services: (500 >=
-
Query Pagination
Data Connect now supports LIMIT and ORDER BY.
Would love
OFFSETand page token support to resume from a long query.49 votesWe have added support for "offset" to Data Connect table queries. We may evaluate more sophisticated pagination token support in the future, but this should unblock simple use cases!
- Don't see your idea?