Hi,
I am trying to add a plugin to an Oracle JET application but I am struggling to make this happen.
According to the plugins doc (https://www.npmjs.com/package/cordova-fabric-plugin ), I should be able to do this:
cordova plugin add cordova-fabric-plugin --variable FABRIC_API_KEY=XXX --variable FABRIC_API_SECRET=xxx
With Oracle JET I need to invoke:
ojet add plugin cordova-fabric-plugin --variable FABRIC_API_KEY=XXX --variable FABRIC_API_SECRET=xxx
Unfortunately this fails..... Looks like OJET cannot parse the 2 variables correctly.
Is there any way to make OJET work with this and add this plugin?
Thanks