Skip to content

General

General

Categories

JUMP TO ANOTHER FORUM

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

811 results found

  1. 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. 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 Studio  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Firebase Studio should have an option to import from Google AI Studio Build. I'm not a coder, but I'hve managed to imagine beautiful and very useful app idea on on Build, but I cannot import it in Firebase Studio for publishing with Firebase App Hosting. I can download from Build, and important it in Firebase, but that don't work like what I create on Studio itself.

    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 Studio  ·  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. 🚀 AI-Enhanced Debugging Assistant

    Description:

    Integrate an AI-powered Debugging Assistant that helps developers quickly identify, analyze, and fix errors within their code. Unlike standard error messages, this tool would explain the root cause of errors and suggest optimized solutions interactively

    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. 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)
  6. 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)
  7. It would be amazing if Gemini could handle everything in the Firebase Console directly. For example, if I ask something in the Firebase Studio chat, it should be able to do all the backend setup on its own—like authentication, database setup, rules, Realtime Database, or anything else needed to make an app fully functional.

    For people like me who don’t know coding or have much tech knowledge, the Firebase Console can feel super overwhelming. There are so many features and tools, and I honestly don’t know what most of them do. If Gemini could just take care of all that…

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. 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. <!DOCTYPE html><html lang="en">
    <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="description" content="A-Z Fisheries: Combating invasive carp and restoring ecological balance through innovative, sustainable fishing practices.">
    <title>A-Z Fisheries | Fighting Invasive Carp</title>
    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap">
    <style>
    body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: #f0f8ff;
    color: #333;
    }
    header {
    background: #004080;
    color: white;
    padding: 1em;
    text-align: center;
    }
    nav {
    display: flex;
    justify-content: center;
    background: #0066cc;
    }
    nav a {
    color: white;
    text-decoration: none;
    padding: 1em;
    transition: background 0.3s;
    }
    nav a:hover {
    background: #004d99;
    }
    section {
    padding: 2em;
    max-width: 1000px;
    margin: auto;
    }
    footer {…

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Allow firebase studio and console sync to allow users to enable most of the google services within firebase studio. It is very redundant and time consuming to setup each process manually even though firebase studio is google's own product.
    Suggestions:
    1. Allow firebase to create app, sync Webapp/Android/iOs details automatically once developer choose the option of deployment.
    2. Allow a one click Sign-up/Sign-in methods so that developer can focus on the deployment of the project.
    3.Allow firebase to automatically create, connect and sync data across google apps in easier once click/ create a pair mehtod.

    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 Studio  ·  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. Please add OOTB support for running containers using Podman, with the possibility to use containers that utilize systemd


    While adding

      packages = [
        pkgs.podman
      ];
    

    podman will not run. Some of the issues might be related to the nix package, but some are related to the environment.

    The default policy is missing and no /var/tmp. Had to fix this as follows:

          onCreate = {
            # this is to fix Podman: https://github.com/gbraad-devenv/idx/issues/3
            setup-podman = ''
              mkdir /etc/containers/
              cat >> /etc/containers/policy.json <<EOF
              { "default" : [ { "type": "insecureAcceptAnything"} ]}
              EOF
              mkdir /var/tmp
            '';
          };
    

    After these minor changes, podman can…

    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)
  12. 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. Maybe you might try sharing how far your project is been to others, so with customized url link it will be easier for a receiver to react fast than unknown link

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. As the current trend for dark Theme has really taken off, except with a lot of YouTubers apparently. I thought a moving background would be an amazing next generation move. There's been not much custom control generated, and like in a browser one can have some pretty cool backgrounds, or with 3-D graphs and such. I, for one, would enjoy a pleasant small ripple/wave effect, if nothing more than to help the aesthetic, I believe it would also be relaxing and somewhat soothing.

    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)
  15. If you customize your panels, themes, fonts, colors, and other settings, we want to ensure your customizations are persisted the next time you access Project IDX.

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

    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)
  17. When AI is correcting/updating the code.
    Maybe it is because the project is very large, and most of the time, AI think too long that it cannot go further.
    sometimes there is a "✕" icon appear or it keep thinking for many hours and the code doesn't go further.
    I want to have a refresh button or force proceed button, so it can force to write the code.

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. I'm currently working on a chatbot prototype, and I noticed that even after manually updating the logic and code in the code section, the prototype still responds based on the old logic. It seems like it's not reading the latest changes. How can I reset or refresh the logic and chat history so it reflects the updated code properly?

    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 Studio  ·  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. Project IDX has great potential, but expanding its iOS Simulator and Deployment to App Store capabilities would make it even more powerful. Here's what I propose:

    1. iOS Simulator Integration - the capability to test and debug directly in Project IDX, without having to go into any macOS device;

    2. App Store Deployment - deploying iOS applications directly in the App Store;

    3. iOS Full Development Toolset: advanced debugging, performance profiling, and resource management.

    This will not only smooth the workflow but also make ProjectIDX full-fledged for the all flutter developer. Let's unlock its full potential!

    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)
  20. للاسف البنامج لا يقوم بتحميل صور لي اتمنى ان تكون الميزة مقبولة قريبا

    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 Studio  ·  Admin →
    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?