Google pushed a full-stack overhaul to AI Studio on March 19, 2026, folding in its Antigravity coding agent and native Firebase integration. The pitch: describe an app in plain English, and Gemini 3.1 Pro builds it, backend and all, right in your browser. But the more interesting story might be what Google killed to get here.
The same day this launched, Google announced it is sunsetting Firebase Studio, the full-stack development environment it introduced barely a year ago at Cloud Next in April 2025. As one former Firebase developer advocate noted on X, Firebase Studio will have spent over half its lifespan in its sunset period. Even by Google's standards, that's fast.
What Antigravity actually does here
The Antigravity agent is the centerpiece. Originally launched as a standalone IDE alongside Gemini 3 in November 2025, Antigravity is Google's agent-first development platform built on technology from the Windsurf team (a $2.4 billion acqui-hire). The AI Studio integration borrows key components from that agent harness, not the full IDE, and wires them into the browser-based vibe coding workflow.
In practice, the agent monitors your prompt for signals that your project needs infrastructure. Ask for a recipe app with user accounts, and it will offer to provision Cloud Firestore and Firebase Authentication on your behalf. Click "Enable Firebase" and it handles the project setup, generates a sign-in page, and writes the Firestore integration code. According to the Firebase blog, the agent can also connect to third-party services like payment processors and Google Maps, storing your API credentials securely.
Google is also claiming the agent can build real-time multiplayer experiences. Their demos include a laser tag game with live leaderboards and a collaborative 3D particle visualization using Three.js. I haven't tested these myself, so take the complexity claims with appropriate skepticism, especially given early Antigravity reviews that flagged serious stability issues with anything beyond about a thousand lines of code.
The framework situation
React remains the default. Angular was already supported. The new addition is Next.js, which makes sense given that Firebase Studio's App Prototyping agent was already building Next.js apps. The full-stack runtime now supports server-side logic and npm package installation through prompts, which moves AI Studio closer to an actual development environment and further from the prototyping sandbox it started as.
Google says internal teams have built "hundreds of thousands of apps" using this system over recent months. That number sounds impressive until you consider that most of those are likely throwaway prototypes and test apps. Still, it suggests the infrastructure has been stress-tested at some scale.
Why Firebase Studio had to die
Here's the thing Google doesn't spell out directly. They now have three overlapping developer tools: AI Studio for browser-based vibe coding, Antigravity as the full desktop IDE, and Firebase Studio doing... what, exactly? The overlap became untenable. Firebase Studio users can migrate to either AI Studio or Antigravity, with a one-year transition window ending March 22, 2027. New workspace creation gets cut off in June 2026.
The consolidation makes strategic sense even if it is going to irritate developers who just got comfortable with Firebase Studio. Google's bet is clear: AI Studio handles rapid prototyping and the casual end of the spectrum, Antigravity handles serious development work, and Firebase itself continues as the backend infrastructure underneath both. Three tools become two, with Firebase as the connective tissue.
The competitive picture
Google is late-ish to browser-based vibe coding. Bolt.new, Lovable, and Replit's Agent have been occupying this space for months. Vercel's v0 kicked the whole trend into gear. But Google is betting that deep integration with Firebase, Cloud Run deployment, and its own models gives it an edge none of those startups can match.
The free tier is generous for prototyping. The catch (there's always a catch) is that production deployment through the Gemini API or Vertex AI costs money. Google is building a very smooth on-ramp from free experimentation to paid infrastructure. Whether that is developer-friendly convenience or a funnel depends on your level of cynicism.
Upcoming integrations will add Google Workspace connections for Drive and Sheets, plus one-click migration from AI Studio to the desktop Antigravity IDE. The developer docs already reflect the new full-stack capabilities, and Google has posted a codelab walking through the vibe coding workflow.
The full-stack AI Studio update is live now at aistudio.google.com. Firebase Studio users have until March 2027 to move, but given Google's track record with sunset timelines, I wouldn't wait.




