Skip to content

Commit c974bcd

Browse files
authored
Merge pull request #1725 from firebase/nc/podfiles
[Infra] Upgrade to FirebaseUI v15
2 parents 86d7d4e + 913047a commit c974bcd

File tree

6 files changed

+51
-44
lines changed

6 files changed

+51
-44
lines changed

database/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ platform :ios, '15.0'
66
def firebase_pods
77
pod 'FirebaseAuth'
88
pod 'FirebaseDatabase'
9-
pod 'FirebaseUI/Database', '~> 14.0'
9+
pod 'FirebaseUI/Database', '~> 15.0'
1010
end
1111

1212
target 'DatabaseExample' do

database/Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ PODS:
2424
- FirebaseSharedSwift (~> 11.0)
2525
- GoogleUtilities/UserDefaults (~> 8.1)
2626
- leveldb-library (~> 1.22)
27-
- FirebaseDatabaseUI (14.2.0):
28-
- FirebaseDatabase (< 12.0, >= 8.0)
27+
- FirebaseDatabaseUI (15.1.0):
28+
- FirebaseDatabase (< 13.0, >= 8.0)
2929
- FirebaseSharedSwift (11.15.0)
30-
- FirebaseUI/Database (14.2.0):
31-
- FirebaseDatabaseUI (~> 14.2)
30+
- FirebaseUI/Database (15.1.0):
31+
- FirebaseDatabaseUI (~> 15.0)
3232
- GoogleUtilities/AppDelegateSwizzler (8.1.0):
3333
- GoogleUtilities/Environment
3434
- GoogleUtilities/Logger
@@ -60,7 +60,7 @@ PODS:
6060
DEPENDENCIES:
6161
- FirebaseAuth
6262
- FirebaseDatabase
63-
- FirebaseUI/Database (~> 14.0)
63+
- FirebaseUI/Database (~> 15.0)
6464

6565
SPEC REPOS:
6666
trunk:
@@ -87,14 +87,14 @@ SPEC CHECKSUMS:
8787
FirebaseCoreExtension: edbd30474b5ccf04e5f001470bdf6ea616af2435
8888
FirebaseCoreInternal: 9afa45b1159304c963da48addb78275ef701c6b4
8989
FirebaseDatabase: 954eb5613d01573ea50ef839e380edcb68db3707
90-
FirebaseDatabaseUI: fa413a4300fa3cba5320958f41ad69d0439b8950
90+
FirebaseDatabaseUI: 5280abb5536ee0947e23ab8aaf009342b78a5eb2
9191
FirebaseSharedSwift: e17c654ef1f1a616b0b33054e663ad1035c8fd40
92-
FirebaseUI: 3909853fc34f316c822e195376f144b1b0c6ca15
92+
FirebaseUI: 1dfcf45d4bb4073380091394c9c555d697ecca11
9393
GoogleUtilities: 00c88b9a86066ef77f0da2fab05f65d7768ed8e1
9494
GTMSessionFetcher: fc75fc972958dceedee61cb662ae1da7a83a91cf
9595
leveldb-library: cc8b8f8e013647a295ad3f8cd2ddf49a6f19be19
9696
RecaptchaInterop: 11e0b637842dfb48308d242afc3f448062325aba
9797

98-
PODFILE CHECKSUM: d3d479e5d977b9e39fa7d8c214b84e9408ada08b
98+
PODFILE CHECKSUM: 09457a8084148e1e0568ba26bcfdfbad2285c80d
9999

100100
COCOAPODS: 1.16.2

firestore/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ target 'FirestoreExample' do
44
use_frameworks!
55

66
pod 'FirebaseAuth'
7-
pod 'FirebaseUI/Auth', '~> 14.0'
8-
pod 'FirebaseUI/Email', '~> 14.0'
7+
pod 'FirebaseUI/Auth', '~> 15.0'
8+
pod 'FirebaseUI/Email', '~> 15.0'
99
pod 'FirebaseFirestore'
1010
pod 'SDWebImage'
1111

