I must to send multiple notifications with single request using Firebase Messaging. Below is example how i send notification to single user. Any help will be very appreciate.
curl --header "Authorization: key=***********" --header "Content-Type: application/json" -d '{
"notification": {
"title": "FCM Message",
"body": "This is an FCM Message"
},
"to": "********************************************",
}' https://fcm.googleapis.com/fcm/send
I hope it will help somebody.
curl --header "Authorization: key=***********" --header "Content-Type:
application/json" -d '{
"notification": {
"title": "FCM Message",
"body": "This is an FCM Message"
},
"registration_ids": ["********************************************",
"*********************************",
"*********************************"]
}' https://fcm.googleapis.com/fcm/send
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With