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

SyntaxError: on "fcm-node/lib/topic_request.js:7" #26

Closed deepak125 closed 7 years ago

deepak125 commented 7 years ago

Getting below error on ubuntu SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode Fixed it by adding "use strict"; on line 6.