Firebase FCM batch personalized push
P粉824889650
P粉824889650 2024-04-05 11:46:20
0
1
1571

Is it possible to send a large push but each message is personalized, e.g. with a name, and the goal is to make only one request to the API instead of 1 request per user

is it possible? If yes, what should I do? I'm using pure cURL (php) so code using that library won't be helpful.

I'm also using the old FCM API.. (https://fcm.googleapis.com/fcm/send)

Thank you so much!

P粉824889650
P粉824889650

reply all(1)
P粉556159786

No. Firebase Cloud Messaging does not have a mail merge-like feature. You must send each message individually.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!