In Firebase Cloud Messaging platform, when you need to create a group, you need send a unique name to it to create a group first. In their documentation it's called appUser-Chris
https://firebase.google.com/docs/cloud-messaging/android/device-group
But I found the name is pretty much useless since all the other API requests are relying on the returned notification key. What's the point of that name, and is it possible to send notifications to a group through that name?(preferably in Node.js)