Skip to content

General

General

Categories

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

2380 results found

  1. Observed Problem:

    Currently, the integrated Gemini assistant in Firebase Studio tends to lose context during long development sessions. This context loss, likely exacerbated by a large chat history, leads to a degradation in the relevance of suggestions and code corrections.

    It is often observed that external AI models (such as ChatGPT, Claude, etc.) can more effectively identify and resolve certain complex code issues. This forces developers to copy-paste their code outside of the Firebase environment, which disrupts the workflow and reduces productivity.

    Proposed Solution:

    Allow developers to connect and use third-party AI models directly within the Firebase Studio interface.

    This…

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Debian/Ubuntu is because for a familiar environment as not everyone knows Nix. [Nix should be optional option to select OS, not enforced. Nix does not follow the FHS.]
    More machine types for prototyping apps (and their dependencies) that require high specifications. [because there are apps that are resource intensive to compile.]
    Root privileges for control over the environment. [because if someone wants to install X that is not available on any of Nix, they might need root access to install it on the root folder (/).]

    10 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. Enable fetch and query tools in an MCP server for the whole GCP, or the firebase documentation.

    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

    1 comment  ·  MCP Server  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Currently in prototyping only one chat session is allowed and which is taking so much time as well to complete. It would be better if we can create multiple chats simultaneously using different isolated sessions using pull request or any other ways. It can help faster prototyping and even more easier development. Claude Code Web has this feature currently and this is so helpful and I request to bring a similar feature in Firebase Studio as well. Thank you!

    8 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. Currently, Firebase Studio offers a default, free-tier virtual machine. While this is suitable for basic tasks, it often proves insufficient for handling medium workloads, limiting the platform's utility for larger projects.

    This proposal is to introduce a feature that allows users to select from a range of paid, higher-performance VM specifications (e.g., more CPU, RAM). The billing for these custom VMs would be seamlessly integrated into the user's existing Firebase project billing. This would provide users with the flexibility to scale their compute resources according to their specific needs, ensuring that Firebase Studio can effectively support projects of any size.

    11 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. Sugestão de Melhoria para o Android Studio (Web): Integração com Gemini AI para Desenvolvimento Assistido

    Cada vez mais, as ferramentas de desenvolvimento estão incorporando IA generativa para acelerar a criação de software. Uma funcionalidade que revolucionaria o Android Studio (Web) seria a integração de um assistente com Gemini AI, capaz de gerar código em Kotlin, Jetpack Compose e outras tecnologias Android com base em prompts do usuário.

    Como Funcionaria?
    O usuário descreve sua ideia (ex.: "Crie um app de lista de tarefas com Firebase e Compose").

    O Gemini no Android Studio gera:

    Código estruturado (ViewModel, UI, lógica de negócios).

    Sugestões…

    16 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. Enable collaborative development in Google IDX by integrating team management through Google Cloud IAM. This allows multiple developers to manage, build, and deploy immersive experiences collaboratively, enhancing project efficiency.

    126 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. For selecting templates while creating application Show react web.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. While Gemini 2.5 Pro has improved the prototyping experience in Firebase Studio, its utility is limited when working with custom projects. Uploading or replacing a project with custom files often restricts Gemini's functionalities, and essential development tools like Git integration, extensions, and server setup aren't accessible within the prototyping mode.

    Proposal:

    Integrate Gemini 2.5 Pro into the Code Editor as well: Extending Gemini 2.5 Pro's capabilities to the code editor would provide consistent AI assistance throughout the development process.

    Increase Daily Usage Limit: Raising the daily action limit from 25 to 50 would accommodate more extensive development sessions, enhancing productivity…

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 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

    1 comment  ·  App Distribution  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Is there a plan to disable support for TLS 1.0 and 1.0 version across the domains e.g. firebase console, fcm.googleapis.com and other services?

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Blacklist scenario: Let's say that a device is detected for fraud/scam activity. I want to blacklist the device for 1 year based on the previously logged-in IP address, so the scammer is no longer able to use their devices. Even though the scammer created a new Firebase account, they won't be able to do that because of the IP address blacklist.

    Whitelist scenario: Let's say that I have an internal app. I want this app to be used by my employees only, so only specific devices are allowed to login.

    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)
  13. The agent response is pretty slow in Firebase Studio Prototyper mode as the project is growing. Wish we can fix this issue.

    20 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. Any update online voting

    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

    3 comments  ·  Dynamic Links  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. While it does support for pnpm, it does not support pnpm workspaces. The reason for this is because it currently looks for the pnpm-lock.yaml file in the workspace app directory, but this file is actually in the root directory when using workspaces. This causes lots it to switch to using npm and the build to fail.

    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

    0 comments  ·  App Hosting  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. i suggest that firebase studio comes with the ability to clear the text chat (start a new chat) in the prototyper, additionally if a chat got too long, a part of the previous conversation doesnt have to be loaded, instead include a button to load the very past chats so perhaps it can enhance the performance

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Keep the app running and create events and training courses

    (For teaching students aged 16 to 19)

    Link email notifications

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

    1 comment  ·  Agent Skills  ·  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. Hey Firebase Studio AI users,

    Want faster performance? We’re exploring a new feature to let you switch your project’s region to one closer to your users, reducing ping and boosting app speed.

    To make this happen:

    Check Region: View your current region in Firebase Console > Project Settings.
    Test Latency: Ping Google Cloud regions (e.g., ping us-central1-gce.cloud.google.com) to find the best fit.
    Migrate Project: Create a new project in the desired region and transfer data manually.
    Optimize with CDN: Use Firebase Hosting’s global CDN to cache content for even faster delivery.
    This could be a game-changer for latency-sensitive apps.

    28 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)
  20. I should be able to use IDX on my chrome app on my iPad.

    195 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)
  • Don't see your idea?