1103 results found
-
Integrated Agentic Development
Integrated Zappier like AI agent building interface for a better and easier AI application development
20 votes -
apply gemini 3 pro in firebase strudio please
i belive that we will have more control of our projects here in firebase studio than ai studio so please add gemini 3 pro in firebase studio
3 votes -
Have a toggle between PLanning and Execution mode. Claude plugin has a Planning mode
Have a toggle between Planning and Execution mode. Claude plugin has a Planning mode. it helps to plan properly and modify the plan pior to execution
4 votes -
Many prototyping chats using various pull requests
Currently in prototyping only one chat session is allowed and which is taking so much time as well to complete. It would be better if we can create multiple chats simultaneously using different isolated sessions using pull request or any other ways. It can help faster prototyping and even more easier development. Claude Code Web has this feature currently and this is so helpful and I request to bring a similar feature in Firebase Studio as well. Thank you!
4 votes -
I suggest that Firebase Studio add a native feature to transfer or move an entire Firebase project from one Gmail/Google account to another.
This would help developers and agencies when project ownership needs to be changed (for example, client handover, team changes, or company restructuring) without manually recreating the project, reconfiguring services, or risking data loss.
2 votes -
4 votes
-
Add MCP support to Firebase Studio
As with other AI IDEs like Cursor or Windsurf it should be possible to configure MCP, so I can leverage the power of MCP while vibe coding. Gemini tends to hallucinate ******* APIs.
E.g. I just wanted to create a script to add the Firebase studio instance to the list of trusted domains in my Firebase project. It proposed using the Firebase CLI for this, but it's not supported. Unfortunately there is no way, to provide Gemini with the right docs, e.g. via Context7 MCP. - Also the Firebase MCP is not possible to configure. - That greatly reduces the…
13 votesThis is something we are actively looking into.
-
Let Gemini see your firebase screen
Often it has given steps but have been out of date. Example: "My memory of the Google Cloud interface was incorrect.". i end up having to copy and paste my screen, so Gemini can see what i am looking at.
4 votes -
Can all my projects correspond with each other that's boring when my projects my apps can't my projects don't correspond with each other let
When all your apps is connected it's simple mean when one is crashing you can't get the problem when you start to work on the other one the other one is simply can get the correction and go around all the faults but when you set it to all you set it up it's difficult for people to work to work space like that right now cuz that's the problem I'm having a crash problem and working with you guys it's difficult it's been over a week I'm trying to correct it giving me **** to Lord it know what…
1 vote -
Local file system access
Introduce the capability to browse and open local filesystem directories, as available in vscode.dev, where users can open directories and not just individual files, directly from the browser interface.
Current behavior in vscode.dev: Users can interact with the local filesystem through the browser, opening folders and files as if working locally, without uploading content to the server, which effectively bridges local and cloud development environments.
Impact: Implementing this would reduce context-switching and improve user experience by providing a seamless development workflow that integrates local and cloud-based resources.
Technical Suggestion: Adopt a File System Access API strategy to enable secure and…
422 votes -
Automatically resolve all issues related to running the program
The whole point of using Gemini and Firebase studio is to be able to automate everything. So why have you guys allowed Firebase studio to still remain so dependent on human action? When trying to run a Flutter project, I get such errors:
simple_notes-82575463:~/simple_notes{main}$ apt install cmake…
apt is not installed, but available in package apt, press [Enter] to run it, Ctrl+C to cancel.
these 4 paths will be fetched (4.78 MiB download, 28.84 MiB unpacked):
/nix/store/763a60pi91p93np19vkhn026hig5d5w1-apt-2.7.6
/nix/store/99lfzqv23jnxp5lj11hvgaqc62qrmnwa-dpkg-1.22.1
/nix/store/y6x85gyyndgbvzvdlz1y69gs1zxsa29f-stdenv-linux
/nix/store/dn6qi0xbx9sidpis4isrncnpkhxsd2v5-xxHash-0.8.2
copying path '/nix/store/y6x85gyyndgbvzvdlz1y69gs1zxsa29f-stdenv-linux' from 'https://cache.nixos.org' to 'local-overlay://'...
copying path '/nix/store/99lfzqv23jnxp5lj11hvgaqc62qrmnwa-dpkg-1.22.1' from 'https://cache.nixos.org' to 'local-overlay://'...
copying path '/nix/store/dn6qi0xbx9sidpis4isrncnpkhxsd2v5-xxHash-0.8.2' from 'https://cache.nixos.org' to3 votes -
Improved memory of past actions
I've been coding with Firebase Studio for the past couple of days and in the interactive chat it keeps re-introducing an error in a file in an unrelated area of the file when it's making a change elsewhere. I repeatedly asked it not to change that block of code and it has been unable to.
Similarly, when I added Firebase functions, a .eslintrc.js file was created with a column width set to 80. gemini-pro-preview-05-06 keeps failing to follow this even though I repeatedly and explicitly say to follow the rules before making a fix. If fails by both making code…
11 votes -
Better Github integration
Automatically pushes to GitHub when Gemini makes changes. Also make it where you don't have to re authenticate so often with GitHub.
3 votes -
Raise the number of workspaces limit
Hey Project IDX team,
I don't want to have a limit of 2 workspaces in project IDX. Can you lift the limit of two workspaces to maybe 50-100? I want to draft a lot of flutter, angular, and react projects in project IDX. Thanks.
- Dino
158 votes -
application based templates
Provide more application based templates using modernized AI and Web frameworks for static web pages, chatbot, web information search and summarization tools, so designers can focus on concepts instead of debugging infrastructure code.
4 votes -
No more excuses!
I think for the sake of the mental health of all Firebase Studio users, Gemini should be completely restricted in Firebase Studio when it comes to apologies.
It's so hard not to end up frustrated after an hour of discussions and bug fixes of all kinds, where Gemini's only main occupation is to find the most sincere and profound apologies possible! I think even he is becoming depressed at this point.
Joking aside, starting every text you read with a paragraph of apologies, when he doesn't even make a mistake, it's just a simple request, becomes really trying in the…
4 votes -
3 votes
-
Root android apk
Nice
3 votes -
History Restore option
Implement a version control or history tracking system for your workspace that allows you to view and restore previous states of your features. Specifically, add a "history restore" option accessible through the user interface, enabling you to revert to a prior version of the feature if the latest changes cause issues and history navigation is currently unavailable. Ensure that this system maintains a reliable history log, provides an intuitive restore function, and integrates seamlessly with existing workspace functionalities.
5 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…
4 votes
- Don't see your idea?