2103 results found
-
Allow AI-Prototyper to suggest adding build, run, and AI features
It would be great if the AI Prototyper would suggest adding features to the project that would enable saving images (Storage), user sign up & sign in (Authentication), AI Genkit, etc.
I've spun my tires for a while not understanding why I can get AI Prototyper to display an image. My project needed storage set up and referenced in my config file and I needed to tell the AI that it was done.
A helpful AI response like "I see your asking to save an image and use it on your website. In order to do this, I would suggest…
4 votes -
Flag specific files or even code sections as DO NOT TOUCH for the agent
I've had plenty of projects where unexpected (an often unnecesary) changes to config files break the app and it usually takes multiple rollbacks to go back to the stable version .
I've seen this specially happen in config files (.env,firestore.rules,etc) where configs are set to invalid values and unless they get caught in the file diffs they make us think the problem is with the new generated code when acutally is a base setup that has been changed.would it be possible to flag certain files (eg .ai-ignore file) or annotate code in some way to let the coding agent…
2 votes -
Live Visual HTML Editor for Firebase.Studio
I propose adding a feature that allows users to edit their website's HTML code directly from a real-time visual preview.
The goal is to be able to click on an element on the web page (for example, a text paragraph, a header, or an image) and have a simple editor pop up to modify its HTML and CSS content. This would eliminate the need to navigate through the file tree, write code from scratch, or rely on AI generation for simple changes.
💡 Justification and Benefits
Currently, making minor content changes requires the following workflow:View the page in a…
3 votes -
Adding Google Drive as a Remote
The goal is to use rclone to mount Google Drive as a system disk, which would allow for direct file access and management. However, this operation is blocked because we do not have sudo (administrator) privileges. The rclone mount command depends on FUSE (Filesystem in Userspace), and we cannot set the necessary permissions for its fusermount3 utility without sudo access.
2 votes -
8849582
PRMJ
0 votes -
Add feature for upload local project & github import feature in (Prototype an app with AI) area.
If possible add project upload from local storage & github import for firewase studio prompt section/feature.Currently only image upload available. You have this option in work space area but i am talking about (Prototype an app with AI) area.If will help the users much more.
4 votes -
Separate windows and agents for different concerns : ASK, DEVELOP and EXECUTE
Should have 4 different modes ASK, Develop, Commit and Execute each having different color windows. And all 4 should be working simultaneously. And i should be able to use what ever model i want in each of them.
And what should happen should also be very clear in each of those categories.
Ask (General Agent) means no code development, just planning, and asking on anything and everything.
Develop means code will be created, but user has to approve it. And the Studio should be aware of what fragment or portion of the code got approval or none of it.
Execute(Agent…
2 votes -
Add a Preview environment for App Hosting deployments.
As a developer, I want to be able to deploy my Next.js web app hosted using App Hosting to a Preview "channel", similar to
firebase hosting:channel:deploy
in hosting.
Thanks.46 votes -
Android
I just want to give my biggest gratuitous for making firebase so great to work with from tablet giving so many opportunities!
3 votes -
Clone a project as baseline for a new project
Make a copy of an existing FS project as the baseline for a new FS project.
7 votes -
Add Gemini 2.5 Pro in chat similar to Gemini Agent Mode in VS Code and Gemini CLI.
In VS Code and Gemini CLi, after the user is authenticated, they can use Gemini 2.5 Pro in chat. Similar experience should be integrated into Chat Mode of Firebase Studio for individual users.
3 votes -
Allow String to Timestamp conversion in Firestore rules
In Firestore rule, it could be very powerful to convert String containing date to Timestamp. For example, the RevenueCat extension store date as ISO 8601 string and we can't use them in firestore rule because date are not Timestamp.
In my Firestore rule, I would like to do something like :
timestamp.parse(collection.data.expires_date) > request.time
25 votes -
3 votes
-
support pixi as package manager for the conda ecosystem
Pixi is a package management tool which supports multiple languages including C++:
Pixi is the new package manager for the conda ecosystem, and is likely to replace conda/mamba/micromamba, much as uv has replaced pip/venv.
Currently I can add a nix configuration to my project but I want to use the existing pixi.toml to setup my environments.
6 votes -
Web preview for Flutter apps in Firebase Studio should support stateful hot reload
When I made a change to my Flutter code in Firebase Studio, the web preview perform a full reload - which loses the state of the app and takes multiple seconds.
It would be good if it did (or had an option to do) a hot reload for the web preview, so that the state was maintained and the reload would be sub-second.
2 votes -
Google remote desktop instead of vnc
I think using google remote desktop instead of vnc will not only work better but also be less laggy, that is one of the biggest reazons i dont move for windows, google remote desktop is just better than other alternatives, and i dont understand why google, being the creator of that tecnology does not implement it.
7 votes -
1 vote
-
Infinite loop/recursion detection
It's possible to make a mistake that causes a function to trigger itself (for example, an onDocumentWritten Firestore trigger that writes to the same document). If Cloud Functions for Firebase could detect this and shut down the infinite loop, it could prevent runaway bills.
It could also be a feature in the emulator suite so that we could check for them before deploying to production.
3 votes -
Snake app
To exit this game
4 votes -
Connect to any LLM
Is it possible to connect to anther LLM apart from Gemini like Anthropic?
7 votes
- Don't see your idea?