Hi,
It seems that the window.FirebasePlugin.hasPermission() is missing. I've just reviewed the firebase.js file under platforms/ios/platform_www/plugins/cordova-plugin-firebase/www/firebase.js. All of the functions seems to be there but hasPermission(). Any ideas?
PS: functions like grantPermission, onNotificationOpen, etc. are working.
Hi,
It seems that the
window.FirebasePlugin.hasPermission()is missing. I've just reviewed the firebase.js file under platforms/ios/platform_www/plugins/cordova-plugin-firebase/www/firebase.js. All of the functions seems to be there buthasPermission(). Any ideas?PS: functions like
grantPermission,onNotificationOpen, etc. are working.