FCM
FCM copied to clipboard
⚡️ PushNotifications through FireBase for Vapor 3 and 4.
Not sure how you want to handle the old version of the functions that return `[String]`. Deprecating doesn't work and they can then be ambiguous, I've marked them `unavailable` which...
After I installed the package, now when trying to run my migrations I get this error: ``` Fatal error: FCM Unable to generate JWT: JWTKit error: signing algorithm error: signFailure:...
Retrieves the subscribed topics for a given token as documented here: https://developers.google.com/instance-id/reference/server?hl=en#get_information_about_app_instances
- Now is possible to load multiple configurations, this is essential in order to send push notifications to different apps. - Multiple clients are instantiated based on different configuration provided....
I am trying to enable mutable content in pushed and am using this data: ``` [ "badge": "0", "sound": "default", "mutable_content": "true", "priority": "high", // other stuff ] ``` why...
- added FCMOptions struct for: https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#ApnsFcmOptions
The original idea is by @apemaia99 in #42: > - Now is possible to load multiple configurations, this is essential in order to send push notifications to different apps. >...