jazzband / django-push-notifications

Send push notifications to mobile devices through GCM or APNS in Django.
MIT License
2.26k stars 613 forks source link

Breaking change in 3.0.3 #735

Open daveisfera opened 1 month ago

daveisfera commented 1 month ago

There's a breaking change in the 3.0.3, so could that be reverted and included in a major release?

jamaalscarlett commented 3 weeks ago

@daveisfera can you point to the breaking change?

daveisfera commented 3 weeks ago

It's the FCM change that I linked to. The description at the top of the page that I linked to in the original report says this:

- GCM and legacy FCM API support have been removed. (GCM is off since 2019, FCM legacy will be turned off in june 2024)
- Firebase-Admin SDK has been added