-
Notifications
You must be signed in to change notification settings - Fork 513
please release a version with FCM support #245
Comments
+1 |
6 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
@dbyron0 - how you handled this situation in your case? Is there any other library to use, as I don't see this repository actively maintained? |
We're using version 1.0.0 and it turns out that it works with FCM just fine. |
@dbyron0 that's bcz GCM servers still available however those will be discontinued in April 2019 as per Google and every one has to point to FCM servers for push messages. |
Aaah, right you are. |
@dbyron0 @rahul-pharande I've extended the sender, overriding the Usage: ...
final ConfigurableFCMSender sender = new ConfigurableFCMSender(this.getGoogleKey());
Result result = sender.sendNoRetry(fcmMessage, fcm_topic);
... |
Thanks much for that @matzew. |
I update endpoint url in
|
It's been awhile since version 1.0.0 appeared. FCM support has been added since then from what I can tell. Any chance of releasing a version with FCM support?
Thanks much.
-DB
The text was updated successfully, but these errors were encountered: