parse-community / parse-server-push-adapter

A push notification adapter for Parse Server
https://parseplatform.org
MIT License
85 stars 100 forks source link

Fixed wrong usage of contentAvailable for iOS push notifications via Firebase #165

Closed supermar1010 closed 3 years ago

supermar1010 commented 3 years ago

I noticed that it is not possible to send notifications to iOS devices due to not being able to pass the correct option to node-gcm. I fixed this wrong string. I tested it, it works great. For typescript the types need to be updated I'll also do it as soon as this is merged

This fixes #164

https://github.com/ToothlessGear/node-gcm