[ IONIC ] Ionic firebase plugin install fail
Ionic firebase plugin install fail Using "requireCordovaModule" to load non-cordova module "xcode" is not supported. Instead, add this module to your dependencies and use regular "require" to load it. Install xcode: npm i xcode --save-dev Edit the plugin file locally plugins/cordova-plugin-firebase/scripts/ios/helper.js Add var xcode = require("xcode"); on top Then in the same file, just remove ..