You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
subinsv
changed the title
Expose "FirebaseVisionBarcode" instead of "String" via qrCodeCallback
[Feature Request] Expose "FirebaseVisionBarcode" instead of "String" via qrCodeCallback
Apr 12, 2020
Hey, @subinsv@rmtmckenzie I have made the changes to expose the Barcode model from firebase instead of just the string.
If that is fine I can create a pull request to merge the same.
You can this in my forked repo here
Currently the library only exposes the rawValue of FirebaseVisionBarcode.
Can you expose whole FirebaseVisionBarcode properties via qrCodeCallback. This will allow us to utillize the full potential of Firebase Vision.
FirebaseVisionBarcode Docs
The text was updated successfully, but these errors were encountered: