Install configuration is now used on builds
Now, the variables given on install by --variable KEY=VALUE
, which were only effective for install, now are also used on build. Hence, the command cordova plugin add cordova-plugin-fcm-with-dependecy-updated --variable FCM_VERSION=18.0.0
would install and configure the plugin to use firebase-message version 18.0.0, instead of default 19.0.0.