mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-05 22:39:10 +08:00
* fix(messaging,ios): keep original UNUserNotificationCenter delegate Keeps a reference to any original UNUserNotificationCenter delegates that are set before we replace the delegate with out own implementation. Internally we will also call the original delegate if our code does not already handle the delegate call. This should keep compatibility with other RN modules that set the delegate. * v6.4.1-alpha.0 * Revert "v6.4.1-alpha.0" This reverts commit b355a86a * feat: automatically register with APNs * docs: typos * fix: forward delegate call to FIRAuth Fixes / supersedes #3425 * fix(messaging): add activity check to getInitialNotification (#3495) * fix(messaging): add activity check to getInitialNotification * fix(messaging): add activity check to getInitialNotification * Update .spellcheck.dict.txt Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com> Co-authored-by: Elliot Hesp <elliot.hesp@gmail.com>
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"react-native": {
|
|
"admob_delay_app_measurement_init": true,
|
|
"admob_ios_app_id": "ca-app-pub-4406399463942824~1625911479",
|
|
"admob_android_app_id": "ca-app-pub-4406399463942824~1625911479",
|
|
|
|
"crashlytics_ndk_enabled": true,
|
|
"crashlytics_debug_enabled": true,
|
|
"crashlytics_disable_auto_disabler": false,
|
|
"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,
|
|
"messaging_android_notification_channel_id": "",
|
|
"messaging_android_notification_color": "@color/hotpink",
|
|
"messaging_ios_auto_register_for_remote_messages": true,
|
|
|
|
"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_in_app_messaging_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
|
|
}
|
|
}
|