firestore/Podfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,8 +1205,8 @@ PODS:
12051205
- GTMSessionFetcher/Core (< 5.0, >= 3.4)
12061206
- RecaptchaInterop (~> 101.0)
12071207
- FirebaseAuthInterop (11.15.0)
1208-
- FirebaseAuthUI (14.2.6):
1209-
- FirebaseAuth (< 12.0, >= 11.0)
1208+
- FirebaseAuthUI (15.1.0):
1209+
- FirebaseAuth (< 13.0, >= 11.0)
12101210
- FirebaseCore
12111211
- FirebaseCore (11.15.0):
12121212
- FirebaseCoreInternal (~> 11.15.0)
@@ -1216,9 +1216,9 @@ PODS:
12161216
- FirebaseCore (~> 11.15.0)
12171217
- FirebaseCoreInternal (11.15.0):
12181218
- "GoogleUtilities/NSData+zlib (~> 8.1)"
1219-
- FirebaseEmailAuthUI (14.2.3):
1219+
- FirebaseEmailAuthUI (15.1.0):
12201220
- FirebaseAuth
1221-
- FirebaseAuthUI (>= 14.2)
1221+
- FirebaseAuthUI (~> 15.0)
12221222
- FirebaseCore
12231223
- GoogleUtilities/UserDefaults
12241224
- FirebaseFirestore (11.15.0):
@@ -1242,10 +1242,10 @@ PODS:
12421242
- leveldb-library (~> 1.22)
12431243
- nanopb (~> 3.30910.0)
12441244
- FirebaseSharedSwift (11.15.0)
1245-
- FirebaseUI/Auth (14.2.0):
1246-
- FirebaseAuthUI (~> 14.2)
1247-
- FirebaseUI/Email (14.2.0):
1248-
- FirebaseEmailAuthUI (~> 14.2)
1245+
- FirebaseUI/Auth (15.1.0):
1246+
- FirebaseAuthUI (~> 15.0)
1247+
- FirebaseUI/Email (15.1.0):
1248+
- FirebaseEmailAuthUI (~> 15.0)
12491249
- GoogleUtilities/AppDelegateSwizzler (8.1.0):
12501250
- GoogleUtilities/Environment
12511251
- GoogleUtilities/Logger
@@ -1379,8 +1379,8 @@ PODS:
13791379
DEPENDENCIES:
13801380
- FirebaseAuth
13811381
- FirebaseFirestore
1382-
- FirebaseUI/Auth (~> 14.0)
1383-
- FirebaseUI/Email (~> 14.0)
1382+
- FirebaseUI/Auth (~> 15.0)
1383+
- FirebaseUI/Email (~> 15.0)
13841384
- SDWebImage
13851385
- SDWebImageSwiftUI
13861386

@@ -1416,15 +1416,15 @@ SPEC CHECKSUMS:
14161416
FirebaseAppCheckInterop: 06fe5a3799278ae4667e6c432edd86b1030fa3df
14171417
FirebaseAuth: a6575e5fbf46b046c58dc211a28a5fbdd8d4c83b
14181418
FirebaseAuthInterop: 7087d7a4ee4bc4de019b2d0c240974ed5d89e2fd
1419-
FirebaseAuthUI: 8e5c09b20bf11478b9fa42c7ed6575fa95807c86
1419+
FirebaseAuthUI: c574e8904bd14503ff47e55ba2fc9ec64aacaed6
14201420
FirebaseCore: efb3893e5b94f32b86e331e3bd6dadf18b66568e
14211421
FirebaseCoreExtension: edbd30474b5ccf04e5f001470bdf6ea616af2435
14221422
FirebaseCoreInternal: 9afa45b1159304c963da48addb78275ef701c6b4
1423-
FirebaseEmailAuthUI: c448736db9fcd5895d29229a9e0aec016ece0389
1423+
FirebaseEmailAuthUI: b6c80ac6ae42bacf2fece92762fa79bc4ee736ed
14241424
FirebaseFirestore: 1e5fafdac2b2ef1ffc24034460b7b4821a15be96
14251425
FirebaseFirestoreInternal: df9ab608a59a4e8eefd0796ed7652f3c1a88473a
14261426
FirebaseSharedSwift: e17c654ef1f1a616b0b33054e663ad1035c8fd40
1427-
FirebaseUI: 3909853fc34f316c822e195376f144b1b0c6ca15
1427+
FirebaseUI: 1dfcf45d4bb4073380091394c9c555d697ecca11
14281428
GoogleUtilities: 00c88b9a86066ef77f0da2fab05f65d7768ed8e1
14291429
"gRPC-C++": cc207623316fb041a7a3e774c252cf68a058b9e8
14301430
gRPC-Core: 860978b7db482de8b4f5e10677216309b5ff6330
@@ -1435,6 +1435,6 @@ SPEC CHECKSUMS:
14351435
SDWebImage: f29024626962457f3470184232766516dee8dfea
14361436
SDWebImageSwiftUI: a6d7129fb68fc18c8b930b869ddcfce314e49ded
14371437

1438-
PODFILE CHECKSUM: 5309ab64953f3e44ffcec5abcfcc35f11873d013
1438+
PODFILE CHECKSUM: 2585dac1c3f679eecfb4775b842304e0377270b5
14391439

14401440
COCOAPODS: 1.16.2

functions/LegacyFunctionsQuickstart/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ platform :ios, '15.0'
55

66
pod 'FirebaseAnalytics'
77
pod 'FirebaseAuth'
8-
pod 'FirebaseUI/Auth', '~> 14.0'
9-
pod 'FirebaseUI/Google', '~> 14.0'
8+
pod 'FirebaseUI/Auth', '~> 15.0'
9+
pod 'FirebaseUI/Google', '~> 15.0'
1010
# [START functions_pod]
1111
pod 'FirebaseFunctions'
1212
# [END functions_pod]

functions/LegacyFunctionsQuickstart/Podfile.lock

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ PODS:
55
- AppAuth/Core (1.7.6)
66
- AppAuth/ExternalUserAgent (1.7.6):
77
- AppAuth/Core
8+
- AppCheckCore (11.2.0):
9+
- GoogleUtilities/Environment (~> 8.0)
10+
- GoogleUtilities/UserDefaults (~> 8.0)
11+
- PromisesObjC (~> 2.4)
812
- FirebaseAnalytics (11.15.0):
913
- FirebaseAnalytics/Default (= 11.15.0)
1014
- FirebaseCore (~> 11.15.0)
@@ -34,8 +38,8 @@ PODS:
3438
- GTMSessionFetcher/Core (< 5.0, >= 3.4)
3539
- RecaptchaInterop (~> 101.0)
3640
- FirebaseAuthInterop (11.15.0)
37-
- FirebaseAuthUI (14.2.6):
38-
- FirebaseAuth (< 12.0, >= 11.0)
41+
- FirebaseAuthUI (15.1.0):
42+
- FirebaseAuth (< 13.0, >= 11.0)
3943
- FirebaseCore
4044
- FirebaseCore (11.15.0):
4145
- FirebaseCoreInternal (~> 11.15.0)
@@ -53,22 +57,22 @@ PODS:
5357
- FirebaseMessagingInterop (~> 11.0)
5458
- FirebaseSharedSwift (~> 11.0)
5559
- GTMSessionFetcher/Core (< 5.0, >= 3.4)
56-
- FirebaseGoogleAuthUI (14.2.2):
60+
- FirebaseGoogleAuthUI (15.1.0):
5761
- FirebaseAuth
58-
- FirebaseAuthUI (>= 14.2)
62+
- FirebaseAuthUI (~> 15.0)
5963
- FirebaseCore
60-
- GoogleSignIn (~> 7.0)
64+
- GoogleSignIn (~> 8.0)
6165
- FirebaseInstallations (11.15.0):
6266
- FirebaseCore (~> 11.15.0)
6367
- GoogleUtilities/Environment (~> 8.1)
6468
- GoogleUtilities/UserDefaults (~> 8.1)
6569
- PromisesObjC (~> 2.4)
6670
- FirebaseMessagingInterop (11.15.0)
6771
- FirebaseSharedSwift (11.15.0)
68-
- FirebaseUI/Auth (14.2.0):
69-
- FirebaseAuthUI (~> 14.2)
70-
- FirebaseUI/Google (14.2.0):
71-
- FirebaseGoogleAuthUI (~> 14.2)
72+
- FirebaseUI/Auth (15.1.0):
73+
- FirebaseAuthUI (~> 15.0)
74+
- FirebaseUI/Google (15.1.0):
75+
- FirebaseGoogleAuthUI (~> 15.0)
7276
- GoogleAdsOnDeviceConversion (2.1.0):
7377
- GoogleUtilities/Logger (~> 8.1)
7478
- GoogleUtilities/Network (~> 8.1)
@@ -95,8 +99,9 @@ PODS:
9599
- GoogleUtilities/Network (~> 8.1)
96100
- "GoogleUtilities/NSData+zlib (~> 8.1)"
97101
- nanopb (~> 3.30910.0)
98-
- GoogleSignIn (7.1.0):
102+
- GoogleSignIn (8.0.0):
99103
- AppAuth (< 2.0, >= 1.7.3)
104+
- AppCheckCore (~> 11.0)
100105
- GTMAppAuth (< 5.0, >= 4.1.1)
101106
- GTMSessionFetcher/Core (~> 3.3)
102107
- GoogleUtilities/AppDelegateSwizzler (8.1.0):
@@ -239,15 +244,16 @@ DEPENDENCIES:
239244
- FirebaseAnalytics
240245
- FirebaseAuth
241246
- FirebaseFunctions
242-
- FirebaseUI/Auth (~> 14.0)
243-
- FirebaseUI/Google (~> 14.0)
247+
- FirebaseUI/Auth (~> 15.0)
248+
- FirebaseUI/Google (~> 15.0)
244249
- MaterialComponents/Buttons
245250
- MaterialComponents/Collections
246251
- MaterialComponents/TextFields
247252

