Skip to content

General

General

Categories

JUMP TO ANOTHER FORUM

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

2066 results found

  1. it will be better if the read only mode file view from prototype to be editable.

    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)
  2. it will be better if the read only mode file view from prototype to be editable.

    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. I would suggest integrating a Prototype Agent directly into the Imported Project. This would be significantly more useful as it allows for real-time testing and iteration within the project's native environment, streamlining the development and refinement process.

    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. The app blueprint show features and a style guideline but it is not clear which parts will be real when the app is developed.

    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)
  5. One-Click Firebase Service Integrations

    Description:
    Add Firebase services (like Auth, Firestore, Storage, Functions, Messaging) to your project with guided wizards that auto-generate minimal working code and connect to your Studio workflows.

    Why It Matters:

    Reduces setup friction

    Ensures best practices by default

    Great for beginners and prototyping

    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)
  6. 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  ·  Analytics  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Suggestion: Significantly improve the AI's ability to interpret and act on explicit error messages and detailed debugging instructions.

    Reasoning: If a human can be told "function X is undefined in line Y of file Z, and here's how to fix it," the AI should be able to process this and apply the fix. Its failure to do so, even with precise input, indicates a major weakness in its current debugging capabilities.

    Specific Features:

    Error Message Parsing: Deeper understanding and immediate action on common error types (e.g., "undefined function/variable," "syntax errors").

    Contextual Debugging: When an error occurs, the AI should automatically…

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Need to be able to drop into the code view directly. To recover from fatal errors.

    Also a way to access and rollback to previous versions, without accessing the studio.

    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)
  9. We should be able to have a mini-git within the project or at account level.

    I have had a couple of instances where the project went awry and there was no way to even load the space. let alone rollback.

    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. Gemini HAS To stop just doing things with out asking, I am talking about an idea or asking a question and Gemini just starts changing code, without laying out a plan and then WAITING for permission to change code. It has broken my app over and over doing this. Also if it could be a little less pathetic when it makes a mistake that would be great, it responds like a child who was beaten until they were ten.. no please dont delete my code. im so sorry i did not listen to you and broke your app her ill…

    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. It would be great if I could connect directly to my hosting with the hosting API and be able to create any project I want in natural language. I could install my own file management system on my own domain, preview it, fix errors, and develop it. The hosting API should be sufficient for this. The artificial intelligence should create its own database and transfer the data. It would be great if we could make you create whatever you want in natural language.

    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)
  12. Please train Google Gemini models, including Gemini 1.5 Pro, Gemini 1.5 Flash, and earlier versions like Gemini 1.0, to fully support complex Vedic astrology calculations with lagna (ascendant) calculations, dasha periods, varga charts (like Navamsa, Shashtiamsa), transits, and muhurta matching by adding astronomical ephemeris data and accurate astronomical backend engines like Swiss Ephemeris (swisseph), Maitreya, or Jagannatha Hora integration. Also support to compute full Panchanga, Dasha-Antardasha, Shadbala, or Ashtakavarga without external API/tools or manual datasets.

    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)
  13. I've implemented override build and run scripts in apphosting.yaml following this documentation https://firebase.google.com/docs/app-hosting/configure#override-scripts but it doesn't work. I discovered the we can override the run script by add runCommand in runConfig (https://github.com/FirebaseExtended/firebase-framework-tools?tab=readme-ov-file#runconfig) and this works. But to override build command i can't find the right documentation

    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

    1 comment  ·  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)
  14. Please support WordPress Theme and Plugin development. Believe me, this is one of the biggest needs.

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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. After using Firebase Studio for a long time, the agent started providing code directly in the chat as plain text. But when I asked for an edit, it responded with, "I'm not able to do that."

    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. To track the chat history. Date and time in the chat history are really important and Pin or star or bookmark the chat is also crucial feature.

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

    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  ·  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)
  19. accidentally firebase Studio workplace deleted need a recovery option

    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. The Problem:

    Currently, the AI assistant (Buddy) in Firebase Studio is unaware of whether the user is in "Preview Mode" or "Code Mode".

    This leads to inefficient and sometimes confusing interactions. For example, when the AI asks the user to check server logs, the user might be in Preview Mode where the terminal is not visible. This requires a back-and-forth conversation where the user has to state they can't see the logs, and the AI then has to explain how to switch to Code Mode to find the terminal.

    This entire exchange could be avoided if the AI had context…

    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?