Skip to content

firebase_ml_vision is using Deprecated libraries #3026

Closed
@kw2019ltd

Description

@kw2019ltd

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?

Activity

A3XXFR

A3XXFR commented on Aug 5, 2020

@A3XXFR

Too would like to know

wildsurfer

wildsurfer commented on Aug 10, 2020

@wildsurfer

Any progress here?

prakharb10

prakharb10 commented on Aug 17, 2020

@prakharb10

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

svenjacobs

svenjacobs commented on Sep 9, 2020

@svenjacobs

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

Miko2x commented on Oct 16, 2020

@Miko2x

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

bottle-rocket-11 commented on Dec 22, 2020

@bottle-rocket-11

Also curious about any updates on this?

mazmellow

mazmellow commented on Jan 26, 2021

@mazmellow

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

2shrestha22

2shrestha22 commented on May 3, 2021

@2shrestha22

any updates?

Salakar

Salakar commented on May 10, 2021

@Salakar
Member

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

locked and limited conversation to collaborators on Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @svenjacobs@mazmellow@wildsurfer@Salakar@bottle-rocket-11

        Issue actions

          firebase_ml_vision is using Deprecated libraries · Issue #3026 · firebase/flutterfire