Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehesp committed Aug 21, 2019
1 parent 1271a8b commit 31202ee
Show file tree
Hide file tree
Showing 19 changed files with 49 additions and 54 deletions.
4 changes: 2 additions & 2 deletions docs/admob/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ _We are currently investigating how to integrate with [Native Ads](https://devel

## Getting Started

<Grid>
<Grid columns="2">
<Block
icon="attach_money"
color="#2196f3"
Expand All @@ -28,7 +28,7 @@ _We are currently investigating how to integrate with [Native Ads](https://devel
</Block>
<Block
icon="pan_tool"
color="##f44336"
color="#f44336"
title="European User Consent"
to="european-user-consent"
>
Expand Down
2 changes: 1 addition & 1 deletion docs/analytics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ device information, location, user actions and more.

## Getting Started

<Grid>
<Grid columns="2">
<Block
icon="multiline_chart"
color="#2196f3"
Expand Down
2 changes: 1 addition & 1 deletion docs/auth/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ React Native Firebase provides access to all Firebase authentication methods and

## Getting Started

<Grid>
<Grid columns="3">
<Block
icon="build"
color="#ffc107"
Expand Down
2 changes: 1 addition & 1 deletion docs/crashlytics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ application.

## Getting Started

<Grid>
<Grid columns="3">
<Block
icon="build"
color="#ffc107"
Expand Down
2 changes: 1 addition & 1 deletion docs/database/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ both realtime data sync and offline capabilities.

## Getting Started

<Grid>
<Grid columns="2">
<Block
icon="build"
color="#ffc107"
Expand Down
2 changes: 1 addition & 1 deletion docs/dynamic-links/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ users, view the <Anchor group="notifications" href="/">Notifications</Anchor> mo

## Getting Started

<Grid>
<Grid columns="3">
<Block
icon="build"
color="#ffc107"
Expand Down
6 changes: 6 additions & 0 deletions docs/firestore/android.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Android Setup
description: Manually integrate Cloud Firestore into your Android application.
---

# Android Manual Linking
2 changes: 1 addition & 1 deletion docs/firestore/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ performance and offline capabilities.

## Getting Started

<Grid>
<Grid columns="3">
<Block
icon="build"
color="#ffc107"
Expand Down
4 changes: 4 additions & 0 deletions docs/firestore/ios.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: iOS Setup
description: Manually integrate Cloud Firestore into your iOS application.
---
2 changes: 1 addition & 1 deletion docs/functions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ React Native Firebase supports integration with production and locally emulated

## Getting Started

<Grid>
<Grid columns="2">
<Block
icon="build"
color="#ffc107"
Expand Down
2 changes: 1 addition & 1 deletion docs/iid/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ your app's server side managed resources, for example sending FCM messages.

## Getting Started

<Grid>
<Grid columns="3">
<Block
icon="build"
color="#ffc107"
Expand Down
2 changes: 1 addition & 1 deletion docs/in-app-messaging/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ messages that encourage them to use key app features. React Native Firebase prov

## Getting Started

<Grid>
<Grid columns="2">
<Block
icon="build"
color="#ffc107"
Expand Down
2 changes: 1 addition & 1 deletion docs/messaging/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ users, view the <Anchor group="notifications" href="/">Notifications</Anchor> mo

## Getting Started

<Grid>
<Grid columns="3">
<Block
icon="build"
color="#ffc107"
Expand Down
22 changes: 8 additions & 14 deletions docs/ml-natural-language/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,26 @@ Firebase ML Kit brings the power of machine learning to your React Native applic

<Youtube id="ejrn_JHksws" />

ML Kit Natural Language for React Native currently supports the following APIs:
ML Kit Natural Language for React Native currently supports the following APIs.

- [Language Identification](https://firebase.google.com/docs/ml-kit/identify-languages)
- [Smart Reply](https://firebase.google.com/docs/ml-kit/generate-smart-replies)
| API | Supported |
|-------------------------------------|-----------|
| [Language Identification](https://firebase.google.com/docs/ml-kit/identify-languages) ||
| [Smart Reply](https://firebase.google.com/docs/ml-kit/generate-smart-replies) ||
| [Translate](https://firebase.google.com/docs/ml-kit/translation) ||

Support for Translate APIs coming in a later release.

## Getting Started

<Grid>
<Grid columns="2">
<Block
icon="build"
color="#ffc107"
title="Quick Start"
to="/quick-start"
>
Install & .
</Block>
<Block
icon="school"
color="#4CAF50"
title="Guides"
version={false}
to="/guides?tags=mlkit"
>
Our guides
Get started with ML Kit Natural language and start using the power of Machine Learning in your app.
</Block>
<Block
icon="layers"
Expand Down
39 changes: 15 additions & 24 deletions docs/ml-vision/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,39 +9,30 @@ Firebase ML Kit brings the power of machine learning vision to your React Native

<Youtube id="ejrn_JHksws" />

ML Kit Vision for React Native currently supports the following Firebase APIs:

- [Text Recognition](https://firebase.google.com/docs/ml-kit/recognize-text)
- [x] Cloud
- [x] On Device
- [Document Text Recognition](https://firebase.google.com/docs/ml-kit/recognize-text)
- [x] Cloud
- [Face Detection](https://firebase.google.com/docs/ml-kit/detect-faces)
- [x] On Device
- [Barcode Detection](https://firebase.google.com/docs/ml-kit/read-barcodes)
- [x] On Device
- [Image Labelling](https://firebase.google.com/docs/ml-kit/label-images)
- [x] Cloud
- [x] On Device
- [Landmark Recognition](https://firebase.google.com/docs/ml-kit/recognize-landmarks)
- [x] Cloud

The following APIs are **unsupported**, with support coming in a future release;

- AutoML Vision Edge
- Object detection & tracking
- Image Labeling with a custom model
ML Kit Vision for React Native currently supports the following Firebase APIs. APIs marked with ❌ will be support in a later release.

| API | Cloud Model | On Device |
|-------------------------------------|-------------|-----------|
| [Text Recognition](https://firebase.google.com/docs/ml-kit/recognize-text) |||
| [Document Text Recognition](https://firebase.google.com/docs/ml-kit/recognize-text)) || |
| [Face Detection](https://firebase.google.com/docs/ml-kit/detect-faces) | ||
| [Barcode Scanning](https://firebase.google.com/docs/ml-kit/read-barcodes) | ||
| [Image Labelling](https://firebase.google.com/docs/ml-kit/label-images) |||
| [Landmark Recognition](https://firebase.google.com/docs/ml-kit/recognize-landmarks) | ||
| [AutoML Vision Edge](https://firebase.google.com/docs/ml-kit/automl-image-labeling) |||
| [Object Detection/Tracking](https://firebase.google.com/docs/ml-kit/object-detection) |||
| Image Labelling (with [Custom Model]((https://firebase.google.com/docs/ml-kit/label-images))) |||

## Getting Started

<Grid>
<Grid columns="3">
<Block
icon="build"
color="#ffc107"
title="Quick Start"
to="/quick-start"
>
Install & .
Install & start using the power of Machine Learning in your app.
</Block>
<Block
icon="school"
Expand Down
2 changes: 1 addition & 1 deletion docs/perf/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ however provides a simple API to track custom trace and HTTP request metrics.

## Getting Started

<Grid>
<Grid columns="3">
<Block
icon="build"
color="#ffc107"
Expand Down
2 changes: 1 addition & 1 deletion docs/remote-config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ effect within your application.

## Getting Started

<Grid>
<Grid columns="3">
<Block
icon="build"
color="#ffc107"
Expand Down
2 changes: 1 addition & 1 deletion docs/storage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ directly from your device and from your Firebase Cloud Storage bucket.

## Getting Started

<Grid>
<Grid columns="3">
<Block
icon="cloud_queue"
color="#ffc107"
Expand Down
2 changes: 1 addition & 1 deletion docs/utils/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ development of the React Native Firebase library.

## Getting Started

<Grid>
<Grid columns="2">
<Block
icon="build"
color="#ffc107"
Expand Down

0 comments on commit 31202ee

Please sign in to comment.