Closed rnikitin closed 2 years ago
Exactly the same is happening to me. I decided to try Kommunicate instead of Intercom but I'm getting this same error.
@rnikitin The cordova-plugin-firebase-analytics
is fetching the firebase versions at runtime so it is very difficult to tell which version it is using at runtime. You could run ./gradlew command to check the dependencies in the android project. You could also experiment using some versions here: https://docs.kommunicate.io/docs/cordova-resolving-errors#android-support-librariesgoogle-versions-conflict. This should work but you have to find out a common version. @walmon Could you please send the version you used there also the version of cordova-plugin-firebase-analytics
you are using.
Hi, I'm building new Ionic app. So I decided to try to intergrate Kommunicate and compare it to Intercom.
But after I did all steps I'm getting a build error:
This is my app.gradle:
This is my
npx cap ls
:Is there any know conflicts? Or is there any possible solution? Thanks.