Skip to content

Commit 03cc947

Browse files
committed
remove firebase analytics. not needed
1 parent 0312a8b commit 03cc947

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

app/ios/Podfile.lock

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ PODS:
1111
- FBLazyVector (0.76.9)
1212
- Firebase (10.24.0):
1313
- Firebase/Core (= 10.24.0)
14-
- Firebase/Analytics (10.24.0):
15-
- Firebase/Core
1614
- Firebase/Core (10.24.0):
1715
- Firebase/CoreOnly
1816
- FirebaseAnalytics (~> 10.24.0)
@@ -1908,10 +1906,6 @@ PODS:
19081906
- Yoga
19091907
- RNDeviceInfo (14.0.4):
19101908
- React-Core
1911-
- RNFBAnalytics (19.3.0):
1912-
- Firebase/Analytics (= 10.24.0)
1913-
- React-Core
1914-
- RNFBApp
19151909
- RNFBApp (19.3.0):
19161910
- Firebase/CoreOnly (= 10.24.0)
19171911
- React-Core
@@ -2220,7 +2214,6 @@ DEPENDENCIES:
22202214
- "RNCAsyncStorage (from `../../node_modules/@react-native-async-storage/async-storage`)"
22212215
- "RNCClipboard (from `../../node_modules/@react-native-clipboard/clipboard`)"
22222216
- RNDeviceInfo (from `../../node_modules/react-native-device-info`)
2223-
- "RNFBAnalytics (from `../../node_modules/@react-native-firebase/analytics`)"
22242217
- "RNFBApp (from `../../node_modules/@react-native-firebase/app`)"
22252218
- "RNFBMessaging (from `../../node_modules/@react-native-firebase/messaging`)"
22262219
- "RNFBRemoteConfig (from `../../node_modules/@react-native-firebase/remote-config`)"
@@ -2423,8 +2416,6 @@ EXTERNAL SOURCES:
24232416
:path: "../../node_modules/@react-native-clipboard/clipboard"
24242417
RNDeviceInfo:
24252418
:path: "../../node_modules/react-native-device-info"
2426-
RNFBAnalytics:
2427-
:path: "../../node_modules/@react-native-firebase/analytics"
24282419
RNFBApp:
24292420
:path: "../../node_modules/@react-native-firebase/app"
24302421
RNFBMessaging:
@@ -2563,7 +2554,6 @@ SPEC CHECKSUMS:
25632554
RNCAsyncStorage: 0003b916f1a69fe2d20b7910e0d08da3d32c7bd6
25642555
RNCClipboard: a4827e134e4774e97fa86f7f986694dd89320f13
25652556
RNDeviceInfo: d863506092aef7e7af3a1c350c913d867d795047
2566-
RNFBAnalytics: cbfdffc9366ff7ede059ea1b2a63236c85770b38
25672557
RNFBApp: 4097f75673f8b42a7cd1ba17e6ea85a94b45e4d1
25682558
RNFBMessaging: 92325b0d5619ac90ef023a23cfd16fd3b91d0a88
25692559
RNFBRemoteConfig: a569bacaa410acfcaba769370e53a787f80fd13b

app/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
"@react-native-clipboard/clipboard": "1.16.3",
8383
"@react-native-community/blur": "^4.4.1",
8484
"@react-native-community/netinfo": "^11.4.1",
85-
"@react-native-firebase/analytics": "^19.0.1",
8685
"@react-native-firebase/app": "^19.0.1",
8786
"@react-native-firebase/messaging": "^19.0.1",
8887
"@react-native-firebase/remote-config": "^19.0.1",

yarn.lock

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4013,15 +4013,6 @@ __metadata:
40134013
languageName: node
40144014
linkType: hard
40154015

4016-
"@react-native-firebase/analytics@npm:^19.0.1":
4017-
version: 19.3.0
4018-
resolution: "@react-native-firebase/analytics@npm:19.3.0"
4019-
peerDependencies:
4020-
"@react-native-firebase/app": 19.3.0
4021-
checksum: 10c0/be618ab91d892148e02cd4ca9f093cf1d41ebad90622b9c9c6bf673f2eb779776ae9d46259105b8b229ad5db29c5468dfb32731290f1b00bc7b2a1b225a701c6
4022-
languageName: node
4023-
linkType: hard
4024-
40254016
"@react-native-firebase/app@npm:^19.0.1":
40264017
version: 19.3.0
40274018
resolution: "@react-native-firebase/app@npm:19.3.0"
@@ -4915,7 +4906,6 @@ __metadata:
49154906
"@react-native-community/blur": "npm:^4.4.1"
49164907
"@react-native-community/cli": "npm:^16.0.3"
49174908
"@react-native-community/netinfo": "npm:^11.4.1"
4918-
"@react-native-firebase/analytics": "npm:^19.0.1"
49194909
"@react-native-firebase/app": "npm:^19.0.1"
49204910
"@react-native-firebase/messaging": "npm:^19.0.1"
49214911
"@react-native-firebase/remote-config": "npm:^19.0.1"

0 commit comments

Comments
 (0)