-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfirebase.json
More file actions
22 lines (22 loc) · 927 Bytes
/
firebase.json
File metadata and controls
22 lines (22 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"react-native": {
"app_data_collection_default_enabled": true,
"analytics_auto_collection_enabled": false,
"analytics_collection_deactivated": false,
"analytics_idfv_collection_enabled": false,
"analytics_default_allow_analytics_storage": false,
"analytics_default_allow_ad_storage": false,
"analytics_default_allow_ad_user_data": false,
"analytics_default_allow_ad_personalization_signals": false,
"google_analytics_registration_with_ad_network_enabled": false,
"google_analytics_automatic_screen_reporting_enabled": false,
"perf_auto_collection_enabled": true,
"perf_collection_deactivated": false,
"messaging_auto_init_enabled": true,
"in_app_messaging_auto_collection_enabled": false,
"app_check_token_auto_refresh": true,
"crashlytics_disable_auto_disabler": true,
"crashlytics_collection_enabled": false,
"crashlytics_debug_enabled": true
}
}