mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-04 17:39:56 +08:00
31 lines
982 B
JSON
31 lines
982 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_ocr_model" : true,
|
|
"ml_vision_barcode_model" : true,
|
|
|
|
"messaging_auto_init_enabled": true,
|
|
"messaging_android_headless_task_timeout": 30000,
|
|
"ml_vision_label_model": true,
|
|
"ml_vision_image_label_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,
|
|
|
|
"rnfirebase_json_testing_string": "abc",
|
|
"rnfirebase_json_testing_boolean_false": false,
|
|
"rnfirebase_json_testing_boolean_true": true
|
|
}
|
|
}
|