arnesson / cordova-plugin-firebase

Cordova plugin for Google Firebase
http://arnesson.github.io/cordova-plugin-firebase
MIT License
1k stars 1.55k forks source link

firebase-messaging plugin 19.0.1 issue #1134

Open AAniculaesei-modus opened 4 years ago

AAniculaesei-modus commented 4 years ago

Hello This issue started happening today, it seems the firebase-messaging plugin 19.0.1 needs firebase-iid 19.0.1 .. so it needs to be updated

AILURE: Build failed with an exception.

BUILD FAILED in 7s /Volumes/Work/Projects/Adservio/adservioapp/platforms/android/gradlew: Command failed with exit code 1 Error output: FAILURE: Build failed with an exception.

sachinpriyaprathapan commented 4 years ago

check this link i asked ques in stackoverflow. https://stackoverflow.com/questions/59747916/apache-cordova-build-failed-on-implementing-firebase-dependency-failing

Manaspaul623 commented 4 years ago

I found this solution in my project.properties file. Changing from cordova.system.library.5=com.google.firebase:firebase-messaging:19.+ To cordova.system.library.5=com.google.firebase:firebase-messaging:20.1.+ And it works.