LifeEternal opened a new issue #186: [Plugin] Help with hook/set right files to the right place based on enviornment URL: https://github.com/apache/cordova/issues/186 ### Issue Type - [ ] Bug Report - [ ] Feature Request - [x] Support Question ## Description I'm bulding an application that supports dynamic links, and I'm using this plugin to help me achieve that (https://github.com/OutSystemsExperts/outsystems-cordova-plugin-firebase-with-dynamiclinks). However I need some help to make a hook that selects the right files and places them in the right place when building the application. I've done a bit searching and found that a hook can help achieve that however I've never built one and I'm since the plugin has 2 dependencies I've no idea whats the order the scripts run and make both plugins still work fine. ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> Basically the plugin needs 2 files, one for android and one for iOS. They need to be in 1 zip file called google-services.zip in a specific folder. My goal is to have 3 zip files (for each environment), and when the application is being built, it takes the app identifier (com.comp.appdev or com.comp.appqms) and take the zip with that name (com.comp.appdev.zip) and converts it into google-services.zip to the right place.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
