fechanique / cordova-plugin-fcm

Google FCM Push Notifications Cordova Plugin
624 stars 990 forks source link

Problem solved. getToken() is deprecated so you can use the onNewToken() instead on FirebaseMessaingService Class. Reference link below: #577

Open daveleee opened 5 years ago

daveleee commented 5 years ago

Problem solved. getToken() is deprecated so you can use the onNewToken() instead on FirebaseMessaingService Class. Reference link below: https://stackoverflow.com/questions/51125169/what-to-use-now-that-firebaseinstanceid-getinstance-gettoken-is-deprecated

Originally posted by @daveleee in https://github.com/fechanique/cordova-plugin-fcm/issues/104#issuecomment-475473966

ghost commented 5 years ago

how do you apply it to this plugin?