Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Conflict with nativescript-plugin-firebase #131

Closed
ShawnPavel opened this issue Jan 19, 2018 · 2 comments
Closed

Build Conflict with nativescript-plugin-firebase #131

ShawnPavel opened this issue Jan 19, 2018 · 2 comments
Assignees
Labels

Comments

@ShawnPavel
Copy link

When building an app that uses both the nativescript-barcodescanner plugin and the nativescript-plugin-firebase plugin the build fails.

It is the same issue as seen in #130 (Duplicate entry for AztecDetectorResult.class)

I was able to resolve it by modifying the include.gradle for the firebase plugin like so:

compile "com.facebook.android:facebook-android-sdk:4.+"

to

compile ("com.facebook.android:facebook-android-sdk:4.+"){ exclude group: 'com.google.zxing' }

Is there any way we can make these plugins compatible with each other without manually changing the include.gradle before I build?

@EddyVerbruggen
Copy link
Owner

I'm going to fix this according to your excellent 👌🏻 suggestion here: EddyVerbruggen/nativescript-plugin-firebase#615

@wilsonbradleyc
Copy link

This is still happening with version 3.2.2, and version 9.1.1 of nativescript-plugin-firebase. Let me know what is needed to troubleshoot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants