Skip to content

Commit a9fdf1b

Browse files
committed
Update readme to build with api key
1 parent f20791a commit a9fdf1b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@ If you’re interested in adding powerful In-App Messaging to your app, check ou
7878

7979
![stream](figures/stream3.png)
8080

81-
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.
81+
7. Create a `secrets.properties` file on the root project directory with the text below using your API key:
82+
83+
```
84+
STREAM_API_KEY=REPLACE WITH YOUR API KEY
85+
```
8286

8387
8. Build and run the project.
8488

0 commit comments

Comments
 (0)