parcelvoy / platform

Parcelvoy: Open source multi-channel marketing automation platform. Send data-driven emails, sms, push notifications and more!
https://parcelvoy.com
MIT License
261 stars 47 forks source link

Switches to latest FCM APIs #473

Closed pushchris closed 5 months ago

pushchris commented 5 months ago

Google has deprecated their original GCM endpoints for sending notifications. These had been migrated into Firebase and were largely considered to be the FCM way of sending notifications. However, Google is now requiring people to use their next version of FCM endpoints and is shutting off servers this month for the old ones.

This PR also addresses some campaign logic issues around sending push notifications.