fix(doc): push notification guide now uses the latest cli version

This commit is contained in:
Salvatore Giordano
2022-06-23 15:35:07 +02:00
parent c8171105a8
commit e5f77076a9
4 changed files with 4 additions and 4 deletions
@@ -128,7 +128,7 @@ If you're not sure if you've set up push notifications correctly (e.g. you don't
11. After configuring [stream-cli](https://github.com/GetStream/stream-cli) paste the following command on command line using your user ID
```shell
stream chat:push:test -u <USER-ID>
stream-cli chat test-push --user-id <USER-ID>
```
You should get a test push notification
@@ -223,7 +223,7 @@ If you're not sure whether you've set up push notifications correctly, for examp
9. Tap on `Device ID` and copy it
11. After configuring [stream-cli](https://github.com/GetStream/stream-cli), run the following command using your user ID:
```shell
stream chat:push:test -u <USER-ID>
stream-cli chat test-push --user-id <USER-ID>
```
You should get a test push notification 🥳
@@ -128,7 +128,7 @@ If you're not sure if you've set up push notifications correctly (e.g. you don't
11. After configuring [stream-cli](https://github.com/GetStream/stream-cli) paste the following command on command line using your user ID
```shell
stream chat:push:test -u <USER-ID>
stream-cli chat test-push --user-id <USER-ID>
```
You should get a test push notification
@@ -215,7 +215,7 @@ If you're not sure whether you've set up push notifications correctly, for examp
9. Tap on `Device ID` and copy it
11. After configuring [stream-cli](https://github.com/GetStream/stream-cli), run the following command using your user ID:
```shell
stream chat:push:test -u <USER-ID>
stream-cli chat test-push --user-id <USER-ID>
```
You should get a test push notification 🥳