setup firebase for analytic

This commit is contained in:
dios.one
2026-05-05 20:07:55 +07:00
parent 2b64d3fe65
commit ca7d865b49
3 changed files with 940 additions and 2 deletions
+9 -2
View File
@@ -13,7 +13,8 @@
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.nova40.app"
"bundleIdentifier": "com.nova40.app",
"googleServicesFile": "./GoogleService-Info.plist"
},
"android": {
"adaptiveIcon": {
@@ -21,6 +22,7 @@
"backgroundColor": "#0A0E1A"
},
"package": "com.nova40.app",
"googleServicesFile": "./google-services.json",
"permissions": [
"WRITE_EXTERNAL_STORAGE",
"READ_EXTERNAL_STORAGE"
@@ -29,11 +31,16 @@
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
"@react-native-firebase/app",
"@react-native-firebase/analytics",
"@react-native-firebase/crashlytics"
],
"extra": {
"eas": {
"projectId": "f0ecc895-4610-481d-96db-73a121e78254"
}
},
"owner": "heyaciell",
"owner": "heyaciell"
}
}
+928
View File
File diff suppressed because it is too large Load Diff
+3
View File
@@ -10,6 +10,9 @@
},
"dependencies": {
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-firebase/analytics": "^24.0.0",
"@react-native-firebase/app": "^24.0.0",
"@react-native-firebase/crashlytics": "^24.0.0",
"@react-navigation/bottom-tabs": "^7.15.9",
"@react-navigation/native": "^7.2.2",
"@react-navigation/native-stack": "^7.14.11",