activitree / meteor-push

Meteor Push Notifications for Cordova and Web/PWA with Firebase (FCM).
MIT License
27 stars 19 forks source link

Remove console.log on app start #48

Closed rioadrian closed 2 years ago

rioadrian commented 2 years ago

Hi, I already use this package in my production environment. But I have issue when open inspect element in my browser and my chrome://inspect/#devices because My Firebase credential appear in console.log.

So, my request is can You hide all console.log from this package especially in production environment? Thanks in advance

Best Regards Rio

rioadrian commented 2 years ago

Hi, This issue already solved by setting debug to false in CordovaPush.Configure

Thanks & Regards Rio