Skip to content

Commit

Permalink
Merge pull request #112 from GetStream/readme/build-secrets
Browse files Browse the repository at this point in the history
Update readme to build with api key
  • Loading branch information
skydoves authored Oct 25, 2023
2 parents f20791a + a9fdf1b commit 9227ac4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ If you’re interested in adding powerful In-App Messaging to your app, check ou

![stream](figures/stream3.png)

7. Go to the [whatsApp-clone-compose/features/chats/../strings.xml](https://github.com/GetStream/whatsApp-clone-compose/blob/main/features/chats/src/main/res/values/strings.xml#LL19C16-L19C30) and change the `stream_api_key` field with your key.
7. Create a `secrets.properties` file on the root project directory with the text below using your API key:

```
STREAM_API_KEY=REPLACE WITH YOUR API KEY
```

8. Build and run the project.

Expand Down

0 comments on commit 9227ac4

Please sign in to comment.