Skip to content

Commit 8751e90

Browse files
authored
Update to Firebase UI 14 (#1602)
1 parent 207f573 commit 8751e90

File tree

6 files changed

+107
-107
lines changed

6 files changed

+107
-107
lines changed

database/Podfile

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

1212
target 'DatabaseExample' do

database/Podfile.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
PODS:
2-
- FirebaseAppCheckInterop (10.25.0)
3-
- FirebaseAuth (10.25.0):
2+
- FirebaseAppCheckInterop (10.28.0)
3+
- FirebaseAuth (10.28.0):
44
- FirebaseAppCheckInterop (~> 10.17)
55
- FirebaseCore (~> 10.0)
66
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
77
- GoogleUtilities/Environment (~> 7.8)
88
- GTMSessionFetcher/Core (< 4.0, >= 2.1)
99
- RecaptchaInterop (~> 100.0)
10-
- FirebaseCore (10.25.0):
10+
- FirebaseCore (10.28.1):
1111
- FirebaseCoreInternal (~> 10.0)
1212
- GoogleUtilities/Environment (~> 7.12)
1313
- GoogleUtilities/Logger (~> 7.12)
14-
- FirebaseCoreInternal (10.25.0):
14+
- FirebaseCoreInternal (10.28.0):
1515
- "GoogleUtilities/NSData+zlib (~> 7.8)"
16-
- FirebaseDatabase (10.25.0):
16+
- FirebaseDatabase (10.28.0):
1717
- FirebaseAppCheckInterop (~> 10.17)
1818
- FirebaseCore (~> 10.0)
1919
- FirebaseSharedSwift (~> 10.0)
2020
- GoogleUtilities/UserDefaults (~> 7.13)
2121
- leveldb-library (~> 1.22)
22-
- FirebaseDatabaseUI (12.3.0):
23-
- FirebaseDatabase (< 11.0, >= 8.0)
24-
- FirebaseSharedSwift (10.25.0)
25-
- FirebaseUI/Database (12.3.0):
26-
- FirebaseDatabaseUI (~> 12.0)
22+
- FirebaseDatabaseUI (14.0.0):
23+
- FirebaseDatabase (< 12.0, >= 8.0)
24+
- FirebaseSharedSwift (10.28.0)
25+
- FirebaseUI/Database (14.0.0):
26+
- FirebaseDatabaseUI (~> 14.0)
2727
- GoogleUtilities/AppDelegateSwizzler (7.13.3):
2828
- GoogleUtilities/Environment
2929
- GoogleUtilities/Logger
@@ -49,15 +49,15 @@ PODS:
4949
- GoogleUtilities/UserDefaults (7.13.3):
5050
- GoogleUtilities/Logger
5151
- GoogleUtilities/Privacy
52-
- GTMSessionFetcher/Core (3.4.1)
52+
- GTMSessionFetcher/Core (3.5.0)
5353
- leveldb-library (1.22.5)
5454
- PromisesObjC (2.4.0)
5555
- RecaptchaInterop (100.0.0)
5656

5757
DEPENDENCIES:
5858
- FirebaseAuth
5959
- FirebaseDatabase
60-
- FirebaseUI/Database (~> 12.0)
60+
- FirebaseUI/Database (~> 14.0)
6161

6262
SPEC REPOS:
6363
trunk:
@@ -76,20 +76,20 @@ SPEC REPOS:
7676
- RecaptchaInterop
7777

7878
SPEC CHECKSUMS:
79-
FirebaseAppCheckInterop: 5da5ce93e8797a215e3f677fb0654b74e736c8b8
80-
FirebaseAuth: c0f93dcc570c9da2bffb576969d793e95c344fbb
81-
FirebaseCore: 7ec4d0484817f12c3373955bc87762d96842d483
82-
FirebaseCoreInternal: 910a81992c33715fec9263ca7381d59ab3a750b7
83-
FirebaseDatabase: faa489a42f5f868d23a55dd442d6e2099348458e
84-
FirebaseDatabaseUI: 2549add5626d4cbfe6c038aeb6ed29d8a1402452
85-
FirebaseSharedSwift: 0274086954b1b2d5fd7e829eccc587044d72a4ba
86-
FirebaseUI: e9a2dd42f5b593cd8b6e64c11d30ded38f30e48c
79+
FirebaseAppCheckInterop: 5315f40293191bfec04b2cfab0215760e441540a
80+
FirebaseAuth: 3d872fbbfc4223edeb72769e488f325fa8b0a4a9
81+
FirebaseCore: dfc33f0dffba05f76181da9cc0151171ebb3bd10
82+
FirebaseCoreInternal: 58d07f1362fddeb0feb6a857d1d1d1c5e558e698
83+
FirebaseDatabase: f697c0d1be5477182ecd008292a33299f5668658
84+
FirebaseDatabaseUI: d3009399ff2ae9255b9ae40cf6e65ca89b3ff032
85+
FirebaseSharedSwift: 48de4aec81a6b79bb30404e5e6db43ea74848fed
86+
FirebaseUI: be706d8a988f3fe6df80cf106e82099dbebe0973
8787
GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15
88-
GTMSessionFetcher: 8000756fc1c19d2e5697b90311f7832d2e33f6cd
88+
GTMSessionFetcher: 5aea5ba6bd522a239e236100971f10cb71b96ab6
8989
leveldb-library: e8eadf9008a61f9e1dde3978c086d2b6d9b9dc28
9090
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
9191
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21
9292

93-
PODFILE CHECKSUM: 4f86faccd20710d6b480d7ba3ac33a6dd20daed4
93+
PODFILE CHECKSUM: 63ad88d477c0b7246035547030c55c542a0ea557
9494

9595
COCOAPODS: 1.15.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', '~> 12.0'
8-
pod 'FirebaseUI/Email', '~> 12.0'
7+
pod 'FirebaseUI/Auth', '~> 14.0'
8+
pod 'FirebaseUI/Email', '~> 14.0'
99
pod 'FirebaseFirestore'
1010
pod 'SDWebImage'
1111

firestore/Podfile.lock

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -952,36 +952,36 @@ PODS:
952952
- BoringSSL-GRPC/Implementation (0.0.32):
953953
- BoringSSL-GRPC/Interface (= 0.0.32)
954954
- BoringSSL-GRPC/Interface (0.0.32)
955-
- FirebaseAppCheckInterop (10.25.0)
956-
- FirebaseAuth (10.25.0):
955+
- FirebaseAppCheckInterop (10.28.0)
956+
- FirebaseAuth (10.28.0):
957957
- FirebaseAppCheckInterop (~> 10.17)
958958
- FirebaseCore (~> 10.0)
959959
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
960960
- GoogleUtilities/Environment (~> 7.8)
961961
- GTMSessionFetcher/Core (< 4.0, >= 2.1)
962962
- RecaptchaInterop (~> 100.0)
963-
- FirebaseAuthUI (12.3.0):
964-
- FirebaseAuth (< 11.0, >= 8.0)
963+
- FirebaseAuthUI (14.0.0):
964+
- FirebaseAuth (< 12.0, >= 8.0)
965965
- FirebaseCore
966-
- FirebaseCore (10.25.0):
966+
- FirebaseCore (10.28.1):
967967
- FirebaseCoreInternal (~> 10.0)
968968
- GoogleUtilities/Environment (~> 7.12)
969969
- GoogleUtilities/Logger (~> 7.12)
970-
- FirebaseCoreExtension (10.25.0):
970+
- FirebaseCoreExtension (10.28.0):
971971
- FirebaseCore (~> 10.0)
972-
- FirebaseCoreInternal (10.25.0):
972+
- FirebaseCoreInternal (10.28.0):
973973
- "GoogleUtilities/NSData+zlib (~> 7.8)"
974-
- FirebaseEmailAuthUI (12.3.0):
974+
- FirebaseEmailAuthUI (14.0.0):
975975
- FirebaseAuth
976976
- FirebaseAuthUI
977977
- FirebaseCore
978978
- GoogleUtilities/UserDefaults
979-
- FirebaseFirestore (10.25.0):
979+
- FirebaseFirestore (10.28.0):
980980
- FirebaseCore (~> 10.0)
981981
- FirebaseCoreExtension (~> 10.0)
982-
- FirebaseFirestoreInternal (= 10.25.0)
982+
- FirebaseFirestoreInternal (= 10.28.0)
983983
- FirebaseSharedSwift (~> 10.0)
984-
- FirebaseFirestoreInternal (10.25.0):
984+
- FirebaseFirestoreInternal (10.28.0):
985985
- abseil/algorithm (~> 1.20240116.1)
986986
- abseil/base (~> 1.20240116.1)
987987
- abseil/container/flat_hash_map (~> 1.20240116.1)
@@ -996,11 +996,11 @@ PODS:
996996
- gRPC-Core (~> 1.62.0)
997997
- leveldb-library (~> 1.22)
998998
- nanopb (< 2.30911.0, >= 2.30908.0)
999-
- FirebaseSharedSwift (10.25.0)
1000-
- FirebaseUI/Auth (12.3.0):
1001-
- FirebaseAuthUI (~> 12.0)
1002-
- FirebaseUI/Email (12.3.0):
1003-
- FirebaseEmailAuthUI (~> 12.0)
999+
- FirebaseSharedSwift (10.28.0)
1000+
- FirebaseUI/Auth (14.0.0):
1001+
- FirebaseAuthUI (~> 14.0)
1002+
- FirebaseUI/Email (14.0.0):
1003+
- FirebaseEmailAuthUI (~> 14.0)
10041004
- GoogleUtilities/AppDelegateSwizzler (7.13.3):
10051005
- GoogleUtilities/Environment
10061006
- GoogleUtilities/Logger
@@ -1104,7 +1104,7 @@ PODS:
11041104
- gRPC-Core/Privacy (= 1.62.5)
11051105
- gRPC-Core/Interface (1.62.5)
11061106
- gRPC-Core/Privacy (1.62.5)
1107-
- GTMSessionFetcher/Core (3.4.1)
1107+
- GTMSessionFetcher/Core (3.5.0)
11081108
- leveldb-library (1.22.5)
11091109
- nanopb (2.30910.0):
11101110
- nanopb/decode (= 2.30910.0)
@@ -1113,17 +1113,17 @@ PODS:
11131113
- nanopb/encode (2.30910.0)
11141114
- PromisesObjC (2.4.0)
11151115
- RecaptchaInterop (100.0.0)
1116-
- SDWebImage (5.19.2):
1117-
- SDWebImage/Core (= 5.19.2)
1118-
- SDWebImage/Core (5.19.2)
1116+
- SDWebImage (5.19.4):
1117+
- SDWebImage/Core (= 5.19.4)
1118+
- SDWebImage/Core (5.19.4)
11191119
- SDWebImageSwiftUI (2.2.7):
11201120
- SDWebImage (~> 5.10)
11211121

11221122
DEPENDENCIES:
11231123
- FirebaseAuth
11241124
- FirebaseFirestore
1125-
- FirebaseUI/Auth (~> 12.0)
1126-
- FirebaseUI/Email (~> 12.0)
1125+
- FirebaseUI/Auth (~> 14.0)
1126+
- FirebaseUI/Email (~> 14.0)
11271127
- SDWebImage
11281128
- SDWebImageSwiftUI
11291129

@@ -1156,28 +1156,28 @@ SPEC REPOS:
11561156
SPEC CHECKSUMS:
11571157
abseil: d121da9ef7e2ff4cab7666e76c5a3e0915ae08c3
11581158
BoringSSL-GRPC: 1e2348957acdbcad360b80a264a90799984b2ba6
1159-
FirebaseAppCheckInterop: 5da5ce93e8797a215e3f677fb0654b74e736c8b8
1160-
FirebaseAuth: c0f93dcc570c9da2bffb576969d793e95c344fbb
1161-
FirebaseAuthUI: 9fa83d7dd7bad0f0eb20a9682f7e649c98e8f644
1162-
FirebaseCore: 7ec4d0484817f12c3373955bc87762d96842d483
1163-
FirebaseCoreExtension: 8a47811d0b155501559ef05d089518152a0a1677
1164-
FirebaseCoreInternal: 910a81992c33715fec9263ca7381d59ab3a750b7
1165-
FirebaseEmailAuthUI: 93c49123133a5ff934e05d15c51462ed0f12ee0a
1166-
FirebaseFirestore: 977ccc27a3caa5d68279f209c3b0450f85b9dc5f
1167-
FirebaseFirestoreInternal: 04b8afa77b4e5b84e86ab5ad985193e9573239fa
1168-
FirebaseSharedSwift: 0274086954b1b2d5fd7e829eccc587044d72a4ba
1169-
FirebaseUI: e9a2dd42f5b593cd8b6e64c11d30ded38f30e48c
1159+
FirebaseAppCheckInterop: 5315f40293191bfec04b2cfab0215760e441540a
1160+
FirebaseAuth: 3d872fbbfc4223edeb72769e488f325fa8b0a4a9
1161+
FirebaseAuthUI: e43f9171f201a1ba63a46a859a28560eefcbe0b8
1162+
FirebaseCore: dfc33f0dffba05f76181da9cc0151171ebb3bd10
1163+
FirebaseCoreExtension: f63147b723e2a700fe0f34ec6fb7f358d6fe83e0
1164+
FirebaseCoreInternal: 58d07f1362fddeb0feb6a857d1d1d1c5e558e698
1165+
FirebaseEmailAuthUI: a3c22350c329d2605a41f9c7c2b8e22b2d3ae692
1166+
FirebaseFirestore: 55636df3da462136352b3465e26a86a988cc792c
1167+
FirebaseFirestoreInternal: 354755e5745ca39862218087d9f754dde20f1059
1168+
FirebaseSharedSwift: 48de4aec81a6b79bb30404e5e6db43ea74848fed
1169+
FirebaseUI: be706d8a988f3fe6df80cf106e82099dbebe0973
11701170
GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15
11711171
"gRPC-C++": e725ef63c4475d7cdb7e2cf16eb0fde84bd9ee51
11721172
gRPC-Core: eee4be35df218649fe66d721a05a7f27a28f069b
1173-
GTMSessionFetcher: 8000756fc1c19d2e5697b90311f7832d2e33f6cd
1173+
GTMSessionFetcher: 5aea5ba6bd522a239e236100971f10cb71b96ab6
11741174
leveldb-library: e8eadf9008a61f9e1dde3978c086d2b6d9b9dc28
11751175
nanopb: 438bc412db1928dac798aa6fd75726007be04262
11761176
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
11771177
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21
1178-
SDWebImage: dfe95b2466a9823cf9f0c6d01217c06550d7b29a
1178+
SDWebImage: 066c47b573f408f18caa467d71deace7c0f8280d
11791179
SDWebImageSwiftUI: 65a2c8b4b0d9577f2e11556cb163cc4613b9ee54
11801180

1181-
PODFILE CHECKSUM: d17ff35c5e41dfc7e17a1772da0b63d9738c14ec
1181+
PODFILE CHECKSUM: dcf06b78bbfb24e317b41df914b88a696d5c1794
11821182

11831183
COCOAPODS: 1.15.2

functions/LegacyFunctionsQuickstart/Podfile

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

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

0 commit comments

Comments
 (0)