I created a group in FCM with name foo
, it returns a notification key xasxaessqerefdc
for the group foo
. Is there any API provided by FCM to find the notification key for the group using its group name.
Asked
Active
Viewed 24 times
0

KENdi
- 7,576
- 2
- 16
- 31

Sharan De Silva
- 598
- 1
- 8
- 27
-
@AL is there any way to delete the group without knowing the notificationKey – Sharan De Silva Jun 20 '17 at 11:07
-
Nope. A group gets deleted if there are no more tokens in it, and in order to remove a token, you need to have the `notification_key`. – AL. Jun 20 '17 at 11:14