Skip to content

General

General

Categories

JUMP TO ANOTHER FORUM

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

1808 results found

  1. Maybe first get to competence of Claude artifacts? It's not even able to make a working prototype for the "Sample prompts" provided.

    Like leggit didn't even get 1 prototype right.

    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)
  2. 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)
  3. The share option did not work .. Was try to use firebase studio for pair programming and it did not work got a 401 error. Can send a screen shot if needed

    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)
  4. Too often does the model hallucinate data structures of data sources and apis (even making up the addresses of data sources). This can be fixed by implementing a feature that allows it to make a test request to the address it wants to use as a data source, feeding back the data structure of the actual returned data to it (or alternatively the inevitable error 404 when it hallucinates a datasource).

    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)
  5. Play button Prashant bhakat

    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)
  6. as a none coder, I am unable to create files for a project, I want to at least Gemini to create and edit code

    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)
  7. Could you please add an option to get more RAM for our workspaces? The current amount (seems around 8GB) often isn't enough when running bigger Android projects, especially with the emulator and build tools going at the same time. Things can get pretty slow.

    It would be really helpful if we could choose a higher RAM configuration, maybe 16GB or 32GB, even if it's an upgrade option. This would make developing larger apps in Project IDX much smoother.

    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. Recomendaciones para Mejorar Firebase Studio:

    Mejora en la Interpretación de Solicitudes Complejas:

    Firebase Studio debe mejorar su capacidad para interpretar solicitudes complejas y multifacéticas.
    Se debe prestar especial atención a la identificación y el cumplimiento de las especificaciones tecnológicas (por ejemplo, lenguajes de programación, frameworks, bases de datos) proporcionadas por el usuario.
    Implementar un sistema de "confirmación" donde la herramienta, antes de generar el codigo, muestre las tecnologias que usara, y el usuario pueda aceptar, o rechazar.
    Generación de Código Más Precisa y Completa:

    La herramienta debe generar código que sea más preciso y completo, abarcando todas las funcionalidades solicitadas…

    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. "I need to talk with them using audio or video.", live streem audio and video sharing

    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. flutter ile yap yazdığım halde kendi varsayılan aracını kullanmaya devam ediyor, promp kısmının altından seçim yaptığımda da boş bir proje oluşturuyor

    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. I would like to see full Azion EdgeSQL support. That is a serverless database based on Sqlite and LibSQL. Supports Vector Store for AI and LLMs.

    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 noticed that currently only public repositories are supported. Are there any plans to support private repositories as well?

    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. Above each prompt, add a restore button to restore code back to point before prompt. Then you can restore, re-write prompt, and see what happens with the next prompt.

    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. It would be awesome to have a template that provided BOTH a backend and frontend experience. E.g. a next.js + mongodb instance

    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. Function Deployment & Validation Flow:
    When deploying cloud functions with recognized lifecycle hook names (e.g., beforeCreate, beforeSignin), the system should:

    Detect Blocking Function Patterns
    Check if the deployed function's name matches known blocking trigger conventions.

    Assignment Validation
    Verify whether the detected function is registered as a blocking trigger in the system configuration.

    Interactive Guidance
    If unassigned, display CLI prompt:
    "Seems like you want to deploy a 'Blocking' function named <FUNCTION_NAME> but no blocking trigger is assigned. Would you like to configure this function now? (y/N)"

    Key Function Patterns:
    ```
    beforeCreate | beforeSignin | afterSignout | customBeforeHook

    (Additional supported hooks)

    
    Why
    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. The way that Firebase helps developers quickly setup OAuth providers is amazing, but it would be really helpful if there were more providers to choose from. I'm sure you could do it if you set things up yourself, but making it easier to use services like LinkedIn would be really helpful.

    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. 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. Bug: Streamlit Components Fail in IDX

    Summary: Custom Streamlit components consistently fail to load in Project IDX, even w/ ngrok. Error: "app.[comp] from [ngrok_url] hasn't received Streamlit.setComponentReady()." Suggests IDX bug.

    To Reproduce: 1. IDX. 2. Basic Streamlit (app.py) + React/Webpack component (frontend/). 3. Simple React comp: Streamlit.setComponentReady() on mount. 4. package.json: webpack serve, Webpack: streamlit external. 5. ngrok.yml: ports 3001, 8501. 6. devserver.sh: ngrok, URLs, start Streamlit. 7. ./build.sh. 8. Start: npm start, ngrok start --all, ./devserver.sh. 9. Access Streamlit.

    Expected: Component loads.

    Actual: Component fails. Error: "app.[comp]…

    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)
  19. Dear product manager, Gemini in Firebase is far from a good and useful product compared to the competition. The usability really sucks yet, however you're already trying to sell a subscription of it.

    Firebase sounds awesome and I'm making some trials. But make a decision:

    Or you try to sell Firebase making it really easy to test and conclude projects using AI with trully integrated Gemini with great workflow usability to built Apps and write code or you try to sell general Gemini subscription here. Other AIs are bringing better results to develop Firebase solutions.

    I'm not buying an early…

    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)
  20. Project IDX to facilitate Google Pay transactions for country Panama.
    Digital Balboa currency with Google Wallet.

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