zendframework / ZendService_Google_Gcm

Implementation for ZF2 of a GCM 3rd party server (http://developer.android.com/guide/google/gcm/)
BSD 3-Clause "New" or "Revised" License
29 stars 49 forks source link

delay_while_idle deprecation #29

Open juliangut opened 7 years ago

juliangut commented 7 years ago

While migrating Tify, my library to unify APNS and GCM (now FCM) services, I've noticed on Firebase documentation that delay_while_idle parameter is deprecated for FCM from Nov 15th 2016

So IMO either it should be ignored or completely removed

In order to reduce BC issues I've decided to keep the parameter (marked as deprecated) at message abstraction level BUT at the same time it's completely ignore when creating the actual FCM message