Skip to content

[AI] Update doc links: vertex-ai -> ai-logic - #16640

Open
paulb777 wants to merge 11 commits into
mainfrom
pb-doc-link-update
Open

[AI] Update doc links: vertex-ai -> ai-logic#16640
paulb777 wants to merge 11 commits into
mainfrom
pb-doc-link-update

Conversation

@paulb777

@paulb777 paulb777 commented Sep 11, 2026

Copy link
Copy Markdown
Member

Description

This PR updates the public API documentation links within FirebaseAI to ensure they point directly to their new, live destinations.

Specific updates include:

  • Firebase Docs: Updated legacy vertex-ai documentation paths to the current ai-logic paths (e.g., https://firebase.google.com/docs/ai-logic/...). Upgraded an insecure HTTP link to use HTTPS.
  • Google Cloud Docs: Updated https://cloud.google.com/vertex-ai/... URLs to point directly to their new locations at https://docs.cloud.google.com/gemini-enterprise-agent-platform/... (avoiding redirects).

These updates ensure Xcode Quick Help and the web documentation remain accurate and accessible.

Testing

  • Verified all updated URLs resolve to active pages using HTTP status checks.

@gemini-code-assist

Copy link
Copy Markdown
Contributor
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

@paulb777

Copy link
Copy Markdown
Member Author

/gemini review

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

Copy link
Copy Markdown
Contributor

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 updates documentation URLs across several files, migrating paths from vertex-ai to ai-logic. The review feedback identifies minor issues within these changes, including an insecure http:// protocol in a CHANGELOG link, a grammatical typo in a warning message, and an incorrect singular URL path (gemini-model instead of gemini-models) in FirebaseAI.swift.

Comment thread FirebaseAI/CHANGELOG.md Outdated
Comment thread FirebaseAI/Sources/FirebaseAI.swift Outdated
Comment thread FirebaseAI/Sources/FirebaseAI.swift Outdated
@paulb777

Copy link
Copy Markdown
Member Author

/gemini review

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

Copy link
Copy Markdown
Contributor

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 updates documentation URLs and references across the codebase, migrating links from the old vertex-ai paths to the new ai-logic and gemini-enterprise-agent-platform domains. The review feedback suggests two minor documentation improvements for consistency: updating a model list URL in FirebaseAI.swift to use the plural /models path, and renaming 'Vertex AI locations' to 'Agent Platform locations' in Backend.swift to align with the product's new name.

Comment thread FirebaseAI/Sources/FirebaseAI.swift Outdated
Comment thread FirebaseAI/Sources/Types/Public/Backend.swift Outdated
Comment thread FirebaseAI/Sources/Types/Internal/ProtoDate.swift Outdated
@paulb777

Copy link
Copy Markdown
Member Author

/gemini review

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

Copy link
Copy Markdown
Contributor

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 updates documentation URLs across multiple files in the FirebaseAI module, migrating references from Vertex AI to the new AI Logic and Gemini Enterprise Agent Platform paths. The review feedback suggests improving consistency by updating a remaining /gemini-models link to /models and cleaning up double spaces in a documentation comment for better readability.

Comment thread FirebaseAI/Sources/FirebaseAI.swift Outdated
Comment thread FirebaseAI/Sources/Types/Public/Live/LiveServerGoingAwayNotice.swift Outdated
paulb777 and others added 2 commits September 11, 2026 14:15
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
….swift

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@paulb777

Copy link
Copy Markdown
Member Author

/gemini review

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

Copy link
Copy Markdown
Contributor

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 updates documentation URLs and references across the SDK, transitioning from 'Vertex AI' to 'ai-logic' and 'gemini-enterprise-agent-platform' to align with rebranding. The feedback suggests removing an unnecessary double backslash at the end of a documentation link in LiveServerGoingAwayNotice.swift to ensure it renders correctly in Quick Help and DocC.

Comment thread FirebaseAI/Sources/Types/Public/Live/LiveServerGoingAwayNotice.swift Outdated
….swift

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@paulb777

Copy link
Copy Markdown
Member Author

/gemini review

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

Copy link
Copy Markdown
Contributor

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 updates documentation URLs across several files in the FirebaseAI module, migrating references from Vertex AI to AI Logic and the Gemini Enterprise Agent Platform. The reviewer feedback consistently identifies instances where markdown links are split across multiple lines, which can cause rendering issues in markdown parsers and Xcode Quick Help. It is recommended to apply the provided suggestions to keep the link text and URLs on a single line for cleaner and more robust rendering.

Comment thread FirebaseAI/CHANGELOG.md
Comment thread FirebaseAI/Sources/FirebaseAI.swift Outdated
Comment thread FirebaseAI/Sources/FirebaseAI.swift Outdated
Comment thread FirebaseAI/Sources/FirebaseAI.swift Outdated
Comment thread FirebaseAI/Sources/FirebaseAI.swift Outdated
Comment thread FirebaseAI/Sources/Types/Public/Part.swift
Comment thread FirebaseAI/Sources/Types/Public/Live/LiveGenerationConfig.swift
Comment thread FirebaseAI/Sources/Types/Public/Live/LiveGenerationConfig.swift
Comment thread FirebaseAI/Sources/Types/Public/ResponseModality.swift
Comment thread FirebaseAI/Sources/Types/Public/ResponseModality.swift
@paulb777 paulb777 added this to the Firebase 13 - M187 milestone Sep 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants