Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@react-native-firebase/ml-vision

invertase427Apache-2.07.4.13TypeScript support: included

React Native Firebase - Firebase ML Kit brings the power of machine learning vision to your React Native application, supporting both Android & iOS.

react, react-native, firebase, mlkit, machine learning, text recognition, landmark recognition, image labeler, face detector, barcode, label, natural language, nlp, vision

readme


React Native Firebase - ML Kit Vision


DEPRECATED

This package is deprecated and should no longer be used.

Google has split mobile machine learning functionality into two pieces:

  1. "On-Device" inferences - this will be handled via the standalone "Google ML Kit" libraries, and the related react-native-mlkit package. This includes any APIs where the device uses a local model to make inferences

  2. "Cloud" inferences - these will continue in Firebase, but are now in the "Firebase ML" library, and will be available from the new consolidated @react-native-firebase/ml package

More information on the transition is available here: https://firebase.google.com/docs/ml#cloud_vs_on-device


Built and maintained with 💛 by Invertase.


changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

7.4.13 (2020-11-10)

Note: Version bump only for package @react-native-firebase/ml-vision

7.4.12 (2020-10-30)

Note: Version bump only for package @react-native-firebase/ml-vision

7.4.11 (2020-10-21)

Note: Version bump only for package @react-native-firebase/ml-vision

7.4.10 (2020-10-16)

Note: Version bump only for package @react-native-firebase/ml-vision

Note2: Ths version of MLKit depends on an updated android "BoM" (Bill of Materials). That BoM has a problem specific to ml-vision which can cause compile failures on Android. There is an example of the required workaround in the react-native-firebase/tests project, reproduced here in case you need to add any of these dependencies to compile successfully. We apologize, but it is an upstream issues in firebase-android-sdk and out of our control here:


  // Any or all of these may be necessary to include in your android/app/build.gradle fix known dependency issues in the SDK
  // https://firebase.google.com/support/release-notes/android#bom_v25-8-0
  implementation 'com.google.android.gms:play-services-vision:20.1.1'
  implementation 'com.google.android.gms:play-services-vision-common:19.1.1'
  implementation 'com.google.firebase:firebase-ml-vision-image-label-model:20.0.2'
  implementation 'com.google.android.gms:play-services-vision-face-contour-internal:16.0.3'
  implementation 'com.google.android.gms:play-services-vision-image-labeling-internal:16.0.5'
  implementation 'com.google.android.gms:play-services-vision-image-label:18.0.5'
  implementation 'com.google.firebase:firebase-ml-vision-face-model:20.0.2'
  implementation 'com.google.firebase:firebase-ml-model-interpreter:22.0.4'

7.4.9 (2020-10-16)

Note: Version bump only for package @react-native-firebase/ml-vision

7.4.8 (2020-09-30)

Note: Version bump only for package @react-native-firebase/ml-vision

7.4.7 (2020-09-30)

Bug Fixes

  • types: enable TypeScript libCheck & resolve type conflicts (#4306) (aa8ee8b)

7.4.6 (2020-09-30)

Note: Version bump only for package @react-native-firebase/ml-vision

7.4.5 (2020-09-17)

Note: Version bump only for package @react-native-firebase/ml-vision

7.4.4 (2020-09-17)

Bug Fixes

  • ios, podspec: depend on React-Core instead of React (#4275) (fd1a2be)

7.4.3 (2020-09-11)

Note: Version bump only for package @react-native-firebase/ml-vision

7.4.2 (2020-08-28)

Note: Version bump only for package @react-native-firebase/ml-vision

7.4.1 (2020-08-26)

Note: Version bump only for package @react-native-firebase/ml-vision

7.4.0 (2020-08-26)

Features

  • bump firebase sdk versions, add GoogleApi dep, use Android API29 (#4122) (728f418)

7.3.2 (2020-08-15)

Note: Version bump only for package @react-native-firebase/ml-vision

7.3.1 (2020-08-03)

Note: Version bump only for package @react-native-firebase/ml-vision

7.3.0 (2020-08-03)

Features

  • use latest android & ios Firebase SDKs version (#3956) (e7b4bb3)

7.2.2 (2020-07-09)

Note: Version bump only for package @react-native-firebase/ml-vision

7.2.1 (2020-07-07)

Note: Version bump only for package @react-native-firebase/ml-vision

7.2.0 (2020-07-07)

Features

  • android,ios: upgrade native SDK versions (#3881) (6cb68a8)

7.1.9 (2020-07-05)

Note: Version bump only for package @react-native-firebase/ml-vision

7.1.8 (2020-06-30)

Note: Version bump only for package @react-native-firebase/ml-vision

7.1.7 (2020-06-26)

Note: Version bump only for package @react-native-firebase/ml-vision

7.1.6 (2020-06-22)

Note: Version bump only for package @react-native-firebase/ml-vision

7.1.5 (2020-06-22)

Bug Fixes

  • ml-vision: convert options to correct type (#3694) (b462be5)

7.1.4 (2020-06-10)

Note: Version bump only for package @react-native-firebase/ml-vision

7.1.3 (2020-06-03)

Note: Version bump only for package @react-native-firebase/ml-vision

7.1.2 (2020-05-29)

Note: Version bump only for package @react-native-firebase/ml-vision

7.1.1 (2020-05-29)

Note: Version bump only for package @react-native-firebase/ml-vision

7.1.0 (2020-05-22)

Features

7.0.1 (2020-05-13)

Note: Version bump only for package @react-native-firebase/ml-vision

7.0.0 (2020-05-13)

  • feat!: all packages should depend on core (#3613) (252a423), closes #3613

Features

  • ios: podspecs now utilize CoreOnly instead of Core (#3575) (35285f1)

BREAKING CHANGES

  • breaking change to mark new internal versioning requirements.