Admob ADMOB_APP_ID using Capacitor

Hello,

According to the cordova-plugin-admob-free github page, you need to add the variable ADMOB_APP_ID when adding the plugin:

cordova plugin add cordova-plugin-admob-free --save --variable ADMOB_APP_ID="<YOUR_ANDROID_ADMOB_APP_ID_AS_FOUND_IN_ADMOB>"

How do you add the app id when installing the admob plugin the Capacitor way:

npm install cordova-plugin-admob-free

Thanks,

I am also facing the same issue, please let me know if you have found any solution for that. Thanks.