Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves authored Nov 19, 2024
1 parent 0f4d19d commit 4baec95
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,27 +55,23 @@ To build this project properly, you should follow the instructions below:

1. Following the [Firebase setup guidelines](https://firebase.google.com/docs/android/setup), download the **google-services.json** and place it into the `app` directory on this project.

2. Next, set up the [Firebase Realtime Database](https://firebase.google.com/docs/database) in your Firebase dashboard. Once that's done, you can import the JSON file like the image below:

![import](figures/import-json.png)

3. Next, create a file named `secrets.properties` in the root directory of this project, and copy & paste your Realtime Database URL into it, as shown in the example below:
2. Next, create a file named `secrets.properties` in the root directory of this project, and copy & paste your Realtime Database URL into it, as shown in the example below:

![import](figures/db-url.png)

```
REALTIME_DATABASE_URL=..
```

4. Go to **[Google AI Studio](https://makersuite.google.com/app/apikey)**, login with your Google account and select the **Get API key** on the menu left like the image below:
3. Go to **[Google AI Studio](https://makersuite.google.com/app/apikey)**, login with your Google account and select the **Get API key** on the menu left like the image below:

![gemini](figures/gemini0.png)

5. Create your API key for using generative AI SDKs, and you'll get one like the image below:
4. Create your API key for using generative AI SDKs, and you'll get one like the image below:

![gemini](figures/gemini1.png)

6. Add the key to the `secrets.properties` file like the below:
5. Add the key to the `secrets.properties` file like the below:

![gemini](figures/gemini2.png)

Expand All @@ -84,7 +80,7 @@ GEMINI_API_KEY=..
REALTIME_DATABASE_URL=..
```

7. Build and run the project.
6. Build and run the project.

## 🛠 Tech Stack & Open Source Libraries
- Minimum SDK level 24.
Expand Down

0 comments on commit 4baec95

Please sign in to comment.