Skip to content

firebase_ml_vision is using Deprecated libraries #3026

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kw2019ltd opened this issue Jul 25, 2020 · 9 comments
Closed

firebase_ml_vision is using Deprecated libraries #3026

kw2019ltd opened this issue Jul 25, 2020 · 9 comments
Labels
plugin: ml_vision type: question A question where further information is requested

Comments

@kw2019ltd
Copy link

hi according to google com.google.firebase:firebase-ml-vision are Deprecated libraries.

and need to use com.google.mlkit libraries

https://developers.google.com/ml-kit/vision/barcode-scanning/android

when flutter planing to adopt it?

@darshankawar darshankawar added plugin: ml_vision type: question A question where further information is requested labels Jul 27, 2020
@A3XXFR
Copy link

A3XXFR commented Aug 5, 2020

Too would like to know

@wildsurfer
Copy link

Any progress here?

@prakharb10
Copy link

Any updates on how to migrate to ML Kit from Firebase ML?

@svenjacobs
Copy link

svenjacobs commented Sep 9, 2020

Google split ML Kit for Firebase into two new projects: Firebase Machine Learning, which requires a Firebase project and supports Cloud computation and ML Kit, which is a standalone solution that does not require Firebase and works on device.

I guess firebase_ml_vision has to be migrated to Firebase ML. I'm not sure if it's possible to support Firebase ML and ML Kit with one Flutter plugin? Maybe a new plugin needs to be written for ML Kit?

Trying to use ML Kit with the current version of firebase_ml_vision does not work.

@Miko2x
Copy link

Miko2x commented Oct 16, 2020

Any updates on this? >﹏<
In the written documentation it can be used with or without Firebase but in the usage section to use this plugin should configure Firebase for each platform project o(一︿一+)o , what should i do? just configure it?

@bottle-rocket-11
Copy link

Also curious about any updates on this?

@mazmellow
Copy link

Has anyone know who's trying to convert google new MK Kit to flutter plugin?

@2shrestha22
Copy link

any updates?

@Salakar
Copy link
Member

Salakar commented May 10, 2021

Hey, all 👋, the firebase_ml_vision package is now discontinued since its APIs have been deprecated and removed from the Android & iOS Firebase SDKs.

I'd recommend switching to the alternatives now;

  • for on-device vision APIs; switch to Google's standalone ML Kit library via google_ml_kit
  • for cloud vision APIs; the recommended approach now is to use Firebase
    Authentication and Functions, which gives you a managed, serverless gateway to the Google Cloud Vision APIs. For an example Functions project see the vision-annotate-images sample project. You'd deploy this project for example and then call the cloud function from your app with your image data to get the annotation result.

Apologies for any inconvenience here and best of luck switching over the the new APIs. firebase_ml_custom is not affected by this deprecation.

Thanks

@Salakar Salakar closed this as completed May 10, 2021
@firebase firebase locked and limited conversation to collaborators Jun 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
plugin: ml_vision type: question A question where further information is requested
Projects
None yet
Development

No branches or pull requests