daweed
daweed
First of all, thank you for your work ! @rajeshwarpatlolla I'm facing the same issue here, any planned release fixing this issue ?
I mean is the author of the plugin planning a release fixing this issue in the master branch ? It's not a very maintainable way to patch the code myself...
won't just running `audit fix` be enough ?
@davidenke Please merge this pull request
Any news about this ?
@Mixelated How did you manage to fix this ?
My hacky solution was the following : Put to bottom of `node_modules/nativescript-plugin-firebase/firebase.ios.js` : ```js (function () { function extractAppURL(urlParam) { if (!!urlParam) { var url_1 = urlParam.toString(), params = new...
any news on this ?