Skip to content

General

General

Categories

JUMP TO ANOTHER FORUM

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

1753 results found

  1. 1 vote
    0 comments  ·  Firebase Studio  ·  Admin →
    How important is this to you?
  2. Pengembang

    1 vote
    How important is this to you?
  3. 1 vote
    0 comments  ·  Firebase Studio  ·  Admin →
    How important is this to you?
  4. According to
    https://firebase.google.com/docs/auth/web/email-link-auth#default-email
    and
    https://github.com/firebase/firebase-js-sdk/issues/2574
    The email sign in template contains a timestamp in the email title and body, so email are not collapsed into a sigle thread.

    I believe the current date time format, such as 2024 November 11 13:33 UTC is not user friendly, and should be replaced with a more readable format, such as Nov. 11, 2024, 11:33.

    The mail language is already based on the language set in the Firebase Authentication -> Template language section, so the formatting can be done based on the same setting, or a new option can be added in the Firebase…

    5 votes
    How important is this to you?
  5. There seems to be a problem that if I create an API key for a specific app, the key will still say its under my ownership even though the app was deleted. Could you add a API key manager integrated into Firebase Studio itself so this problem doesn't occur?

    1 vote
    0 comments  ·  Firebase Studio  ·  Admin →
    How important is this to you?
  6. 1 vote
    0 comments  ·  Firebase Studio  ·  Admin →
    How important is this to you?
  7. a chat mode to discuss prompts or functionality or development ideas

    1 vote
    0 comments  ·  App Check  ·  Admin →
    How important is this to you?
  8. Seamless Odoo Development Environment in Firebase Studio - A Game Changer for Enterprise Apps!

    As enthusiastic developers leveraging the power and simplicity of Firebase for various projects, we see an incredible opportunity to expand its reach into the enterprise application space by providing first-class support for Odoo development.
    Odoo is a comprehensive, open-source suite of business applications, including CRM, e-Commerce, accounting, inventory, project management, and much more. It's an incredibly powerful and flexible platform, making it a leading choice for businesses of all sizes looking for integrated enterprise solutions.

    1 - Install PostgreSQL: Setting up and configuring the database.
    2…

    1 vote
    0 comments  ·  Firebase Studio  ·  Admin →
    How important is this to you?
  9. I want to be able to create apps, that can do Realtime audio mixing and mastering. More free or open source api, or AI feature to process audios.
    This will help the artists all over world.

    1 vote
    0 comments  ·  Firebase Studio  ·  Admin →
    How important is this to you?
  10. Issues:

    1. In the app hosting wizard: Connecting a GitHub account that is not the owner of the GitHub repository and then removing it breaks the GitHub integration process and the App Hosting set up process.
    2. Being just a collaborator to a GitHub repo doesn't make it visible in the App Hosting Set Up wizard, you have to connect with the GitHub account of the owner of the repo.

    Error messages:

    1. Connection verification failed: unable to verify the authorization token: GET https://api.github.com/user: 401 Bad credentials []: failed precondition.
    2. Error: Request to https://developerconnect.googleapis.com/v1/projects/PROJECT-ID/locations/europe-west4/connections/firebase-app-hosting-github-oauth:fetchGitHubInstallations had HTTP Error: 400, Failed to list GitHub installations

    3 votes
    0 comments  ·  App Hosting  ·  Admin →
    How important is this to you?
  11. Also add option for switching to mobile friendly ui inside code editor.

    20 votes
    How important is this to you?
  12. When building simple select queries in GraphQL (really simple ones), the underlying query is being transformed, sending the values through as parameters.

    As you can use arrays as parameters, that would allow the DBs to scale as it makes this more robust. Without scaling, it will limit production applications form fully investing.

    As an example you run into instances where the select for 50 columns in the schema (a standard employment record, nothing special) is transformed and we end up getting the dreaded 100 parameters error. This is a Postgres issue, but can be avoided.

    The Error for the fun…

    2 votes
    How important is this to you?
  13. 0 votes
    0 comments  ·  Firebase Studio  ·  Admin →
    How important is this to you?
  14. Fallback to long polling instead of websockets as some workplaces (mine) block websockets

    1 vote
    0 comments  ·  Firebase Studio  ·  Admin →
    How important is this to you?
  15. It's not clear in the documentation nor by implementation that secrets work with scheduled cloud functions. This seems to me like a major missing feature in security and consistency with the v2 cloud functions. Is the only solution using the cloud config for api keys/secrets?

    We need to have something like:

    exports.someScheduledFunction = onSchedule(
    {
    schedule: "every 60 minutes",
    timeoutSeconds: 100,
    secrets: [someToken.name],
    },
    async () => {
    logInfo("Running every 60 min");

    ...
    }
    );

    3 votes
    How important is this to you?
  16. Need to change the permissions so chrome can download and install app files

    1 vote
    0 comments  ·  SDKs  ·  Admin →
    How important is this to you?
  17. High Integration with N8N - MCP - A2A Automation's Agentic tools (text to workflow)

    1 vote
    0 comments  ·  Firebase Studio  ·  Admin →
    How important is this to you?
  18. 1 vote
    0 comments  ·  Firebase Studio  ·  Admin →
    How important is this to you?
  19. 1 vote
    0 comments  ·  Firebase Studio  ·  Admin →
    How important is this to you?
  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

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