Firebase Studio Migration
FreshAntigravity is Google's next-generation agent-first development platform. If you have been using Firebase Studio's Code view, migrating to Antigravity provides significant advantages.
Why Migrate
| Capability | Firebase Studio Code View | Antigravity |
|---|---|---|
| Environment control | Cloud-based | Local environment with full control |
| Development paradigm | Traditional IDE with AI assist | True agentic development |
| Firebase support | Built-in | Seamless Firebase support via agent skills and CLI |
Migration Steps
Step 1: Export
You have two options for exporting your Firebase Studio project:
Automated (recommended):
Use the @fbs-to-agy-export prompt within Firebase Studio to automate the export process.
Manual:
npx firebase-tools@latest studio:export <path>This exports your project files and configuration to the specified local path.
Step 2: Preview
Once exported, open the project in Antigravity and use the Run and Debug menu to preview your application locally.
Step 3: Publish
Use the agent to publish your app:
"Publish my app"
The agent handles the deployment process through Firebase or your configured hosting.
Continue Working
After migration, you can:
- Run workflows via
@workflowsto automate repetitive tasks - Deploy via agent skills or the Firebase CLI directly
TIP
The agent retains full access to Firebase CLI commands. You can deploy, configure hosting, and manage Firebase resources directly through the agent conversation.