mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-06 22:38:47 +08:00
- Implement ML-Kit Natural Language (#2117) - Includes additional refactor changes across other modules for internals api reworking
29 lines
978 B
JSON
29 lines
978 B
JSON
{
|
|
"react-native": {
|
|
"crashlytics_ndk_enabled": true,
|
|
"crashlytics_debug_enabled": true,
|
|
"crashlytics_auto_collection_enabled": true,
|
|
"ml_natural_language_language_id_model" : true,
|
|
"ml_natural_language_smart_reply_model" : true,
|
|
"ml_vision_face_model" : true,
|
|
"ml_vision_image_label_model" : true,
|
|
"ml_vision_object_detection_model" : true,
|
|
"ml_vision_ica_model" : true,
|
|
"ml_vision_ocr_model" : true,
|
|
"ml_vision_barcode_model" : true,
|
|
|
|
|
|
"TODO_ml_natural_language_translate_model" : true,
|
|
"TODO_analytics_auto_collection_enabled": true,
|
|
"TODO_perf_auto_collection_enabled": true,
|
|
"TODO_fiam_auto_collection_enabled": true,
|
|
"TODO_database_persistence_enabled": true,
|
|
"TODO_firestore_persistence_enabled": true,
|
|
"TODO_messaging_auto_init_enabled": true,
|
|
|
|
"rnfirebase_json_testing_string": "abc",
|
|
"rnfirebase_json_testing_boolean_false": false,
|
|
"rnfirebase_json_testing_boolean_true": true
|
|
}
|
|
}
|