Hi,
I have an app that was uploaded to google play store and was working ok
days ago i started the app and as soon as i subscribe or unsubscribe from a firebase topic the app crashes … it was working before that 100%
so i went to check the code … as long as the below lines are in build.settings the code fails to build !!
["plugin.notifications.v2"] = { publisherId = "com.coronalabs" },
remove them, the code builds but the apk crashes of course because i’m using this plugin for notifications and it is missing from build.settings
this is the working app which fails if you go edit your categories from main menu
https://play.google.com/store/apps/details?id=com.notify.sale.gmail
attached are the output of the console from sublime and the entire source code folder
any clues??