Skip to content

Firebase Studio Migration

Fresh

Antigravity 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

CapabilityFirebase Studio Code ViewAntigravity
Environment controlCloud-basedLocal environment with full control
Development paradigmTraditional IDE with AI assistTrue agentic development
Firebase supportBuilt-inSeamless 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:

bash
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 @workflows to 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.

SOP Documentation Site