Skip to content

Commit b759c2d

Browse files
Merge pull request #1160 from GetStream/vishal/push-v2
docs: push notifications v2
2 parents e1e77a7 + 973a7f4 commit b759c2d

File tree

8 files changed

+400
-11
lines changed

8 files changed

+400
-11
lines changed
155 KB
Loading
108 KB
Loading
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Basics",
3-
"position": 1
4-
}
3+
"position": 0
4+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Customization",
3-
"position": 2
4-
}
3+
"position": 1
4+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Guides",
3-
"position": 6
4-
}
3+
"position": 2
4+
}

docusaurus/docs/reactnative/guides/message_customizations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: message-customization
3-
sidebar_position: 2
3+
sidebar_position: 3
44
title: Customize Message UI
55
---
66

docusaurus/docs/reactnative/guides/push_notifications.mdx renamed to docusaurus/docs/reactnative/guides/push_notifications_v1.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
2-
id: push-notifications
2+
id: push-notifications-v1
33
sidebar_position: 1
4-
title: Push Notifications
4+
title: Push Notifications (V1 legacy)
55
---
66

77
Easiest way to integrate push notifications in your Chat applications is using Firebase. [React Native Firebase](https://rnfirebase.io/) is the officially recommended collection of packages that brings React Native support for all Firebase services on both Android and iOS apps.
88

9-
## Requirements
9+
:::caution
10+
Version 1 (legacy) of push notifications won't be removed immediately but there won't be any new features. That's why new applications are highly recommended to use version 2 from the beginning to leverage upcoming new features.
11+
:::
1012

11-
<!-- TODO: Change to new docs for links -->
13+
## Requirements
1214

1315
- Only [members](https://getstream.io/chat/docs/javascript/channel_members/?language=javascript&q=addMember) of channel receive Push Notifications
1416
- We only send push notifications, when the user doesn't have any active websocket connection (which is established when you call `client.connectUser`).

0 commit comments

Comments
 (0)