2189 results found
-
Helpful Meta Action Buttons
It would be great if there was a quick way to trigger certain insightful checks or reports of a user's project that show in a popup, for example:
--Architectural diagram of what this project looks like
--ERD/schema diagram
--Performance report with ideas for improvements
--Lighthouse test with clickable actions to address
--GCP calculator report for monthly usage
--Check for any unused code with clickable removal1 vote -
Clear Gemini History Not Working
Sorry, I hit a snag. Please try again shortly or modify your prompt.
[GoogleGenerativeAI Error]: Error fetching from https://monospace-pa.googleapis.com/v1/models/gemini-2.5-pro:streamGenerateContent?alt=sse: [400 Bad Request] The input token count (9521395) exceeds the maximum number of tokens allowed (1048576).When you try to clear the history on Gemini, this doesn't work. This needs to be fixed, otherwise it prevents vibe coding, etc.
3 votes -
Confirmation Before Firebase AI Applies Changes
With the rise of AI-assisted development, many of us are used to casually chatting with AI — sometimes just asking for suggestions or even giving compliments. However, in Firebase, I’ve noticed that AI often directly applies comments/requests to the project without asking for confirmation.
This can be frustrating and risky, since a casual message can unintentionally trigger real changes to the project.
Suggestion:
Add a confirmation dialog (or toggle in settings) that controls whether Firebase AI should:
Directly implement all requests automatically, or
Confirm with the developer first before making any changes.
Benefits:
Prevents accidental or unintended project changes.
Lets…
8 votes -
Built-in App Versioning & Rollback Feature
I’ve faced repeated issues in Firebase where making updates or major changes can lead to fatal errors. The biggest frustration is that even the rollback request often fails, leaving no reliable way to restore the project to a stable state.
Because of this, the only solution I’m forced to use is creating a full duplicate of the entire project every time I want to make major changes. This is inefficient, time-consuming, and increases the risk of inconsistencies.
- * * Suggestion:
Introduce built-in versioning for apps (e.g., 1.0.0.01, following semantic versioning best practices).
Each update/deployment should automatically create a new version…
3 votes -
Firebase studio project restoration from trash if deleted
There should be a trash box
2 votes -
Merging projects
It would be nice to be able to merge projects. If you have multiple apps that may need to communicated to one another and read from the same data base, but you dont want to build a monolith, you should be able to merge the projects in a way that you can build the functionality between the apps so they can all talk to one another
4 votes -
One-Click Edit and Remove Feature for Generated Code
I think Firebase should provide an option that allows users to easily edit their previous messages and remove any previously generated code with a single click. This would improve the user experience by making code management and corrections faster and more convenient.
1 vote -
Debian, Ubuntu, more machine types, and root privileges
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 (/).]5 votes -
Debian, Ubuntu, more machine types, and root privileges
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 (/).]1 vote -
A M-pesa app but cheaper on transactions
Cheapest app on transactions
2 votes -
Commit suggestion based on User satisfaction
We forgot to commit in good times, and by excitement went to the wrong direction and ruin it all, especially if we're some beginners. If user is satisfied with something, ask him/her to commit, could be the best advice.
1 vote -
Undo AI completion
It would be great if there was a undo button to every changes that AI has made.
1 vote -
Add "Download ZIP Project" option in IDX Workspaces Menu
I would like to request a feature for Google Cloud IDX.
Currently, in My Workspaces, when selecting a project and opening the menu (⋮), we see options like Duplicate, Share, Rename, Restart, Copy Link, and Delete.👉 Please add an option “Download ZIP Project” directly in this menu.
This will allow users to quickly download their entire project as a clean ZIP file without needing to manually zip via terminal or rely on Git. It will be especially helpful for:
Beginners who just want to back up their project.
Users on limited devices who cannot run heavy Git/IDE setups.
Quick…3 votes -
Links
Reliable
2 votes -
voicechatroom44@gmail.com
-- Users
CREATE TABLE users (
id uuid PRIMARY KEY DEFAULT genrandomuuid(),
username text UNIQUE NOT NULL,
displayname text,
email text UNIQUE,
profilepic text,
type text NOT NULL DEFAULT 'user', -- user | creator | agent
walletcoins bigint DEFAULT 0,
stripeaccountid text,
createdat timestamptz DEFAULT now()
);-- Rooms
CREATE TABLE rooms (
id uuid PRIMARY KEY DEFAULT genrandomuuid(),
title text,
topic text,
hostid uuid REFERENCES users(id),
type text DEFAULT 'public', -- public|private
maxparticipants int DEFAULT 1000,
status text DEFAULT 'scheduled', -- scheduled|live|ended
startedat timestamptz,
scheduledat…3 votes -
Firestore Rules Tab - Separation of Concerns
Firestore rules tab should allow deploying multiple tabs so that all rules are not in the same rules container in the UI. This will allow us to create separation of concerns(collections) to their own tabs. To prevent massive running list of rules.
As an example:
I have 2 collections
Users
PetsI should be able to write my rules for Users in a tab.
Then in a completely separate tab, write the rules for PetsThen deploy them individually or all at the same time.
2 votes -
1 vote
-
Option to disable a single remote config so data is not sent
Essentially a toggle for each of the remote config values, so they individually can be disabled without having to remove the setting of set its content empty
1 vote -
When in source code view, I want to be able to select a component within the web preview panel and perform code or AI actions.
When in source code view, I want the ability to select a component within the web preview panel and perform code or AI actions.
At a minimum, I would like the same functionality available in Prototyper, where you can select a component and apply an action to it, such as running an AI prompt. Currently, this feature is only available in Prototyper, but it would also be highly valuable in source code view, especially since we have access to the Gemini chat panel there.
I would also like this capability expanded to allow direct navigation to the selected component’s location…
1 vote -
Gemini Live API Voice Interrupts
Requesting support for user voice interrupts when using the Gemini Live API. Currently, the model keeps talking (often for 10+ seconds) about an old topic even if the user speaks over it.
Relevant documentation section: https://firebase.google.com/docs/ai-logic/live-api?api=dev#handle-interruptions
2 votes
- Don't see your idea?