We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb2395a + d02a6a8 commit 9055870Copy full SHA for 9055870
tutorial/tutorial.md
@@ -186,10 +186,9 @@ export class AppComponent {
186
private streamI18nService: StreamI18nService,
187
private themeService: ThemeService
188
) {
189
- const apiKey = "dz5f4d5kzrue";
190
- const userId = "ancient-smoke-7";
191
- const userToken =
192
- "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiYW5jaWVudC1zbW9rZS03IiwiZXhwIjoxNjM1ODU5MjYwfQ.R_IfzT1WnnYj5M0lsasuasuD4OTlpyfEzum65XN05ig";
+ const apiKey = "YOUR_API_KEY";
+ const userId = "USER_ID";
+ const userToken = "USERT_TOKEN";
193
void this.chatService.init(apiKey, userId, userToken);
194
this.chatService.chatClient.channel("messaging", "talking-about-angular", {
195
// add as many custom fields as you'd like
0 commit comments