EdwardvanRaak / MaterialBarcodeScanner

Easy to use barcode reader for your Android Project (Uses Google Mobile Vision API)
Apache License 2.0
272 stars 113 forks source link

Does not work with Firebase Auth, Gradle version differ #10

Open gdabas opened 8 years ago

gdabas commented 8 years ago

Thanks for making this awesome library. I am excited to see this working in my app :) Firebase implementation need minimum 'com.google.android.gms:play-services:9.0.0' dependencies. I guess Firebase will be a must to have for any developer in future.

rohan90 commented 8 years ago

+1 on @gdabas adding firebase causes NosuchMethod errors.

rohan90 commented 8 years ago

Problem gets solved if you add the the vision library as a separate dependency in your own project. Cheers

TomasKostadinov commented 7 years ago

@rohan90 That actually worked! Thank you

martipello commented 6 years ago

this should be in the readme tbh thank you so much, so i used compile 'com.google.android.gms:play-services-vision:12.0.1' in my apps build.gradle file