Dave Hill

Results 3 comments of Dave Hill

Interesting... thanks for the feedback. So can I just interchangeably swap GCM and FCM? I'll try it on my end. It is probably still worth pulling in this change because...

I signed up using GCM years ago, I was using a different library (that seems to be abandoned now) so I was migrating across to this one. The old libraries...

Just tested changing my codebase from GCM to FCM it is working. I only needed to change `new PushNotification('gcm');` to `new PushNotification('fcm');`. P.S. Sorry it took me a while to...