Files
react-native-firebase/docs/ml-kit/quick-start.md
Gianfrancø Palumbo d1f08ae2b6 [docs] Fix quick-start.md for ml-kit (#2123)
[docs] Fix quick-start.md for ml-kit (#2123)

[skip ci]
2019-05-08 16:19:01 +01:00

689 B

title, description
title description
Quick Start Get to grips with the basics of ML Kit in React Native Firebase

ML Kit Quick Start

Installation

Install this module with Yarn:

yarn add @react-native-firebase/mlkit

Integrating manually and not via React Native auto-linking? Check the setup instructions for Android & iOS.

Module usage

Import the ML Kit package into your project:

import mlkit from '@react-native-firebase/mlkit';

The package also provides access to the firebase instance:

import { firebase } from '@react-native-firebase/mlkit';

TODO