Skip to content

Commit 895c933

Browse files
authored
deprecate the vertex ai quickstart app (#2700)
Developers should now refer to https://github.com/firebase/quickstart-android/tree/master/firebase-ai
1 parent d5adcac commit 895c933

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+10
-3419
lines changed

copy_mock_google_services_json.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ cp mock-google-services.json inappmessaging/app/google-services.json
2121
cp mock-google-services.json perf/app/google-services.json
2222
cp mock-google-services.json messaging/app/google-services.json
2323
cp mock-google-services.json storage/app/google-services.json
24-
cp mock-google-services.json vertexai/app/google-services.json

vertexai/README.md

Lines changed: 10 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,10 @@
1-
# Firebase Vertex AI Sample for Android (Kotlin)
2-
3-
This Android sample app demonstrates how to use state-of-the-art
4-
generative AI models (like Gemini) to build AI-powered features and applications.
5-
6-
To try out this sample app, you need to use latest stable version of Android Studio.
7-
However, if you want to latest lint checks and AI productivity features in Android
8-
Studio use the latest preview version of [Android Studio](https://developer.android.com/studio/preview).
9-
10-
You can clone this repository or import the project from Android Studio following the steps
11-
[here](https://developer.android.com/jetpack/compose/setup#sample).
12-
13-
## Screenshots
14-
15-
<img src="screenshots/screenshots.png" alt="Screenshot">
16-
17-
## Requirements
18-
19-
TODO
20-
21-
## Features
22-
23-
This sample showcases the following API capablilites:
24-
* Generate Text - demonstrates the Text feature from the SDK
25-
* Photo Reasoning - demonstrates the MultiModal feature from the SDK
26-
* Chat - demonstrates the Multi-turn Conversations feature from the SDK
27-
28-
## Documentation
29-
30-
TODO
1+
# [DEPRECATED] Firebase Vertex AI Sample for Android (Kotlin)
2+
3+
> [!CAUTION]
4+
> On May 20, 2025, we released the Firebase AI SDK (`firebase-ai`). This SDK replaces the previous Vertex AI in Firebase SDK (`firebase-vertexai`) to accommodate the evolving set of supported features and services.
5+
> * The new Firebase AI SDK provides Preview support for the Gemini Developer API, including its free tier offering.
6+
> * Using the Firebase AI SDK with the Vertex AI Gemini API is still generally available (GA).
7+
>
8+
> If you're using the old `firebase-vertexai`, we recommend [migrating to firebase-ai](https://firebase.google.com/docs/ai-logic/migrate-to-latest-sdk) because all new development and features will be in this new SDK.
9+
>
10+
> The quickstart sample app for `firebase-ai` can be found in the [/firebase-ai directory](../firebase-ai/).

vertexai/app/build.gradle.kts

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

vertexai/app/src/main/AndroidManifest.xml

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

vertexai/app/src/main/kotlin/com/google/firebase/quickstart/vertexai/GenerativeAiViewModelFactory.kt

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

0 commit comments

Comments
 (0)