taivo / parse-push-plugin

Push notification plugin for Cordova/Phonegap/ionic on Parse platform
118 stars 102 forks source link

Firebase Cloud Messaging for Push Notifications #137

Open bal200 opened 5 years ago

bal200 commented 5 years ago

Does this plugin now use Firebase Cloud messaging (FCM) instead of the older GCM to receive push notifications?

We followed a guide to update our Parse server with the firebase keys already, but will our cordova app using this plugin need updating too?

taivo commented 5 years ago

Hi @bal200, Unfortunately this is still based on GCM and I haven’t had time to update it. It would be a much welcomed contribution if you’re willing to do so.

bal200 commented 5 years ago

I'll see what I can do.

bal200 commented 4 years ago

I have a version now switched over to use Firebase Cloud Messaging (FCM) on my own fork (bal200/parse-push-plugin).

I need to tidy it up as I have to manually write things in to the build.gradle files. Once done, i'll submit a pull request.

pushparajsamant commented 4 years ago

@bal200 Have you finished tidying it up. Will really help me if you can create the PR soon.