Skip to content

Commit edc8e31

Browse files
docs: Sync docs from Google repo (#10402)
1 parent b80ec14 commit edc8e31

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/app-check/default-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ only your app can access your project's Firebase resources. See an
1818
already done so.
1919

2020
1. Register your apps to use App Check with the Play Integrity, Device Check, and reCAPTCHA providers in the
21-
[**Project Settings > App Check**](https://console.firebase.google.com/project/_/settings/appcheck)
21+
[**Project Settings > App Check**](https://console.firebase.google.com/project/_/appcheck)
2222
section of the Firebase console.
2323

2424
You usually need to register all of your project's apps, because once you

docs/ml/use-custom-models.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ devices. To get a TensorFlow Lite model:
2020
- Use a pre-built model, such as one of the [official TensorFlow Lite models](https://www.tensorflow.org/lite/models){:.external}
2121
- [Convert a TensorFlow model, Keras model, or concrete function to TensorFlow Lite.](https://www.tensorflow.org/lite/convert){:.external}
2222

23+
Note that in the absence of a maintained TensorFlow Lite library for Dart, you
24+
will need to integrate with the native TensorFlow Lite library for your
25+
platforms. This integration is not documented here.
26+
2327
## Before you begin
2428

2529
1. [Install and initialize the Firebase SDKs for Flutter](/docs/flutter/setup)
@@ -120,14 +124,10 @@ so at any point before you need to use the model.
120124
## 3. Perform inference on input data
121125
122126
Now that you have your model file on the device you can use it with the
123-
TensorFlow Lite interpreter to perform inference. For this, you have several
124-
options:
125-
126-
- The [native TensorFlow Lite libraries](https://www.tensorflow.org/lite){:.external}
127-
for iOS and Android.
128-
- One of the community-developed Flutter plugins, such as
129-
[`tflite_flutter`](https://pub.dev/packages/tflite_flutter){:.external} or
130-
[`tflite`](https://pub.dev/packages/tflite){:.external}.
127+
TensorFlow Lite interpreter to perform inference. In the absence of a maintained
128+
TensorFlow Lite library for Dart, you will need to integrate with the
129+
[native TensorFlow Lite libraries](https://www.tensorflow.org/lite){:.external}
130+
for iOS and Android.
131131
132132
133133
## Appendix: Model security {:#model_security}

0 commit comments

Comments
 (0)