docs: Add Badge Count documentation for Push Notifications#209
Open
docs: Add Badge Count documentation for Push Notifications#209
Conversation
- Added unreadMessageCount to push payload example in push-integration.mdx - Added unreadMessageCount to all custom provider payload examples (chat, call, reaction, group action) - Documented 'Include badge count in payload' toggle in preferences.mdx Linear: ENG-28864
- Create new badge-count.mdx page with comprehensive documentation - Add to navigation in docs.json under Push tab - Include payload examples for FCM, APNs, and custom providers - Add client-side implementation examples for iOS, Android, React Native, Flutter - Document message type filtering settings and best practices
- Add note that users need to contact CometChat team to enable feature - Remove message type filtering section - Update troubleshooting to direct users to contact CometChat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds comprehensive documentation for the Unread Message Badge Count feature in push notifications. The badge count feature displays the total number of unread messages for a user as a badge on the app icon.
Changes include:
New Badge Count page (
notifications/badge-count.mdx)Updated existing pages with
unreadMessageCountfield:notifications/push-integration.mdx- Added to payload examplenotifications/custom-providers.mdx- Added to all webhook payload examples (chat, call, reaction, group action)notifications/preferences.mdx- Added badge count toggle documentationNavigation update (
docs.json)Related Issue(s)
Linear: ENG-28864
Type of Change
Checklist
Additional Information