Replacing mention of Firebase Studio with Antigravity#13201
Replacing mention of Firebase Studio with Antigravity#13201
Conversation
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Yes, I am unsure of the name, hence asking for a reviw.
There was a problem hiding this comment.
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:
-
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.
-
In the upper right of the Agent panel,
click the Additional options (...) menu button. -
Select MCP Servers.
-
In the upper right of the Agent panel,
click Manage MCP Servers.
|
Visit the preview URL for this PR (updated for commit d154f8c): https://flutter-docs-prod--pr13201-antigravity-arkfono0.web.app |
| 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/ |
There was a problem hiding this comment.
I think you should remove this mention. The original mention was because it was one click, opening in the browser.
| 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 %} | ||
| <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 -%} |
There was a problem hiding this comment.
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).
| {% 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 -%} |
| <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> |
There was a problem hiding this comment.
These cards about trying Flutter in the browser without installing, so Antigravity doesn't fit here.
| <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], |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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:
-
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.
-
In the upper right of the Agent panel,
click the Additional options (...) menu button. -
Select MCP Servers.
-
In the upper right of the Agent panel,
click Manage MCP Servers.
| title: Antigravity | ||
| shortTitle: Antigravity |
There was a problem hiding this comment.
| title: Antigravity | |
| shortTitle: Antigravity | |
| title: Google Antigravity | |
| shortTitle: Antigravity |
| --- | ||
| title: Antigravity | ||
| shortTitle: Antigravity | ||
| description: Learn about the Antigravity agentic coding assistant. |
There was a problem hiding this comment.
| 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 |
There was a problem hiding this comment.
| [Antigravity][ag] is a powerful agentic AI coding assistant and IDE | |
| [Antigravity][ag] is a powerful agentic development platform and IDE |
| <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> |
There was a problem hiding this comment.
These cards about trying Flutter in the browser without installing, so Antigravity doesn't fit here.
| <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> |
Update or replace mentions of Firebase Studio now that it is being sunset.
Resolves #13198