Skip to content

Replacing mention of Firebase Studio with Antigravity#13201

Draft
sfshaza2 wants to merge 6 commits intomainfrom
antigravity
Draft

Replacing mention of Firebase Studio with Antigravity#13201
sfshaza2 wants to merge 6 commits intomainfrom
antigravity

Conversation

@sfshaza2
Copy link
Contributor

@sfshaza2 sfshaza2 commented Mar 20, 2026

Update or replace mentions of Firebase Studio now that it is being sunset.

Resolves #13198

@sfshaza2 sfshaza2 requested a review from a team as a code owner March 20, 2026 18:35
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request rebrands and updates documentation for an AI-assisted IDE, replacing all mentions and setup instructions for "Firebase Studio" with "Antigravity" across multiple documentation files. This includes adding a new dedicated documentation page for Antigravity, updating various installation, reference, FAQ, and tools pages, and removing the stage-site markdown file. Review comments suggest correcting a typo in a link reference, ensuring consistent step numbering, replacing a placeholder xxx with actual screen names for clarity, and standardizing the YouTube video link format for robustness in the new Antigravity setup instructions.

Once you've chosen a name and configured your workspace,
click **Create** to provision your new workspace.
Click the 3-dot hamburger menu in the upper right of
the xxx screen. Select **Manage MCP Servers** from
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The placeholder xxx should be replaced with the actual name of the screen or relevant information to provide complete instructions.

Suggested change
the xxx screen. Select **Manage MCP Servers** from
the [appropriate] screen.

Copy link
Contributor Author

@sfshaza2 sfshaza2 Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I am unsure of the name, hence asking for a reviw.

Copy link
Member

@parlough parlough Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The steps from https://docs.flutter.dev/ai/mcp-server#antigravity have these details on how to do this and the names if you want to use it as a reference. Trying them out, the instructions still seem accurate:

  1. Navigate to or open the Agent side panel.

    If it's closed, open it by either:

    • Pressing Cmd/Ctrl + L.
    • Going to View > Open View... > Agent.
  2. In the upper right of the Agent panel,
    click the Additional options (...) menu button.

  3. Select MCP Servers.

  4. In the upper right of the Agent panel,
    click Manage MCP Servers.

@flutter-website-bot
Copy link
Collaborator

flutter-website-bot commented Mar 20, 2026

Visit the preview URL for this PR (updated for commit d154f8c):

https://flutter-docs-prod--pr13201-antigravity-arkfono0.web.app

@sfshaza2 sfshaza2 marked this pull request as draft March 20, 2026 19:28
Copy link
Member

@parlough parlough left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for tackling this @sfshaza2!

Comment on lines +49 to +52
Or, you can open it in [Antigravity][], Google's full-stack AI workspace and IDE.

[src-code]: {{site.github}}/flutter/ai/blob/main/example/lib/demo/demo.dart
[Firebase Studio]: https://firebase.studio/
[Antigravity]: https://antigravity.google/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you should remove this mention. The original mention was because it was one click, opening in the browser.

Suggested change
Or, you can open it in [Antigravity][], Google's full-stack AI workspace and IDE.
[src-code]: {{site.github}}/flutter/ai/blob/main/example/lib/demo/demo.dart
[Firebase Studio]: https://firebase.studio/
[Antigravity]: https://antigravity.google/
[src-code]: {{site.github}}/flutter/ai/blob/main/example/lib/demo/demo.dart

Comment on lines +79 to +89

{% comment %}
<a class="card outlined-card" href="xxx" target="_blank">
<div class="card-header">
<span class="card-title">Firebase Studio</span>
<span class="card-title">Antigravity</span>
</div>
<div class="card-content">
<p>Create a new Flutter workspace in Firebase Studio.</p>
<p>xxx</p>
</div>
</a>
{% endcomment -%}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can delete this card. It's covered by the VS Code one. But you can update the VS Code card's description to cover other Code OSS-based editors (like Antigravity).

Suggested change
{% comment %}
<a class="card outlined-card" href="xxx" target="_blank">
<div class="card-header">
<span class="card-title">Firebase Studio</span>
<span class="card-title">Antigravity</span>
</div>
<div class="card-content">
<p>Create a new Flutter workspace in Firebase Studio.</p>
<p>xxx</p>
</div>
</a>
{% endcomment -%}

