Cloud IDE Code view
Enjoy the familiar interface of VS Code, but supercharged with AI and running locally on your hardware.
Antigravity is Google’s next-generation, agent-first platform. It’s designed to be the primary home for high-velocity, autonomous development workflows. Instead of relying on just a cloud-based web editor, Antigravity brings the power of AI right into your local development environment.
Antigravity offers significant enhancements over the web-based Code view in Firebase Studio:
To help you settle in, here is where you can find your favorite Firebase Studio features in Antigravity:
Cloud IDE Code view
Enjoy the familiar interface of VS Code, but supercharged with AI and running locally on your hardware.
Agentic chat
The AI chat you used in Firebase Studio is now natively integrated into your IDE, capable of taking autonomous actions across your local files.
App Hosting deployments
You can continue to deploy and manage your App Hosting URLs seamlessly using the Firebase CLI or built-in IDE integrations.
Browser-based emulators
Run the Firebase Local Emulator Suite directly on your machine for faster, offline testing.
Antigravity is a local, agent-first IDE that brings the power of AI into your local development environment.
Ensure you have the following installed locally and fully up-to-date:
Option 1: Automated migration
This workflow uses the Antigravity agent to autonomously handle project transformation.
Cmd + Shift + P on Mac or Ctrl + Shift + P on ChromeOS, Windows, or Linux) and run the Firebase Studio: Zip & Download command.@fbs-to-agy-export
The Antigravity agent will then begin project migration, requesting your assistance along the way. Follow the agent’s guidance to complete the migration process. If you encounter any errors, prompt the agent to try again.
Option 2: Manual export
If you prefer to manage the migration yourself without using AI tokens, you can use the Firebase CLI to manually export your project. This method is direct and does not require agent interaction.
Open your terminal and run the following command, replacing <path> with the file path to your extracted project folder or the original .zip file:
npx firebase-tools@latest studio:export <path>
Once you have extracted your project and opened it within Antigravity, you can view your application locally:
Antigravity uses agent skills to publish your app using Firebase best practices.
Publish my app
firebase deploy, choose Yes. The agent will publish to your existing URL if you’ve previously published to App Hosting. If this is your first time publishing to App Hosting, the agent will walk you through the process.publish my app in the Antigravity chat panel.There are several ways you can continue your development in Antigravity.
@workflows <workflow_name> into the agentic chat panel.Thank you for being part of the Firebase Studio journey. Your prototypes and feedback have directly shaped Google’s AI tools, and we can’t wait to see what you build next in Antigravity!
File any migration bugs in our GitHub Issues.