build crashes because of notifications plugin

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??

anyone!!

Rob Miracle

Help

I think Thanos snapped out everyone who works with corona except for me :slight_smile:

so in case iron man’s snap brings back some of you the problem is solved:

the cause was JDK12 being out of service !!!

JDK13 is working but contradicts so far with firebase

JDK11 is working as well … and works fine with firebase

so in case you face it uninstall JDK 13 and install JDK 11 

the big problem comes if you had to have firebase along with other features that require JDK13

this is happening by the way on my windows 10 PC, with latest everything

Good Luck!