Firebase allows us to send notification messages via our own application by making POST
request.
This tutorial gives instructions how to make this request. However, there is a "to"
field in the JSON, where I must place a Registration key.
Where can I get this Registration key? There are no instructions for this.
Content-Type:application/json
Authorization:key=AIzaSyZ-1u...0GBYzPu7Udno5aA
{
"to" : "bk3RNwTe3H0:CI2k_HHwgIpoDKCIZvvDMExUdFQ3P1...",
"data" : {
...
},
}