Skip to content

Commit dc05178

Browse files
committed
fix(app, ios): adopt firebase-ios-sdk 10.23.1
1 parent cb7ed0e commit dc05178

File tree

5 files changed

+94
-94
lines changed

5 files changed

+94
-94
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
305305

306306
```ruby
307307
# Override Firebase SDK Version
308-
$FirebaseSDKVersion = '10.23.0'
308+
$FirebaseSDKVersion = '10.23.1'
309309
```
310310

311311
Once changed, reinstall your projects pods via pod install and rebuild your project with `npx react-native run-ios`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@
9696
"tests"
9797
]
9898
},
99-
"packageManager": "[email protected].0"
99+
"packageManager": "[email protected].1"
100100
}

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"sdkVersions": {
7575
"ios": {
76-
"firebase": "10.23.0",
76+
"firebase": "10.23.1",
7777
"iosTarget": "11.0",
7878
"macosTarget": "10.13"
7979
},

tests/ios/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'json'
33
# Uncomment these two lines and specify an *unsupported* testing version of firebase-ios-sdk
44
# to check things before release in cooperation with firebase-ios-sdk team
55
# source 'https://github.com/firebase/SpecsStaging'
6-
# source 'https://cdn.cocoapods.org/'
6+
source 'https://cdn.cocoapods.org/'
77

88
# Settings to test various overrides if desired
99
appPackage = JSON.parse(File.read(File.join('..', 'node_modules', '@react-native-firebase', 'app', 'package.json')))
@@ -131,4 +131,4 @@ post_integrate do |installer|
131131
end
132132
main_project.save
133133
pods_project.save
134-
end
134+
end

tests/ios/Podfile.lock

Lines changed: 89 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -834,70 +834,70 @@ PODS:
834834
- React-Core (= 0.73.4)
835835
- React-jsi (= 0.73.4)
836836
- ReactCommon/turbomodule/core (= 0.73.4)
837-
- Firebase/Analytics (10.23.0):
837+
- Firebase/Analytics (10.23.1):
838838
- Firebase/Core
839-
- Firebase/AppCheck (10.23.0):
839+
- Firebase/AppCheck (10.23.1):
840840
- Firebase/CoreOnly
841841
- FirebaseAppCheck (~> 10.23.0)
842-
- Firebase/AppDistribution (10.23.0):
842+
- Firebase/AppDistribution (10.23.1):
843843
- Firebase/CoreOnly
844844
- FirebaseAppDistribution (~> 10.23.0-beta)
845-
- Firebase/Auth (10.23.0):
845+
- Firebase/Auth (10.23.1):
846846
- Firebase/CoreOnly
847847
- FirebaseAuth (~> 10.23.0)
848-
- Firebase/Core (10.23.0):
848+
- Firebase/Core (10.23.1):
849849
- Firebase/CoreOnly
850-
- FirebaseAnalytics (~> 10.23.0)
851-
- Firebase/CoreOnly (10.23.0):
852-
- FirebaseCore (= 10.23.0)
853-
- Firebase/Crashlytics (10.23.0):
850+
- FirebaseAnalytics (~> 10.23.1)
851+
- Firebase/CoreOnly (10.23.1):
852+
- FirebaseCore (= 10.23.1)
853+
- Firebase/Crashlytics (10.23.1):
854854
- Firebase/CoreOnly
855855
- FirebaseCrashlytics (~> 10.23.0)
856-
- Firebase/Database (10.23.0):
856+
- Firebase/Database (10.23.1):
857857
- Firebase/CoreOnly
858858
- FirebaseDatabase (~> 10.23.0)
859-
- Firebase/DynamicLinks (10.23.0):
859+
- Firebase/DynamicLinks (10.23.1):
860860
- Firebase/CoreOnly
861861
- FirebaseDynamicLinks (~> 10.23.0)
862-
- Firebase/Firestore (10.23.0):
862+
- Firebase/Firestore (10.23.1):
863863
- Firebase/CoreOnly
864864
- FirebaseFirestore (~> 10.23.0)
865-
- Firebase/Functions (10.23.0):
865+
- Firebase/Functions (10.23.1):
866866
- Firebase/CoreOnly
867867
- FirebaseFunctions (~> 10.23.0)
868-
- Firebase/InAppMessaging (10.23.0):
868+
- Firebase/InAppMessaging (10.23.1):
869869
- Firebase/CoreOnly
870870
- FirebaseInAppMessaging (~> 10.23.0-beta)
871-
- Firebase/Installations (10.23.0):
871+
- Firebase/Installations (10.23.1):
872872
- Firebase/CoreOnly
873873
- FirebaseInstallations (~> 10.23.0)
874-
- Firebase/Messaging (10.23.0):
874+
- Firebase/Messaging (10.23.1):
875875
- Firebase/CoreOnly
876876
- FirebaseMessaging (~> 10.23.0)
877-
- Firebase/Performance (10.23.0):
877+
- Firebase/Performance (10.23.1):
878878
- Firebase/CoreOnly
879879
- FirebasePerformance (~> 10.23.0)
880-
- Firebase/RemoteConfig (10.23.0):
880+
- Firebase/RemoteConfig (10.23.1):
881881
- Firebase/CoreOnly
882882
- FirebaseRemoteConfig (~> 10.23.0)
883-
- Firebase/Storage (10.23.0):
883+
- Firebase/Storage (10.23.1):
884884
- Firebase/CoreOnly
885885
- FirebaseStorage (~> 10.23.0)
886886
- FirebaseABTesting (10.23.0):
887887
- FirebaseCore (~> 10.0)
888-
- FirebaseAnalytics (10.23.0):
889-
- FirebaseAnalytics/AdIdSupport (= 10.23.0)
888+
- FirebaseAnalytics (10.23.1):
889+
- FirebaseAnalytics/AdIdSupport (= 10.23.1)
890890
- FirebaseCore (~> 10.0)
891891
- FirebaseInstallations (~> 10.0)
892892
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
893893
- GoogleUtilities/MethodSwizzler (~> 7.11)
894894
- GoogleUtilities/Network (~> 7.11)
895895
- "GoogleUtilities/NSData+zlib (~> 7.11)"
896896
- nanopb (< 2.30911.0, >= 2.30908.0)
897-
- FirebaseAnalytics/AdIdSupport (10.23.0):
897+
- FirebaseAnalytics/AdIdSupport (10.23.1):
898898
- FirebaseCore (~> 10.0)
899899
- FirebaseInstallations (~> 10.0)
900-
- GoogleAppMeasurement (= 10.23.0)
900+
- GoogleAppMeasurement (= 10.23.1)
901901
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
902902
- GoogleUtilities/MethodSwizzler (~> 7.11)
903903
- GoogleUtilities/Network (~> 7.11)
@@ -923,7 +923,7 @@ PODS:
923923
- GTMSessionFetcher/Core (< 4.0, >= 2.1)
924924
- RecaptchaInterop (~> 100.0)
925925
- FirebaseAuthInterop (10.23.0)
926-
- FirebaseCore (10.23.0):
926+
- FirebaseCore (10.23.1):
927927
- FirebaseCoreInternal (~> 10.0)
928928
- GoogleUtilities/Environment (~> 7.12)
929929
- GoogleUtilities/Logger (~> 7.12)
@@ -1032,27 +1032,27 @@ PODS:
10321032
- GTMSessionFetcher/Core (< 4.0, >= 2.1)
10331033
- fmt (6.2.1)
10341034
- glog (0.3.5)
1035-
- GoogleAppMeasurement (10.23.0):
1036-
- GoogleAppMeasurement/AdIdSupport (= 10.23.0)
1035+
- GoogleAppMeasurement (10.23.1):
1036+
- GoogleAppMeasurement/AdIdSupport (= 10.23.1)
10371037
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
10381038
- GoogleUtilities/MethodSwizzler (~> 7.11)
10391039
- GoogleUtilities/Network (~> 7.11)
10401040
- "GoogleUtilities/NSData+zlib (~> 7.11)"
10411041
- nanopb (< 2.30911.0, >= 2.30908.0)
1042-
- GoogleAppMeasurement/AdIdSupport (10.23.0):
1043-
- GoogleAppMeasurement/WithoutAdIdSupport (= 10.23.0)
1042+
- GoogleAppMeasurement/AdIdSupport (10.23.1):
1043+
- GoogleAppMeasurement/WithoutAdIdSupport (= 10.23.1)
10441044
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
10451045
- GoogleUtilities/MethodSwizzler (~> 7.11)
10461046
- GoogleUtilities/Network (~> 7.11)
10471047
- "GoogleUtilities/NSData+zlib (~> 7.11)"
10481048
- nanopb (< 2.30911.0, >= 2.30908.0)
1049-
- GoogleAppMeasurement/WithoutAdIdSupport (10.23.0):
1049+
- GoogleAppMeasurement/WithoutAdIdSupport (10.23.1):
10501050
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
10511051
- GoogleUtilities/MethodSwizzler (~> 7.11)
10521052
- GoogleUtilities/Network (~> 7.11)
10531053
- "GoogleUtilities/NSData+zlib (~> 7.11)"
10541054
- nanopb (< 2.30911.0, >= 2.30908.0)
1055-
- GoogleAppMeasurementOnDeviceConversion (10.23.0)
1055+
- GoogleAppMeasurementOnDeviceConversion (10.23.1)
10561056
- GoogleDataTransport (9.4.1):
10571057
- GoogleUtilities/Environment (~> 7.7)
10581058
- nanopb (< 2.30911.0, >= 2.30908.0)
@@ -2222,75 +2222,75 @@ PODS:
22222222
- RecaptchaInterop (100.0.0)
22232223
- RNDeviceInfo (10.12.0):
22242224
- React-Core
2225-
- RNFBAnalytics (19.1.0):
2226-
- Firebase/Analytics (= 10.23.0)
2227-
- GoogleAppMeasurementOnDeviceConversion (= 10.23.0)
2225+
- RNFBAnalytics (19.1.1):
2226+
- Firebase/Analytics (= 10.23.1)
2227+
- GoogleAppMeasurementOnDeviceConversion (= 10.23.1)
22282228
- React-Core
22292229
- RNFBApp
2230-
- RNFBApp (19.1.0):
2231-
- Firebase/CoreOnly (= 10.23.0)
2230+
- RNFBApp (19.1.1):
2231+
- Firebase/CoreOnly (= 10.23.1)
22322232
- React-Core
2233-
- RNFBAppCheck (19.1.0):
2234-
- Firebase/AppCheck (= 10.23.0)
2233+
- RNFBAppCheck (19.1.1):
2234+
- Firebase/AppCheck (= 10.23.1)
22352235
- React-Core
22362236
- RNFBApp
2237-
- RNFBAppDistribution (19.1.0):
2238-
- Firebase/AppDistribution (= 10.23.0)
2237+
- RNFBAppDistribution (19.1.1):
2238+
- Firebase/AppDistribution (= 10.23.1)
22392239
- React-Core
22402240
- RNFBApp
2241-
- RNFBAuth (19.1.0):
2242-
- Firebase/Auth (= 10.23.0)
2241+
- RNFBAuth (19.1.1):
2242+
- Firebase/Auth (= 10.23.1)
22432243
- React-Core
22442244
- RNFBApp
2245-
- RNFBCrashlytics (19.1.0):
2246-
- Firebase/Crashlytics (= 10.23.0)
2247-
- FirebaseCoreExtension (= 10.23.0)
2245+
- RNFBCrashlytics (19.1.1):
2246+
- Firebase/Crashlytics (= 10.23.1)
2247+
- FirebaseCoreExtension
22482248
- React-Core
22492249
- RNFBApp
2250-
- RNFBDatabase (19.1.0):
2251-
- Firebase/Database (= 10.23.0)
2250+
- RNFBDatabase (19.1.1):
2251+
- Firebase/Database (= 10.23.1)
22522252
- React-Core
22532253
- RNFBApp
2254-
- RNFBDynamicLinks (19.1.0):
2255-
- Firebase/DynamicLinks (= 10.23.0)
2254+
- RNFBDynamicLinks (19.1.1):
2255+
- Firebase/DynamicLinks (= 10.23.1)
22562256
- GoogleUtilities/AppDelegateSwizzler
22572257
- React-Core
22582258
- RNFBApp
2259-
- RNFBFirestore (19.1.0):
2260-
- Firebase/Firestore (= 10.23.0)
2259+
- RNFBFirestore (19.1.1):
2260+
- Firebase/Firestore (= 10.23.1)
22612261
- nanopb (< 2.30910.0, >= 2.30908.0)
22622262
- React-Core
22632263
- RNFBApp
2264-
- RNFBFunctions (19.1.0):
2265-
- Firebase/Functions (= 10.23.0)
2264+
- RNFBFunctions (19.1.1):
2265+
- Firebase/Functions (= 10.23.1)
22662266
- React-Core
22672267
- RNFBApp
2268-
- RNFBInAppMessaging (19.1.0):
2269-
- Firebase/InAppMessaging (= 10.23.0)
2268+
- RNFBInAppMessaging (19.1.1):
2269+
- Firebase/InAppMessaging (= 10.23.1)
22702270
- React-Core
22712271
- RNFBApp
2272-
- RNFBInstallations (19.1.0):
2273-
- Firebase/Installations (= 10.23.0)
2272+
- RNFBInstallations (19.1.1):
2273+
- Firebase/Installations (= 10.23.1)
22742274
- React-Core
22752275
- RNFBApp
2276-
- RNFBMessaging (19.1.0):
2277-
- Firebase/Messaging (= 10.23.0)
2278-
- FirebaseCoreExtension (= 10.23.0)
2276+
- RNFBMessaging (19.1.1):
2277+
- Firebase/Messaging (= 10.23.1)
2278+
- FirebaseCoreExtension
22792279
- React-Core
22802280
- RNFBApp
2281-
- RNFBML (19.1.0):
2281+
- RNFBML (19.1.1):
22822282
- React-Core
22832283
- RNFBApp
2284-
- RNFBPerf (19.1.0):
2285-
- Firebase/Performance (= 10.23.0)
2284+
- RNFBPerf (19.1.1):
2285+
- Firebase/Performance (= 10.23.1)
22862286
- React-Core
22872287
- RNFBApp
2288-
- RNFBRemoteConfig (19.1.0):
2289-
- Firebase/RemoteConfig (= 10.23.0)
2288+
- RNFBRemoteConfig (19.1.1):
2289+
- Firebase/RemoteConfig (= 10.23.1)
22902290
- React-Core
22912291
- RNFBApp
2292-
- RNFBStorage (19.1.0):
2293-
- Firebase/Storage (= 10.23.0)
2292+
- RNFBStorage (19.1.1):
2293+
- Firebase/Storage (= 10.23.1)
22942294
- React-Core
22952295
- RNFBApp
22962296
- SocketRocket (0.6.1)
@@ -2561,15 +2561,15 @@ SPEC CHECKSUMS:
25612561
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
25622562
FBLazyVector: 84f6edbe225f38aebd9deaf1540a4160b1f087d7
25632563
FBReactNativeSpec: d0086a479be91c44ce4687a962956a352d2dc697
2564-
Firebase: 333ec7c6b12fa09c77b5162cda6b862102211d50
2564+
Firebase: cf09623f98ae25a3ad484e23c7e0e5f464152d80
25652565
FirebaseABTesting: aec61ed9a34d85a95e2013a3fdf051426a2419df
2566-
FirebaseAnalytics: 45f6e2e5ef8ccbb90be73ae983c3b20fa78837f7
2566+
FirebaseAnalytics: fd35d51e6da86ef1aa2c3fe1f64ab2482cc01ba5
25672567
FirebaseAppCheck: 4bb8047366c2c975583c9eff94235f8f2c5b342d
25682568
FirebaseAppCheckInterop: a1955ce8c30f38f87e7d091630e871e91154d65d
25692569
FirebaseAppDistribution: 3be8867e5d62391a3c7ee2b5a5e639b456f236b8
25702570
FirebaseAuth: 22eb85d3853141de7062bfabc131aa7d6335cade
25712571
FirebaseAuthInterop: a458e398bb1e9b71b9b42d46e54acc666b021d0f
2572-
FirebaseCore: 63efb128decaebb04c4033ed4e05fb0bb1cccef1
2572+
FirebaseCore: c43f9f0437b50a965e930cac4ad243200d12a984
25732573
FirebaseCoreExtension: cb88851781a24e031d1b58e0bd01eb1f46b044b5
25742574
FirebaseCoreInternal: 6a292e6f0bece1243a737e81556e56e5e19282e3
25752575
FirebaseCrashlytics: b7aca2d52dd2440257a13741d2909ad80745ac6c
@@ -2590,8 +2590,8 @@ SPEC CHECKSUMS:
25902590
FirebaseStorage: 96fd765b2ef632c53b214057691e257538b8c496
25912591
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
25922592
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
2593-
GoogleAppMeasurement: 453eb0de99fcf2bdec9403e9ac5d7871fdba3e3f
2594-
GoogleAppMeasurementOnDeviceConversion: cbce6900ced23775ebcd7450aa21968fef378875
2593+
GoogleAppMeasurement: 794d1d2f71fdf77a077a3986258a5c2dac0f9d48
2594+
GoogleAppMeasurementOnDeviceConversion: 14406f5cba03b7b722aa501e0976402a4b4d4b41
25952595
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
25962596
GoogleUtilities: d053d902a8edaa9904e1bd00c37535385b8ed152
25972597
"gRPC-C++": 12f33a422dcab88dcd0c53e52cd549a929f0f244
@@ -2647,26 +2647,26 @@ SPEC CHECKSUMS:
26472647
ReactCommon: dcc65c813041388dead6c8b477444757425ce961
26482648
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21
26492649
RNDeviceInfo: db5c64a060e66e5db3102d041ebe3ef307a85120
2650-
RNFBAnalytics: adb7a07c50ed43b045613dbc6854ff724269d0f2
2651-
RNFBApp: 909e1780a2c70abc89fa5a1375bbb31b2f6cd700
2652-
RNFBAppCheck: 174957b043b0545add74305d5b0b123d701dcecc
2653-
RNFBAppDistribution: 726ea6a8d701a2d7f532dbab3a4d02ab8b5d121b
2654-
RNFBAuth: 2306d743a4b3debad438be01258365ed565166e4
2655-
RNFBCrashlytics: e7c27feba2e93c52dc614eadaa93d3db37eea450
2656-
RNFBDatabase: 5949453da6858e44189470d1d9f898443909d9f0
2657-
RNFBDynamicLinks: 2736bf839157a09bbcc2b2fde6c0ddabbf74ecc5
2658-
RNFBFirestore: cbf8a06c8c5476a39e23a7824c0230ee00417d2c
2659-
RNFBFunctions: 3e0bbb5ba1727abec7c8988303ccc583545bbb25
2660-
RNFBInAppMessaging: 05d4c11cf7fa9acc2b69c00ed9f8cca9a546d037
2661-
RNFBInstallations: 78f91dbe1f26d3891ad6627e62bef1315bbc6563
2662-
RNFBMessaging: 483682635ec294eb1fb58def54c847e0c52743fa
2663-
RNFBML: f83f2dae469356a0ecae4c21dfd2cf6f555844d9
2664-
RNFBPerf: dd9bf6202568d55275267662bd38cce999c239c5
2665-
RNFBRemoteConfig: 537c291011ed379f2ffbbc59de9c20b87d933502
2666-
RNFBStorage: c0dd5aad829f019ee855b0c44a32d814c4c46dc1
2650+
RNFBAnalytics: ab742a6a468a324a6a994afc173d6484d6499cba
2651+
RNFBApp: f57d1f0bb37f379e71ba6f6487752bdc36cb270d
2652+
RNFBAppCheck: 2a97776884ede9191068c354e2df0020e0baaecb
2653+
RNFBAppDistribution: 87150e5d18c4bbd4de5461b63ca3e146a4618fb2
2654+
RNFBAuth: 8df7c798f33f9ef86e300344125e84e369c46abb
2655+
RNFBCrashlytics: 1701dfbc236a9405faa1ed7502605293e6e13239
2656+
RNFBDatabase: 0aa93172a0e58a4cdb836948e412e26524a34f0a
2657+
RNFBDynamicLinks: 67fffcfb1e62552970328e8e2aa3197efde1ec66
2658+
RNFBFirestore: bb879d4c1b5050bd7d3f650d12ed34f26e1df755
2659+
RNFBFunctions: 30ff981fce6fb1f6b93598bc350b7cc53465d55c
2660+
RNFBInAppMessaging: 00b0e07284535766dda9acd6dca62b44c13d78e6
2661+
RNFBInstallations: d1bbd9d1b23ee94903d016857b2bbdbfc0922c89
2662+
RNFBMessaging: 4fb5ceb2a4299f7fdf7e7d05ace54ad9383c87df
2663+
RNFBML: e6096f368eab1ece2bf3067f05dcafc0484c313f
2664+
RNFBPerf: 246c66888b8fc423a0bf165a72fcad1901b0a990
2665+
RNFBRemoteConfig: 153c97123bc599027cf2161baafa1f89976f1754
2666+
RNFBStorage: 70e673e4b82e330250326ba1c5b64aa3858489d3
26672667
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
26682668
Yoga: 1b901a6d6eeba4e8a2e8f308f708691cdb5db312
26692669

2670-
PODFILE CHECKSUM: 116cc4e9d1ef07a0b698eff4bacd90df81838371
2670+
PODFILE CHECKSUM: 1f0964a4d1620da683a97f37a5f06de7c17e951e
26712671

26722672
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)