EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 445 forks source link

feature(fcm): add properties for notification thread (iOS) and group (Android) #1750

Open replygirl opened 3 years ago

replygirl commented 3 years ago

or if this is supported already, please mention it in the documentation

iOS

For remote notifications, this property is set to the value of the thread-id key in the aps dictionary.

threadIdentifier doc

Android

"channel_id": string

AndroidNotification doc

Device-side channel creation doc