Skip to content

General

General

Categories

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

36 results found

  1. The console is barely useable on Chrome for Android. Please make mobile browsers first-class supported devices.

    93 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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. There is a limit of 200 indexes per database currently. Sometimes I create indexes in development that never get used again. I do not want to delete indexes "I think are not being used". Having a "Last Used" column for indexes would allow me to know whether or not I can delete an index.

    7 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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. The device selector mentioned here: https://firebase.google.com/docs/analytics/debugview#device_selector consist of only generic device names (e.g. x86 64 for iOS simulator). For our app we can see many sessions (e.g. 6/8 right now) and all of them show "x86 64". It always takes few minutes to find "my" session for debugging.
    It would be nice to have a way e.g. to customize device name (e.g. via Firebase API Analytics.setDeviceName("Przemyslaw's simulator")) so a developer could find their session immediately.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Sometimes we don't want authentication to access realtime database/firestore/storage

    But we need enable access from specific domain/subdomain source restriction only

    4 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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Console has become laggy and returns a wait for page to load alert if a document has to many fields

    4 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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. I wish that there is at least one chance to change the project id because some times we choose random names just to test our project then we make it as production and in this state we cant change the random name we choose before

    3 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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Add an option to import custom audience of user IDs (Advertising ID) from CSV to Firebase or Google Analytics.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Bro, I really think Firebase lacks a "notes section", I mean, sometimes you come up with something while working there, would be so great. Such as something floating.. or simply easy to access...

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. on react native ios when we use push notification and notifee simultaneously on closed app redirection not working

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. I would like to understand a query using Query Explain. It would be easier to have the option to use Query Explain via the Firebase Console instead of code with the SDKs (also requires to set up the credentials, etc.).

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. In Firebase Console -> Project settings:
    Add (?) for "Web API Key" what it is used for or maybe provide a link to docs.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. I want "Billing Plans" to be displayed on the "All Firebase Projects" page.
    There is a limit to the number of projects that can be set in "Billing Plans".
    If I reach the limit, I will need to downgrade one of my projects to "Spark Plan".
    I would like to display "Billing Plans" on the "All Firebase Projects" page because I don't know which project has set "Blaze Plan".

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. In the console, after building a query in the query builder, one has to scroll up again and again to run it, it's an inconvenience when the query is long and has to be changed multiple times.
    Putting the button at the bottom can make it easier to change and test out queries

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Currently you can enable Firebase for an existing GCP project, but cannot disable it. So it will stick around in the Firebase Console until you delete the GCP project. This is confusing and can lead to errors like accidentally deleting the GCP project or changing other configuration through the Firebase Console UI that is managed outside Firebase, for example through Terraform unintentionally.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. The Firestore panel is too narrow.

    I fixed this with custom css:

    .firebase-database {
      max-width: 100% !important;
      padding: 0 !important;
    }
    
    .viewer-container{
      max-width: 100% !important; 
    }
    

    Please just make this the default. Yes it doesn't look as pretty, but the current ui is borderline unusable when viewing documents.

    The collection list & the document id lists can stay narrow, just make the document view much bigger and fill the available space.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. In the web admin console, we used to filter or sort documents. With the latest version, we are now required to do this every time we switch between collections, which is both annoying and time-consuming. I'm curious to know if the feature that used to retain previous filter and sort criteria was intentionally removed in the new release, or if it's a bug?

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. We'd like to have the possibility to expand the schema [0] of the exported table from Firebase to BigQuery, in such a way that the following information appears in the exported table to BigQuery:

    “ALLSENDS, REMOTENOTIFICATIONRECEIVED, REMOTENOTIFICATIONDISPLAY, REMOTENOTIFICATION_OPEN, Impressions, Notification Title, Notification Text and Languages for campaign”.

    [0] https://firebase.google.com/docs/cloud-messaging/understand-delivery?platform=ios#what-data-exported

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. When using Firebase UI query mode, the results are not really human readable. I'd like the document ID field to be clickable, taking me to the panel view of that document, so I can see the document in a readable way.

    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  ·  Firebase console  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Currently, table for Composite Indexes is hard to read, I have some suggestions:
    1. Sort collection ID alphabetically
    2. Group by collection ID
    3. On Fields Indexed, remove "name"
    4. Shorten "Ascending" to "Asc" and "Descending" to "Desc"
    5. Fields shown in Fields Indexed column should be displayed vertically

    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  ·  Firebase console  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. There is no possibility to accept Firebase Terms of Service automatically (or at least manually in advance, without the need to go through manual Firebase project creation process) when using Firebase via Terraform.
    When trying to create a Firebase project using Terraform (add googlefirebaseproject resource), apparently unaccepted ToS cause 403 "Error creating Project".
    After at least one Firebase project is created manually via Firebase Console, creation project via Terraform works.
    It would be great to separate accepting ToS from project creation or at least improve error message in this case.
    Here are some examples:
    https://stackoverflow.com/a/79345435/14866192

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
← Previous 1
  • Don't see your idea?