Skip to content

Commit

Permalink
docs: change README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Emyr298 committed Jun 20, 2024
1 parent 6f1d179 commit aac06c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ poetry install
This command will install required dependencies for running the backend application.

### Firebase Emulators
This project requires several GCP technologies such as Cloud Storage and Cloud Firestore.
You can use firebase emulators to run them in local. Follow this
This project requires several GCP technologies such as Cloud Storage, Cloud Firestore, and Gemini API.
For Cloud Storage and Cloud Firestore, you can use firebase emulators to run them in local. Follow this
[firebase emulators installation guideline](https://firebase.google.com/docs/emulator-suite/install_and_configure).
For Gemini API, you need to enable [Generative Language API](https://console.cloud.google.com/apis/library/generativelanguage.googleapis.com)
in your GCP project and get a service account key that is capable to use the API.

To start the emulators, run the command below.
```
Expand Down

0 comments on commit aac06c5

Please sign in to comment.