phonegap / phonegap-plugin-push

Register and receive push notifications
MIT License
1.94k stars 1.91k forks source link

Fixed depricated plugin issue. #2852

Open joblesspoet opened 4 years ago

joblesspoet commented 4 years ago

Description

In "PushInstanceIDListenerService" class Removed the deprecated FirebaseInstanceIdService class. And Implemented the FirebaseMessagingService changes.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

craigmcnamara commented 4 years ago

Thanks @joblesspoet. I was blocked by the error this pull request fixes. I made a fork, merged the patch and am running it in production now. It would be great to see this merged soon.

etiennea commented 4 years ago

This fixed my issue!

joblesspoet commented 4 years ago

This fixed my issue!

Good to hear that....

tbowler commented 4 years ago

@joblesspoet Thanks for the fix. It saved me as well. +1 on getting this merged soon!