diff --git a/docusaurus/docs/Flutter/guides/adding_push_notifications.mdx b/docusaurus/docs/Flutter/guides/adding_push_notifications.mdx index 328ba546..e845c3c6 100644 --- a/docusaurus/docs/Flutter/guides/adding_push_notifications.mdx +++ b/docusaurus/docs/Flutter/guides/adding_push_notifications.mdx @@ -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 +stream-cli chat test-push --user-id ``` You should get a test push notification diff --git a/docusaurus/docs/Flutter/guides/adding_push_notifications_v2.mdx b/docusaurus/docs/Flutter/guides/adding_push_notifications_v2.mdx index 917d9216..a03efe9a 100644 --- a/docusaurus/docs/Flutter/guides/adding_push_notifications_v2.mdx +++ b/docusaurus/docs/Flutter/guides/adding_push_notifications_v2.mdx @@ -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 +stream-cli chat test-push --user-id ``` You should get a test push notification 🥳 diff --git a/docusaurus/flutter_versioned_docs/version-3.x.x/Flutter/guides/adding_push_notifications.mdx b/docusaurus/flutter_versioned_docs/version-3.x.x/Flutter/guides/adding_push_notifications.mdx index 328ba546..e845c3c6 100644 --- a/docusaurus/flutter_versioned_docs/version-3.x.x/Flutter/guides/adding_push_notifications.mdx +++ b/docusaurus/flutter_versioned_docs/version-3.x.x/Flutter/guides/adding_push_notifications.mdx @@ -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 +stream-cli chat test-push --user-id ``` You should get a test push notification diff --git a/docusaurus/flutter_versioned_docs/version-3.x.x/Flutter/guides/adding_push_notifications_v2.mdx b/docusaurus/flutter_versioned_docs/version-3.x.x/Flutter/guides/adding_push_notifications_v2.mdx index 285c2205..dc9f5a32 100644 --- a/docusaurus/flutter_versioned_docs/version-3.x.x/Flutter/guides/adding_push_notifications_v2.mdx +++ b/docusaurus/flutter_versioned_docs/version-3.x.x/Flutter/guides/adding_push_notifications_v2.mdx @@ -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 +stream-cli chat test-push --user-id ``` You should get a test push notification 🥳