248253
SPEC REPOS:
249254
trunk:
250255
- AppAuth
256+
- AppCheckCore
251257
- FirebaseAnalytics
252258
- FirebaseAppCheckInterop
253259
- FirebaseAuth
@@ -277,23 +283,24 @@ SPEC REPOS:
277283

278284
SPEC CHECKSUMS:
279285
AppAuth: d4f13a8fe0baf391b2108511793e4b479691fb73
286+
AppCheckCore: cc8fd0a3a230ddd401f326489c99990b013f0c4f
280287
FirebaseAnalytics: 6433dfd311ba78084fc93bdfc145e8cb75740eae
281288
FirebaseAppCheckInterop: 06fe5a3799278ae4667e6c432edd86b1030fa3df
282289
FirebaseAuth: a6575e5fbf46b046c58dc211a28a5fbdd8d4c83b
283290
FirebaseAuthInterop: 7087d7a4ee4bc4de019b2d0c240974ed5d89e2fd
284-
FirebaseAuthUI: 8e5c09b20bf11478b9fa42c7ed6575fa95807c86
291+
FirebaseAuthUI: c574e8904bd14503ff47e55ba2fc9ec64aacaed6
285292
FirebaseCore: efb3893e5b94f32b86e331e3bd6dadf18b66568e
286293
FirebaseCoreExtension: edbd30474b5ccf04e5f001470bdf6ea616af2435
287294
FirebaseCoreInternal: 9afa45b1159304c963da48addb78275ef701c6b4
288295
FirebaseFunctions: 86062a3ba8c7420e6b6fe22c8a1e1150332286de
289-
FirebaseGoogleAuthUI: bbfd673275e4a4a4a3d0e451884087452d088453
296+
FirebaseGoogleAuthUI: 740a15519a36b4d15802c4ef1db4aaeb7f7bad0b
290297
FirebaseInstallations: 317270fec08a5d418fdbc8429282238cab3ac843
291298
FirebaseMessagingInterop: 63e504b147a7206cfe64cbe2f40c2ddd009945bd
292299
FirebaseSharedSwift: e17c654ef1f1a616b0b33054e663ad1035c8fd40
293-
FirebaseUI: 3909853fc34f316c822e195376f144b1b0c6ca15
300+
FirebaseUI: 1dfcf45d4bb4073380091394c9c555d697ecca11
294301
GoogleAdsOnDeviceConversion: 2be6297a4f048459e0ae17fad9bfd2844e10cf64
295302
GoogleAppMeasurement: 700dce7541804bec33db590a5c496b663fbe2539
296-
GoogleSignIn: d4281ab6cf21542b1cfaff85c191f230b399d2db
303+
GoogleSignIn: ce8c89bb9b37fb624b92e7514cc67335d1e277e4
297304
GoogleUtilities: 00c88b9a86066ef77f0da2fab05f65d7768ed8e1
298305
GTMAppAuth: f69bd07d68cd3b766125f7e072c45d7340dea0de
299306
GTMSessionFetcher: 5aea5ba6bd522a239e236100971f10cb71b96ab6
@@ -304,6 +311,6 @@ SPEC CHECKSUMS:
304311
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
305312
RecaptchaInterop: 11e0b637842dfb48308d242afc3f448062325aba
306313

307-
PODFILE CHECKSUM: 0184ee51f477ca21b8573970813f92a89aa3cf4a
314+
PODFILE CHECKSUM: 56b139ff3f9ff3b9dfe39b30951b6aad99eb689e
308315

309316
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)