Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Support for FCM #20

Closed
kleisauke opened this issue May 20, 2016 · 7 comments
Closed

Support for FCM #20

kleisauke opened this issue May 20, 2016 · 7 comments

Comments

@kleisauke
Copy link
Contributor

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
Copy link
Contributor

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

kleisauke added a commit to kleisauke/ZendService_Google_Gcm that referenced this issue Sep 12, 2016
- Change GCM end-point to FCM
- Make Travis happy
- Test PHP 7.0 (zendframework#22)
- Add new parameters from FCM docs (zendframework#21)
- Some PHP doc fixes
@kleisauke
Copy link
Contributor Author

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

@andycaramba
Copy link

@mwillbanks Please, could you approve PR?

mwillbanks pushed a commit that referenced this issue Nov 1, 2016
- Change GCM end-point to FCM
- Make Travis happy
- Test PHP 7.0 (#22)
- Add new parameters from FCM docs (#21)
- Some PHP doc fixes
@bathan
Copy link

bathan commented Nov 11, 2016

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

@mwillbanks
Copy link
Contributor

@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
Copy link

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

@mwillbanks
Copy link
Contributor

@jaystepin I'll release it today.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants