Skip to content

Commit 9055870

Browse files
authored
Merge pull request #117 from GetStream/update-tutorial
docs: Add missing website placeholders
2 parents fb2395a + d02a6a8 commit 9055870

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tutorial/tutorial.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,9 @@ export class AppComponent {
186186
private streamI18nService: StreamI18nService,
187187
private themeService: ThemeService
188188
) {
189-
const apiKey = "dz5f4d5kzrue";
190-
const userId = "ancient-smoke-7";
191-
const userToken =
192-
"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiYW5jaWVudC1zbW9rZS03IiwiZXhwIjoxNjM1ODU5MjYwfQ.R_IfzT1WnnYj5M0lsasuasuD4OTlpyfEzum65XN05ig";
189+
const apiKey = "YOUR_API_KEY";
190+
const userId = "USER_ID";
191+
const userToken = "USERT_TOKEN";
193192
void this.chatService.init(apiKey, userId, userToken);
194193
this.chatService.chatClient.channel("messaging", "talking-about-angular", {
195194
// add as many custom fields as you'd like

0 commit comments

Comments
 (0)