Skip to content

General

General

Categories

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

54 results found

  1. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  2. 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.

    388 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    We are thrilled to announce that Realtime Query Updates for Firebase Data Connect are now officially live! You can now subscribe to realtime updates for your queries, bringing that essential live-data experience to your apps.Thank you to everyone who voted, commented, and shared your use cases with us—your feedback was instrumental in shaping this release.You can find everything you need to get started in our official documentation: https://firebase.google.com/docs/sql-connect/realtime.
    We would love for you to try it out and share your feedback with us!


  3. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  4. Add extensions to allow querying by location radius. This is important for making apps especially social apps.

    10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    PostGIS support is officially live! You can now perform complex geographic area and proximity searches directly within Firebase SQL Connect using Native SQL. You can find all the details on how to use PostgreSQL extensions to query location data in your apps by checking out our Native SQL documentation. Please try it out and let us know what you think!


  5. Add support for the GraphQL enum type in @table types.

    102 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  6. Trigger a Cloud Function when data in a table type is created (via insert or upsert), updated (via update or upsert), or deleted.

    261 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    I'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

  7. We need support for native mobile development for Android and ios (java, kotlin, Swift, C++)

    483 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    The 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)

  8. Please add support for a thinking_budget parameter when using Firebase AI (Vertex AI) through Firebase. This would allow developers to control token usage, reasoning depth, and overall latency more precisely. It enables better cost management, improves response time consistency, and ensures a smoother experience in streaming and large-scale applications.

    12 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  9. AppHosting now supports nx based monorepo but we would love to see turborepo + pnpm workspace support for AppHosting.

    22 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  App Hosting  ·  Admin →

    We're happy to share that App Hosting now supports Turborepo! Check out our blog post and docs for more info:


    https://firebase.blog/posts/2026/01/apphosting-turborepo


    https://firebase.google.com/docs/app-hosting/monorepos

  10. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    To 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!

  11. Support using Data Connect in Dart and Flutter apps, by having a core SDK for Dart and generating Dart types from the schema.

    138 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  12. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  13. 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're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  14. Add GeoPoint and GeoBox scalar types and enable rich geo searching queries including indexing, "search within area", "find closest to point within radius", etc.

    43 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    We are excited to announce that geographic area and proximity searches using PostGIS are now fully supported! You can now utilize Native SQL in Firebase SQL Connect (formerly Data Connect) to leverage PostGIS for rich, location-based queries—like "search within area" and "find closest to point"—directly in your apps.


    Thank you to everyone who upvoted this feature and shared how vital it is for your projects. Your feedback makes all the difference.



    You can find everything you need to get started in our Firebase SQL Connect Native SQL documentation. We would love for you to try it out and share your feedback with us!


  15. Support aggregations (COUNT, SUM, AVG, MIN, MAX) with grouping as part of the built-in GraphQL query builder.

    69 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Great 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!

  16. Enable VertexAI web access for googleSearchRetrieval() and Grounding to work on the FirebaseVertexAI.

    21 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  17. It would be nice to have a button to easily copy stacktrace from crashlytics.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  0 comments  ·  Crashlytics  ·  Admin →
  18. Data Connect now supports LIMIT and ORDER BY.

    Would love OFFSET and page token support to resume from a long query.

    49 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  19. For a variety of reasons there are cases where the name of the repository (or organization, so the name too) changes, or we need to change the connected repository. Currently, this will require to create a new backend to configure it all over again.

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  App Hosting  ·  Admin →

    You can now change the GitHub account and repository associated with your App Hosting backend in the Firebase console! You'll find this feature in the App Hosting backend Settings tab, under Deployment.

  20. Im developing a multi tenant system using firebase dataconnect and it would be very usefull use a query like this:

    query getServices @auth(level: USER) {
    services(where: {
    tenantId: {eq_expr: "auth.token.tenantId"}
    })
    {
    id
    name
    }
    }

    unfurtunately when i run this query i received the message:
    query, getServices, services (where.tenantId.eqexpr: StringExpr): unsupported expression "auth.token.tenantId" (currently only "auth.uid" and "uuidV4()" are supported)

    9 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

← Previous 1 3
  • Don't see your idea?