Comment on lines +56 to 66
<a class="card outlined-card" href="https://antigravity.google/" target="_blank">
<div class="card-header">
<span class="card-title">
<span>Firebase Studio</span>
<span>Antigravity</span>
<Icon id="open_in_new" size="1rem" />
</span>
</div>
<div class="card-content">
<p>Develop complex Flutter apps in an AI-assisted workspace in the cloud.</p>
<p>Build apps using Google's AI-assisted IDE.</p>
</div>
</a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These cards about trying Flutter in the browser without installing, so Antigravity doesn't fit here.

Suggested change
<a class="card outlined-card" href="https://antigravity.google/" target="_blank">
<div class="card-header">
<span class="card-title">
<span>Firebase Studio</span>
<span>Antigravity</span>
<Icon id="open_in_new" size="1rem" />
</span>
</div>
<div class="card-content">
<p>Develop complex Flutter apps in an AI-assisted workspace in the cloud.</p>
<p>Build apps using Google's AI-assisted IDE.</p>
</div>
</a>

To create a Flutter app with [Firebase Studio][fbs],
you first need a Google account and to [set up Firebase Studio][fbs-setup].
Then follow these steps:
To create a Flutter app with [Antigravity][ag],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page is a reference for how to create a new Flutter app. The entries should be short and focused, plus the VS Code entry should already cover Antigravity.

The following documentation you wrote is good, but seems to be about setting Antigravity up for Flutter development. Perhaps would be good for a separate page? Maybe at /tools/antigravity.md.

Edit: Seems you already added that page :). Can you move these details there?

Once you've chosen a name and configured your workspace,
click **Create** to provision your new workspace.
Click the 3-dot hamburger menu in the upper right of
the xxx screen. Select **Manage MCP Servers** from
Copy link
Member

@parlough parlough Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The steps from https://docs.flutter.dev/ai/mcp-server#antigravity have these details on how to do this and the names if you want to use it as a reference. Trying them out, the instructions still seem accurate:

  1. Navigate to or open the Agent side panel.

    If it's closed, open it by either:

    • Pressing Cmd/Ctrl + L.
    • Going to View > Open View... > Agent.
  2. In the upper right of the Agent panel,
    click the Additional options (...) menu button.

  3. Select MCP Servers.

  4. In the upper right of the Agent panel,
    click Manage MCP Servers.

Comment on lines +2 to +3
title: Antigravity
shortTitle: Antigravity
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: Antigravity
shortTitle: Antigravity
title: Google Antigravity
shortTitle: Antigravity

---
title: Antigravity
shortTitle: Antigravity
description: Learn about the Antigravity agentic coding assistant.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: Learn about the Antigravity agentic coding assistant.
description: Learn about the Antigravity agentic development platform.


## Introduction

[Antigravity][ag] is a powerful agentic AI coding assistant and IDE
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[Antigravity][ag] is a powerful agentic AI coding assistant and IDE
[Antigravity][ag] is a powerful agentic development platform and IDE

Comment on lines +63 to 73
<a class="card outlined-card" href="https://antigravity.google/" target="_blank">
<div class="card-header">
<span class="card-title">
<span>Firebase Studio</span>
<span>Antigravity</span>
<Icon id="open_in_new" size="1rem" />
</span>
</div>
<div class="card-content">
<p>Develop complex Flutter apps in an AI-assisted workspace in the cloud.</p>
<p>Develop complex Flutter apps in an AI-assisted IDE.</p>
</div>
</a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These cards about trying Flutter in the browser without installing, so Antigravity doesn't fit here.

Suggested change
<a class="card outlined-card" href="https://antigravity.google/" target="_blank">
<div class="card-header">
<span class="card-title">
<span>Firebase Studio</span>
<span>Antigravity</span>
<Icon id="open_in_new" size="1rem" />
</span>
</div>
<div class="card-content">
<p>Develop complex Flutter apps in an AI-assisted workspace in the cloud.</p>
<p>Develop complex Flutter apps in an AI-assisted IDE.</p>
</div>
</a>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update or remove mentions of Firebase Studio

3 participants