Skip to content

General

General

Categories

JUMP TO ANOTHER FORUM

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

1708 results found

  1. Using firebase init will create a git submodule in the functions folder, which is a giant hassle to remove. I just want init git in the root project.

    2 votes
    How important is this to you?
  2. It seems GCP audit logs can capture all the operations on the firebase storage bucket, but the actor that shows up in the logs is a service account, rather than the end user. Is there a way to capture the end user who is requesting storage objects?

    When I look at audit logs for firestore, I see a thirdPartyPrincipal that includes the end user, but this doesn't show up in the storage audit logs.

    7 votes
    How important is this to you?
  3. At https://firebase.google.com/docs/cli?authuser=0#the_firebasejson_file, the firebase.json examples mention the Firestore rules like this:

    "rules": "firestore.rules",
    "rules": "firestore.default.rules",
    "indexes": "firestore.default.indexes.json"

    What exactly is "firestore.rules"? A reserved string? An ID (pointing to what)? A filename (in what format)?

    2 votes
    How important is this to you?
  4. Poetry is the true path of life and available for people.

    1 vote
    How important is this to you?
  5. Some of us come from Codespaces and other IDEs who already invested in Devcontainers. It would be nice if that's supported OOB

    2 votes
    How important is this to you?
  6. Add an option for the password policy to require users to create a new, unique password that has never been used for their accounts.

    1 vote
    0 comments  ·  Authentication  ·  Admin →
    How important is this to you?
  7. would be nice if this thing tells what type of suspicious activity was detected and have actual options to fix it. or maybe even warnings so that people don't work too ******* something just for google to restrict access out of nowhere.

    1 vote
    How important is this to you?
  8. There are lot of ANR like https://github.com/firebase/firebase-android-sdk/issues/6147#issuecomment-2417385067

    Which has no solution even Firebase team concluded that.
    So, there should be a filter to segregate user perceived ANRs on crashlytics.

    3 votes
    0 comments  ·  Crashlytics  ·  Admin →
    How important is this to you?
  9. on main page I want to learn how to use idx. to give an example, how can I work on a project which has frontend+backend(api).

    1 vote
    How important is this to you?
  10. Integrating Capacitor.js should fast track both PWA and native mobile app creation services that provides access to native platform APIs and capabilities.

    2 votes
    How important is this to you?
  11. Integrate PWA creation with all the features and capabilities that the PWA tech offers, including access to native platform capabilities and APIs.

    1 vote
    How important is this to you?
  12. For Python (i) Seamless installation of pip (ii) smooth Integration of python libraries without nix (iii)Alternative to nix package manager (iv) better "ms python extension support" , right now now using this extension generates so many errors

    2 votes
    How important is this to you?
  13. Documentation about conditions for iOS and Android is lacking proper description for semver logic on parameter 'AppVersion'

    It seems that the condition properly evaluate operators
    >
    >=
    <
    <=
    when the app version is a semver string i.e. 1.18.10 > 1.18.2

    but the documentation states that above operators are only working with numeric values :

    "...
    For string values:
    exactly matches,
    contains,
    does not contain,
    contains regex

    For numeric values:
    <, <=, =, !=, >, >=
    ..."

    The logic behind semver is very important and specific.
    To use it safetly we really need to be sure that the comparison is…

    1 vote
    0 comments  ·  Remote Config  ·  Admin →
    How important is this to you?
  14. 1 vote
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  15. We would like to build and run our XCTest cases using the latest Xcode 16. According to 'gcloud firebase test ios versions list' the latest supported Xcode version is 15.3.

    2 votes
    0 comments  ·  Test Lab  ·  Admin →
    How important is this to you?
  16. Right now there's not the ability to select a build configuration. I want that either firebase leaves to the developers the option to build the app, or that a developer can instruct firebase to use a specific build configuration.

    2 votes
    0 comments  ·  Hosting  ·  Admin →
    How important is this to you?
  17. In Firebase Firestore rules, we currently have various controls and functions, which are very handy. However, array management is not optimal. I propose introducing a map function for arrays in Firebase Firestore rules. This function would allow us to map arrays of objects, significantly simplifying the creation and management of rules.

    1 vote
    0 comments  ·  Firestore  ·  Admin →
    How important is this to you?
  18. When importing a github repository i want to import a part of it as the head of my github root is the not the main folder of my github repo. I also have web in the same repo.

    I have a flutter app. btw

    2 votes
    How important is this to you?
  19. It would be great to have the ability to redirect multiple domains to the same project.

    I tried to achieve this with regular expression redirect, but it doesn't work:

    {
            "regex": "https:\\/\\/.*?(?P<hostname>\\w+\\.[a-z]+)\\/",
            "destination": "/:hostname/index.html"
    }
    

    For example with domains one.com and two.com, I want to be able to redirect them to the same project but different subfolders (e.g. /one.com/index.html, /two.com/index.html) -- this will allow to share common resources (styles, images, etc) between the projects, while still being able to customize the content for each one.

    2 votes
    2 comments  ·  App Hosting  ·  Admin →
    How important is this to you?
  20. A solid Firebase Functions experience requires a fully functional test suite.
    Firebase-functions-test is already there, and provides the experience, but is often forgotten for months.

    Firebase functions 6 was released a month ago, and it broke functions-test.

    There's currently a patch that fixes it, and it's been there for a week.

    This idea isn't about this issue. It's about giving resources to the firebase-functions-text project, so it can continue growing and thus giving cloud firebase functions users a solid testing experience before deploying.

    4 votes
    How important is this to you?
  • Don't see your idea?