Ionic builds with Fabric Beta deployment

Hi, I’ve created two Bitrise apps, using same Ionic source code, for deploying iOS and Android versions.
They are working fine, but I want to add Fabric Beta deployment step at the end of the flow.

I could install the Fabric plugin in one of the first steps.

ionic platform add android
cordova plugin add cordova-fabric-plugin --variable FABRIC_API_KEY=XXX --variable FABRIC_API_SECRET=YYY
...

But I don’t know how to deploy to Fabric for both iOS and Android apps.
Thanks in advance

Hi @fernando-martin,

How do you run the Fabric deploy on your Mac?