parcelvoy / platform

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

Switches to latest FCM APIs #473

Closed pushchris closed 4 weeks ago

pushchris commented 1 month 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.