Skip to content

[Vertex AI] Remove supported platforms #warning#13738

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

andrewheard
Copy link
Contributor

Removed the warning that "Only iOS, macOS, and Catalyst targets are currently fully supported." This pattern diverges from the rest of the SDKs, which do not have a warning for community-supported platforms. Additionally, most devs will not see these warnings in Xcode due to -suppress-warnings being enabled by default in SPM dependencies (context).

Note: The supported platforms remain unchanged. See Firebase library support by platform for more details.

#no-changelog

@andrewheardandrewheard merged commit 5632b27 into mainSep 30, 2024
38 checks passed
@andrewheardandrewheard deleted the ah/vertex-platform-warning branch September 30, 2024 15:42
@firebasefirebase locked and limited conversation to collaborators Oct 31, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.
2 participants
@andrewheard@paulb777
close