Edit .eslintrc.js file and add ‘FCMPlugin’: true, in global list, result:
globals: {
‘cordova’: true,
‘FCMPlugin’: true,
‘DEV’: true,
‘PROD’: true,
‘__THEME’: true
},
R
Latest posts made by rafaelbtz
-
RE: Push-notification with Quasar and FCM