Skip to content

Remove the firebase-vertexai module #7202

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 4 commits into from
Jul 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ jobs:
distribution: temurin
cache: gradle

- name: Clone vertexai mock responses
if: matrix.module == ':firebase-vertexai'
run: firebase-vertexai/update_responses.sh

- name: Clone ai mock responses
if: matrix.module == ':firebase-ai'
run: firebase-ai/update_responses.sh
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ Unit tests can be executed on the command line by running
./gradlew :<firebase-project>:check
```

#### Vertex AI for Firebase

See the Vertex AI for Firebase [README](firebase-vertexai#running-tests) for setup
instructions specific to that project.

### Integration Testing

These are tests that run on a hardware device or emulator. These tests have
Expand Down
1 change: 0 additions & 1 deletion ci/fireci/fireciplugins/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

\b
$ fireci clean firebase-common
$ fireci clean firebase-common firebase-vertexai

Clean all projects:

Expand Down
3 changes: 0 additions & 3 deletions firebase-vertexai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Unreleased


# 16.5.0
* [changed] **Renamed / Replaced:** Vertex AI in Firebase (`firebase-vertexai`) has been renamed and
replaced by the new Firebase AI SDK: `firebase-ai`. This is to accommodate the evolving set of
Expand Down
32 changes: 0 additions & 32 deletions firebase-vertexai/README.md

This file was deleted.

911 changes: 0 additions & 911 deletions firebase-vertexai/api.txt

This file was deleted.

24 changes: 0 additions & 24 deletions firebase-vertexai/consumer-rules.pro

This file was deleted.

128 changes: 0 additions & 128 deletions firebase-vertexai/firebase-vertexai.gradle.kts

This file was deleted.

16 changes: 0 additions & 16 deletions firebase-vertexai/gradle.properties

This file was deleted.

30 changes: 0 additions & 30 deletions firebase-vertexai/lint-baseline.xml

This file was deleted.

21 changes: 0 additions & 21 deletions firebase-vertexai/proguard-rules.pro

This file was deleted.

35 changes: 0 additions & 35 deletions firebase-vertexai/src/main/AndroidManifest.xml

This file was deleted.

Loading
Loading