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

Support for FCM #20

Closed kleisauke closed 7 years ago

kleisauke commented 8 years ago

Will this package get support for FCM (Firebase Cloud Messaging)?

GCM users are strongly recommended to upgrade to FCM, in order to benefit from new FCM features today and in the future.

See: https://developers.google.com/cloud-messaging/faq

At first look, I think it's only necessary to change the URL in this file.

-const SERVER_URI = 'https://gcm-http.googleapis.com/gcm/send';
+const SERVER_URI = 'https://fcm.googleapis.com/fcm/send';

Source

mwillbanks commented 8 years ago

@kleisauke entirely possible; feel free to submit a PR.

kleisauke commented 8 years ago

@mwillbanks A pull request has been made for this at #25.

andycaramba commented 7 years ago

@mwillbanks Please, could you approve PR?

bathan commented 7 years ago

@mwillbanks When is this going to be downloadable via composer?

mwillbanks commented 7 years ago

@bathan well, if you can download it separately and functionally test it that would be great. I am likely going to do it this weekend (I was on vacation last week and this week has been catching up on main work tasks).

jaySoftdev commented 7 years ago

@mwillbanks When are you planning to release this new FCM support update? When is this going to be downloadable via composer?

mwillbanks commented 7 years ago

@jaystepin I'll release it today.