You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,14 @@ Here are the screens that make up SociaLite:
46
46
2. Open the whole project in Android Studio.
47
47
3. Sync & Run `app` configuration
48
48
49
-
### (optional) Add Gemini API via Firebase AI Logic:
50
-
4. Set up a Firebase Project, connect your app to the _Gemini Developer API_ by following [these steps](https://firebase.google.com/docs/ai-logic/get-started?platform=android&api=dev),
51
-
5. Replace google-services.json with your own & Run `app` configuration,
49
+
> Note: The Google AI client SDK for Android used in this code sample is
50
+
recommended for prototyping only. For non-prototyping use cases, we strongly
51
+
recommend that you use [Vertex AI for Firebase](https://firebase.google.com/docs/vertex-ai/migrate-to-vertex-ai?platform=android).
52
+
53
+
### (optional) Add Gemini API:
54
+
4. Create a Gemini API key in [Google AI studio](https://aistudio.google.com/app/apikey),
55
+
5. Add your Gemini API key as `API_KEY` to your [`local.properties`] file,
56
+
6. Sync & Run `app` configuration,
52
57
7. In the app, go to Settings and tap the "AI Chatbot" button.
0 commit comments