mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-03 22:48:36 +08:00
Update docs
This commit is contained in:
@@ -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"
|
||||
@@ -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"
|
||||
>
|
||||
|
||||
@@ -13,7 +13,7 @@ device information, location, user actions and more.
|
||||
|
||||
## Getting Started
|
||||
|
||||
<Grid>
|
||||
<Grid columns="2">
|
||||
<Block
|
||||
icon="multiline_chart"
|
||||
color="#2196f3"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -14,7 +14,7 @@ application.
|
||||
|
||||
## Getting Started
|
||||
|
||||
<Grid>
|
||||
<Grid columns="3">
|
||||
<Block
|
||||
icon="build"
|
||||
color="#ffc107"
|
||||
|
||||
@@ -13,7 +13,7 @@ both realtime data sync and offline capabilities.
|
||||
|
||||
## Getting Started
|
||||
|
||||
<Grid>
|
||||
<Grid columns="2">
|
||||
<Block
|
||||
icon="build"
|
||||
color="#ffc107"
|
||||
|
||||
@@ -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"
|
||||
|
||||
6
docs/firestore/android.md
Normal file
6
docs/firestore/android.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Android Setup
|
||||
description: Manually integrate Cloud Firestore into your Android application.
|
||||
---
|
||||
|
||||
# Android Manual Linking
|
||||
@@ -13,7 +13,7 @@ performance and offline capabilities.
|
||||
|
||||
## Getting Started
|
||||
|
||||
<Grid>
|
||||
<Grid columns="3">
|
||||
<Block
|
||||
icon="build"
|
||||
color="#ffc107"
|
||||
|
||||
4
docs/firestore/ios.md
Normal file
4
docs/firestore/ios.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: iOS Setup
|
||||
description: Manually integrate Cloud Firestore into your iOS application.
|
||||
---
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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:
|
||||
ML Kit Vision for React Native currently supports the following Firebase APIs. APIs marked with ❌ will be support in a later release.
|
||||
|
||||
- [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
|
||||
| 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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -14,7 +14,7 @@ effect within your application.
|
||||
|
||||
## Getting Started
|
||||
|
||||
<Grid>
|
||||
<Grid columns="3">
|
||||
<Block
|
||||
icon="build"
|
||||
color="#ffc107"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -10,7 +10,7 @@ development of the React Native Firebase library.
|
||||
|
||||
## Getting Started
|
||||
|
||||
<Grid>
|
||||
<Grid columns="2">
|
||||
<Block
|
||||
icon="build"
|
||||
color="#ffc107"
|
||||
|
||||
Reference in New Issue
Block a user