You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,7 +219,11 @@ threading restrictions.
219
219
220
220
Thus, the following are not supported:
221
221
222
-
- Android
222
+
- Android
223
+
- Consider [Firebase](https://firebase.google.com), which includes many of these APIs.
224
+
- It is possible to use these libraries in many cases, although it is unsupported.
225
+
You can find examples, such as [this one](https://github.com/GoogleCloudPlatform/android-docs-samples/tree/master/speech/SpeechRecognitionClient),
226
+
in this [example repository](https://github.com/GoogleCloudPlatform/android-docs-samples) but consider the risks carefully before using these libraries in an application.
223
227
- Alpine Linux (due to netty-tcnative requiring glibc, which is not present on Alpine)
224
228
- Raspberry Pi (since it runs on the ARM architecture)
0 commit comments