From b16395bfb2349b7a0b64fe871a78cdea82ba21da Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Sat, 31 May 2025 15:28:25 +0100 Subject: [PATCH 1/2] Fix typos and add relevant links in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 50bedd06..2d672ced 100644 --- a/README.md +++ b/README.md @@ -28,15 +28,15 @@ The app combines a variety of different Google technologies, such as: 1. Clone the repository. 2. Create a [Firebase project](https://firebase.google.com/products/firebase-ai-logic) and generate a `google-services.json` file. - Replace the current placeholder app/google-services.json file with your own json file created - above. Be sure to enable Vertex AI SDK. - Ensure to also enable AppCheck on your Firebase project to prevent API abuse. + Replace the current placeholder `app/google-services.json` file with your own JSON file created + above. Be sure to enable [Vertex AI API](https://console.cloud.google.com/apis/library/aiplatform.googleapis.com). + Ensure to also enable [AppCheck](https://console.firebase.google.com/project/_/appcheck) on your Firebase project to prevent API abuse. 3. This project makes use of remote config on Firebase too, you can import the [Firebase Remote config](https://firebase.google.com/docs/remote-config) settings from [`remote_config_defaults.xml`](core/network/src/main/res/xml/remote_config_defaults.xml) 4. If you'd like to change the font that the app renders with, an optional spec can be placed in - `~/gradlew/gradle.properties` file: + `~/.gradle/gradle.properties` file: ``` fontName="Roboto Flex" From cdd482f3a962b48207f2be535d7cd8728f94af84 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Sat, 31 May 2025 15:29:31 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d672ced..cbb937b1 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The app combines a variety of different Google technologies, such as: 1. Clone the repository. 2. Create a [Firebase project](https://firebase.google.com/products/firebase-ai-logic) and generate a `google-services.json` file. - Replace the current placeholder `app/google-services.json` file with your own JSON file created + Replace the current placeholder [`app/google-services.json`](app/google-services.json) file with your own JSON file created above. Be sure to enable [Vertex AI API](https://console.cloud.google.com/apis/library/aiplatform.googleapis.com). Ensure to also enable [AppCheck](https://console.firebase.google.com/project/_/appcheck) on your Firebase project to prevent API abuse.