-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotification.txt
10 lines (8 loc) · 955 Bytes
/
notification.txt
1
2
3
4
5
6
7
8
9
10
curl --header "Authorization: key=AAAAkuM9Ie0:APA91bH0RBfuSw37xGgfNw0NDdz4dwhjxb2S5llgl1TfkzH5vS56LRZe4ldRwMwNr34N46wo2iZvhDZsw4GPVTyx_2FZvCVIpDsyf5nEUyh516CHIie2LNaTsAuIfQ4T2-Edtje9WEhI4SnTywjDlR82Rnq4muMEKQ" --header "Content-Type: application/json" -d '{"to": "cldhe53Dbxg:APA91bHZcJVloCNU2gDheBrkbZRq4WlU1nJYjwZxC0gHLlZhvmKqxb9W-q69rHuVVEqPwsjaGC_vEr3gipt-hcAwruu6UsvE1xN4WYADd4IqgtZ-rE-nj0ggdv28CICPYy-k7S8NvEzBaBDA6oQDwU7SmSKnThPO6Q", "data": {"status": "woo hoo it works!"}}' https://fcm.googleapis.com/fcm/send
{
"notification": {
"title": "Bike Found!",
"body": "There's a bike matching your description in our database! Click on the blue markers to see which one."
},
"to": childData.token,
}