when I hit:
ionic Cordova plugin add cordova-plugin-firebase-lib@3.3.0 --save
It shows the following error:
My Ionic Info:
when I hit:
ionic Cordova plugin add cordova-plugin-firebase-lib@3.3.0 --save
It shows the following error:
My Ionic Info:
GH-1057-April-05-android-build-issue
doesn’t work any more.
For firebase to work with Ionic v3 on android you need the following dependencies in package.json
"cordova-plugin-firebasex": "^7.0.1",
"cordova-plugin-android-support-v4": "^21.0.1",
"cordova-plugin-androidx": "^1.0.2",
"cordova-plugin-androidx-adapter": "^1.1.0",
Also do check:
I was still having issues with those plugins.
following this guide worked for me, and I only needed the FCM plugin which was nice not adding a bunch of plugins
Hi did you try on both Android and iOS? Does it receive notifications?
cld