This update is flawed with bugs. All of the suden sine yesterday all my apps are filled with build errors. Especially the params page props etc. Chat history voluntarily disappeared. Now, I see why.
Amazing work Kirupa. You have done something great with this project, especially the prototyper. It’s so good at understanding the codebase and it works well with rough instructions too, tho, I’d plead you consider finding a way to free up old chats cus the whole interface gets sluggish the longer the chat history gets. Maybe a way to delete them without messing up the prototyper’s memory? it seems deleting its response and keeping the user’s prompts freed it up last time but i’m already racking up a lot of usage again haha (sorry lol, i’d pay if it wasn’t free cu snow i feel like a freeload haha). Anyway, Thanks for all you do man. Keep the amazing job up. Yourself and the Team rocks.
Amazing work team! When will the performance of the android app emulator be fixed? This is one of the reasons for me to seek alternative solutions. Its a critical touchpoint in my design-dev workflow. Thx
Hey @MubieSam_Lin! It looks like you’re just not in quite the right spot to see it. If you go into one of those workspaces and swap to </> Code view, you should see it at the bottom of the Gemini window. Here’s an expanded screenshot to make it a little clearer where to look.
Septebmer 15th Rollup of Changes
Feature Updates
Chat UI/UX Improvements
The chat toolbar has been redesigned for a cleaner interface:
The thread list menu now includes context-aware actions to rename and delete threads on hover, replacing the dedicated Delete Chat button.
Superchat Context
Superchat now recognizes gemini.md (in addition to GEMINI.md) for loading project-specific instructions and context.
Sidekick UX
Improved the Sidekick (inline chat) user experience by generating more precise, character-level diffs for code changes instead of replacing entire blocks of code.
MCP Tool Selection
Added support for configuring and selecting which MCP (Model Context Protocol) tools are enabled for a workspace, including a UI for managing tool configurations.
VSCode Plugin – Chat View & Panel Layout
The Gemini chat view now defaults to appearing in a side panel instead of an editor tab:
The main Firebase Studio panel is now located in the auxiliary side bar.
VSCode Plugin – Prototyping Annotations
The annotation experience in prototyping has been improved.
VSCode Plugin – Collapsed Chat Messages
Long user messages in the chat UI are now collapsed by default with a “See more” link to improve readability.
VSCode Plugin – GCP Organization Folder Selector
Adds a selector component to the Request Firebase Project tool, allowing users to choose a location for new projects.
UI Components – Spacing Support
The HStack and VStack components now support a spacing prop for easier layout control.
Inspect Mode Enhancements
Improved element “Inspect Mode” by refining the selection logic for Next.js components and enhancing the positioning of the inspector UI.
Improvements – Gemini Extension by Default
The Google Gemini VSCode extension is now included by default in all project templates.
Image Generation Model Update
Prompts now use the latest gemini-2.5-flash-image-preview (nano-banana) model for image generation. To see this in action, check out my latest video on this:
https://x.com/kirupa/status/1964158515142152337
New Template – Python (uv)
Introduced a new Python starter template using the uv package manager, available in the template dashboard.
Bug Fixes
VSCode Plugin – Auth Token Refresh
Fixed potential ACCESS_TOKEN_EXPIRED errors by adding automatic token refresh for backend services.
VSCode Plugin – Slash Commands Refresh
Resolved an issue where available slash commands and agents did not refresh correctly when switching between chat threads.
VSCode Plugin – Slash Commands in Ask Mode
Fixed a bug where slash commands (/explain, /fix, etc.) were not working in Ask mode.
VSCode Plugin – Duplicate Button in Superchat
Fixed a UI bug where two Regenerate Response buttons could appear in Superchat mode.
VSCode Plugin – Error Message Typo
Corrected a typo in the “Show command output” error message.
VSCode Plugin – Obsolete Commands Removed
Removed old preview-related commands from the command palette.
Backend – “Thinking…” Status
Fixed an issue where the “thinking…” status message was not displayed correctly when using the new thread patching mechanism.
File System – Auto-Apply File Handling
Prevented files from automatically opening in the editor when modified by the agent in auto-apply mode.
Workspace – npm Cache Disabled
Disabled the npm cache feature during workspace startup to fix template initialization failures.
UI – Terminal Text Wrapping
Enabled text wrapping in the terminal command UI to prevent horizontal scrolling.
Template Fix – Angular Baseline
Fixed issues in the Angular baseline template.
Template Fix – React + Vite
Corrected a typo in the dev.nix file for the React + Vite template.
Template Fix – HTML Baseline
The HTML baseline template unpacker now correctly handles cases where a dev.nix file is already present in an imported bundle.
Despite sounds great, indeed is useless. IA works hard on demolishing the project, datasets, css and messing up each element. 2 months of work turned into garbage cause I asked to IA very difficult things like “change this color” for “this other color” and then decided to delete datasets.
Awful experience.
Quando vai aparecer novo update ?
No updates this month ? ……….
Any response for Team… nothing…. its is very very sad….
@kirupa
Nobody is responding. Very annoying and seems that this firebase studio is just an MVP and market trial. Expect this digital product to be decomissiond soon.
If they deactivate it, they’ll have to refund me the €270 I paid annually for this garbage program — no updates, no support, no response. The only thing they know how to do is reply automatically with messages similar to the ones Prototype gives you when it can’t solve a problem… I never imagined this from a company like Google, with billions of dollars. It’s honestly frustrating to see companies like Vercel delivering an AI far more capable than Prototype and actually giving proper attention to their users.
two months and any update, any response …
Tell Something for community please …
February 2026 Rollup of Changes
(Also available on Firebase Studio Release Notes)
Highlights
-
Increased the default maximum output tokens for the AI model from 8,192 to 32,768 allowing for more extensive code generation and responses.
-
Added Gemini 3.0 Flash Preview and 3.0 Pro Preview to the list of available models.
-
Began rolling out Gemini 3.0 Flash to Prototyper workspaces.
The App Prototyping agent
-
Added
fixFirestoreRulesFlowto auto-correct Security Rules using feedback from thefirebaserules.projects.testAPI. -
Automated application code updates with new Firebase configurations.
-
Added support for
.rulesfiles to the context engine, allowing them to be recognized as a code file type. -
Enabled Cloud Firestore by default in App Prototyping Agent Runner with improved logging.
-
Fixed a path range error in the context engine’s directory scanning, improving robustness when encountering unusual filenames.
-
Fixed a bug that caused an “I hit a snag” error by properly accumulating tool execution calls before generating a response.
Other Improvements
-
Updated the image-to-image generation example within the agent’s core prompt to use the final
gemini-2.5-flash-imagemodel name, replacing the preview version. -
Added instructions to the Firebase guidelines prompt to encourage using the
RequestFirebaseBackendToolinstead of generatingbackend.jsonorfirestore.rulesfiles directly. -
Upgraded Genkit dependency to version 1.22 across various agent-related packages.
-
Automatically run
fix-react2shell-nextduring server startup to apply compatibility fixes for the user application, addressing the React2Shell vulnerability. -
Upgraded the the App Prototyping agent and related services to use the
gemini-2.5-flashmodel, replacing the previousgemini-2.0-flash. -
Upgraded public templates to use the
gemini-2.5-flashmodel. -
Updated various Gemini templates (Python, Go, LangChain, Genkit) to use
gemini-2.5-flashorgemini-2.5-promodels. -
Upgraded React, Next.js, and related dependencies in Prototyper workspaces.




