Skip to content

General

General

Categories

JUMP TO ANOTHER FORUM

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

24 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. 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)

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

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

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

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

  7. 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 →
  8. 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 →
  9. 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 →
  10. 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 →
  11. Allow to deploy App Hosting via CLI to be able to customize when and to where the application is deployed, instead of always on merge.

    This then could also help deploy a preview version from a branch to test the changes before merging.

    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

    1 comment  ·  App Hosting  ·  Admin →

    Hi everyone, we're excited to announce that App Hosting now supports CLI deployments! Update your version of the Firebase CLI to get started with the new apphosting:rollouts:create command.


    Check out our latest blog post for more details: https://firebase.blog/posts/2024/10/app-hosting-regions

  12. support for nuxt

    18 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 →
  13. This feedback has been automatically imported from Firebase's Bug Tracker.

    216 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  ·  7 comments  ·  Firestore  ·  Admin →
  14. 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 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. 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

    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

  16. Stop forcing page translation based on IP country for VPN/Proxy users.
    It is annoying, you can't even change the language on bottom page, you meet with an pop up error.

    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

  17. 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: createdAt before 1 month AND price > 5000

    • IntRange & IntRange At Some graphic services: (500 >= x > 0) AND (0 >= y > -500) createdAt before 1 month AND price > 5000

    Query is like this:
    collectionRef
    .where("x", ">", 0).where("x",…

    53 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 comments  ·  Firestore  ·  Admin →

    It is now possible to have range and inequality conditions on multiple fields in one query.


    Find the release notes here:


    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



  18. my codebase is large and a monorepo, my next app is inside other directories

    I simply want to set the working/root dir when I create a new firebase backend.

    At the moment, I simply cannot deploy to Firebase AppHosting Backend for NextJS

    Please add this option to the CLI or UI so I can deploy!

    2 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 →
  19. A "region selection" option should be available before deployment so that we may create our infrastructure in the preferred region.

    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

    0 comments  ·  App Hosting  ·  Admin →

    App Hosting now supports deploying to more regions! For now, we support us-central1, asia-east1, and europe-west4 with more to come. To get started, check out the Create Backend flow in the Firebase Console.


    For more information, check out our October blog post: https://firebase.blog/posts/2024/10/app-hosting-regions

  20. 48 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
  • Don't see your idea?