Cordova-plugin-firebase: firebase-messaging plugin 19.0.1 issue

Created on 16 Jan 2020  路  2Comments  路  Source: arnesson/cordova-plugin-firebase

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.

Most helpful comment

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.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings