Skip to content

General

General

Categories

JUMP TO ANOTHER FORUM

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

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

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

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

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

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

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

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

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

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

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

    1 comment  ·  Data Connect  ·  Admin →

    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!

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

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

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

  14. Please add gitlab and other git public services support.

    276 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

  15. Create sets of reusable operations that are not accessible from client applications but can be called from server code or manually in the Firebase Console.

    38 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

    Happy to announce that we now support generated Admin SDKs for Node.js and along with it admin-only operations within your connectors!


    Check out the documentation for more: https://firebase.google.com/docs/data-connect/generate-admin-sdk#generate-admin-sdk

  16. We know this is coming but when can we expect this? Our app hosts iframes and cookies are essential for us to know who are the user...

    25 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

    completed  ·  6 comments  ·  App Hosting  ·  Admin →
  17. Is new app hosting feature only valid for us-central1? I am trying to deploy to europe-west2

    35 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

    3 comments  ·  App Hosting  ·  Admin →
  18. I would like to report a critical documentation gap regarding the integration of App Check with Vertex AI in Firebase, especially for Flutter developers.

    Currently, there is no mention in the official Firebase documentation that Flutter developers must initialize Vertex AI using:

    final model = FirebaseVertexAI.instanceFor(appCheck: FirebaseAppCheck.instance)
    .generativeModel(model: 'MODEL');

    Without this step, even when App Check is properly set up across the project, the Firebase dashboard continues to show 0% verified requests under "Vertex AI in Firebase."

    This not only leads to confusion but also prevents teams from safely enforcing App Check across all services, as doing so risks breaking…

    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

    2 comments  ·  App Check  ·  Admin →
  19. The current buildpacks used for Next.js in App Hosting can't seem to deploy monorepo setups.

    I think it would be really useful if App Hosting supported this, especially since Next.js has great monorepo support via the transpileModules config option.

    19 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

    7 comments  ·  App Hosting  ·  Admin →
  20. 26 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 →
← Previous 1
  • Don't see your idea?