EddyVerbruggen / nativescript-barcodescanner

🔎 NativeScript QR / barcode (bulk)scanner plugin
MIT License
293 stars 73 forks source link

Incompatability with nativescript-plugin-firebase #238

Open sitefinitysteve opened 4 years ago

sitefinitysteve commented 4 years ago

image

Similar to https://github.com/EddyVerbruggen/nativescript-barcodescanner/issues/131

I'm only trying to use them together because I can't get MLKit iOS working on firebase. But now this breaks Android

RoyalSWiSH commented 4 years ago

+1 I use firebase for auth and firestore and just wanted to add a QR-Scanner. I see exactly the same issue.

RoyalSWiSH commented 4 years ago

So I added the following line to app.gradle in App/App_Ressources/Android, haven't tested if the scanner works though, but is compiles.

configurations.all { exclude group: 'com.google.zxing' }

See 5. on https://8squarelab.co/8square-public/EremitSampleApplication/tree/7bfeea5fbcd1a32961425cf763cba5ef386eeaaf