6

Is there Google Firebase MLKit Vision API support for Xamarin? I was trying to implement barcode reader using MLKit.

While searching I got an impression that Google is going to stop supporting for Mobile Vision API.

James Z
  • 12,209
  • 10
  • 24
  • 44
Nitha Paul
  • 1,401
  • 1
  • 14
  • 30

3 Answers3

7

UDP since 2019: Packages for Xamarin native

Xamarin.Android -> Xamarin.Firebase.ML.Vision and

Xamarin.IOS -> Xamarin.Firebase.iOS.MLKit.

Anastasia
  • 452
  • 5
  • 7
1

As of today bindings are not available for Xamarin. They are still working on it, you can expect a release by next month. You can track their progress here and here

memsranga
  • 1,088
  • 7
  • 13
0

According to the official Firebase documentation only Android and iOS are supported at the moment.

However, if your objective is only the barcode-reading functionality, you may find alternatives such as ZXing.NET or Scandit

Arthur Attout
  • 2,701
  • 2
  • 26
  • 49