MihaelIsaev / FCM

⚡️ PushNotifications through FireBase for Vapor 3 and 4.
MIT License
120 stars 33 forks source link

Batch Send will stop working on June 21 #45

Closed grahamburgsma closed 3 weeks ago

grahamburgsma commented 3 months ago

As mentioned in the FCM documentation, batch send requests will start failing in June. These functions should be deprecated/removed.

https://firebase.google.com/support/faq/#fcm-depr-features

MihaelIsaev commented 3 months ago

@grahamburgsma thank you for spotting this. So they propose to send one by one with standard method but via http/2 for multiplexing.