Skip to content

Commit d917a46

Browse files
authored
[Firebase AI] Cleanup Vertex AI in Firebase references (#15033)
1 parent ad60650 commit d917a46

File tree

8 files changed

+10
-92
lines changed

8 files changed

+10
-92
lines changed

.github/workflows/spm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
path: .build
7373
key: ${{needs.spm-package-resolved.outputs.cache_key}}
74-
- name: Clone mock responses for Vertex AI unit tests
74+
- name: Clone mock responses for Firebase AI Logic unit tests
7575
run: scripts/update_vertexai_responses.sh
7676
- name: Xcode
7777
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
path: .build
108108
key: ${{needs.spm-package-resolved.outputs.cache_key}}
109-
- name: Clone mock responses for Vertex AI unit tests
109+
- name: Clone mock responses for Firebase AI Logic unit tests
110110
run: scripts/update_vertexai_responses.sh
111111
- name: Xcode
112112
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer

Carthage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseMessagingBinary.j
4848
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebasePerformanceBinary.json"
4949
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseRemoteConfigBinary.json"
5050
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseStorageBinary.json"
51-
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseVertexAIBinary.json"
5251
```
5352
- Run `carthage update`
5453
- Use Finder to open `Carthage/Build`.

Dangerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,7 @@ has_license_changes = didModify(["LICENSE"])
130130
@has_crashlytics_api_changes = hasChangesIn("Crashlytics/Crashlytics/Public/")
131131
@has_database_changes = hasChangesIn("FirebaseDatabase")
132132
@has_database_api_changes = hasChangesIn("FirebaseDatabase/Sources/Public/")
133-
@has_firebaseai_changes = hasChangesIn([
134-
"FirebaseAI",
135-
"FirebaseVertexAI"
136-
])
133+
@has_firebaseai_changes = hasChangesIn("FirebaseAI")
137134
@has_firestore_changes = hasChangesIn(["Firestore/", "FirebaseFirestore.podspec"])
138135
@has_firestore_api_changes = hasChangesIn("Firestore/Source/Public/")
139136
@has_functions_changes = hasChangesIn(["FirebaseFunctions"])

FirebaseAI/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Firebase AI SDK
22

3-
- For developer documentation, please visit https://firebase.google.com/docs/vertex-ai.
3+
- For developer documentation, please visit https://firebase.google.com/docs/ai-logic.
44
- Try out the [sample app](https://github.com/firebase/quickstart-ios/tree/main/firebaseai) to get started.
55

66
## Development

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@ For coverage report generation instructions, see [scripts/code_coverage_report/R
181181
## Specific Component Instructions
182182
See the sections below for any special instructions for those components.
183183

184+
### Firebase AI Logic
185+
186+
See the [Firebase AI Logic README](FirebaseAI#development) for instructions
187+
about building and testing the SDK.
188+
184189
### Firebase Auth
185190

186191
For specific Firebase Auth development, refer to the [Auth Sample README](FirebaseAuth/Tests/Sample/README.md) for instructions about
@@ -235,11 +240,6 @@ at **Project Settings > Cloud Messaging > [Your Firebase App]**.
235240
The iOS Simulator cannot register for remote notifications and will not receive push notifications.
236241
To receive push notifications, follow the steps above and run the app on a physical device.
237242

238-
### Vertex AI for Firebase
239-
240-
See the [Vertex AI for Firebase README](FirebaseVertexAI#development) for
241-
instructions about building and testing the SDK.
242-
243243
## Building with Firebase on Apple platforms
244244

245245
Firebase provides official beta support for macOS, Catalyst, and tvOS. visionOS and watchOS

scripts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Script to add a file to an Xcode target.
185185

186186
### [update_vertexai_responses.sh](https://github.com/firebase/firebase-ios-sdk/blob/main/scripts/update_vertexai_responses.sh)
187187

188-
Downloads mock response files for Vertex AI unit tests.
188+
Downloads mock response files for the Firebase AI Logic unit tests.
189189

190190
### [xcresult_logs.py](https://github.com/firebase/firebase-ios-sdk/blob/main/scripts/xcresult_logs.py)
191191

scripts/make_release_notes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
'FirebaseFunctions/CHANGELOG.md': '{{cloud_functions}}',
4444
'FirebaseRemoteConfig/CHANGELOG.md': '{{remote_config}}',
4545
'FirebasePerformance/CHANGELOG.md': '{{perfmon}}',
46-
'FirebaseVertexAI/CHANGELOG.md': '{{vertex_ai_in_firebase}}',
4746

4847
# Assumes firebase-ios-sdk and data-connect-ios-sdk are cloned to the same
4948
# directory.

scripts/spm_test_schemes/FirebaseVertexAIUnit.xcscheme

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)