jlcvp / fcm-node

A Node.JS simple interface to Google's Firebase Cloud Messaging (FCM) for Android & iOS & Web Notification and data push
MIT License
125 stars 46 forks source link

Internal Server Error #99

Closed kushagradevgon closed 2 years ago

kushagradevgon commented 2 years ago

It is giving internal server error. how will i know what is going wrong. Something has gone wrong! {"multicast_id":823122373188403605,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"InternalServerError"}]}

jlcvp commented 2 years ago

They must have changed the required message format, I highly recommend you to use the official firebase.messaging() service as this library is not being maintained anymore.