MaterialBarcodeScanner icon indicating copy to clipboard operation
MaterialBarcodeScanner copied to clipboard

Does not work with Firebase Auth, Gradle version differ

Open gdabas opened this issue 9 years ago • 4 comments

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.

gdabas avatar Jun 05 '16 18:06 gdabas

+1 on @gdabas adding firebase causes NosuchMethod errors.

rohan90 avatar Sep 22 '16 15:09 rohan90

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

rohan90 avatar Sep 27 '16 14:09 rohan90

@rohan90 That actually worked! Thank you

TomasKostadinov avatar Aug 29 '17 12:08 TomasKostadinov

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

martipello avatar Apr 04 '18 20:04 martipello