diff --git a/database/Podfile b/database/Podfile index 7ead06655..3c8efda89 100644 --- a/database/Podfile +++ b/database/Podfile @@ -6,7 +6,7 @@ platform :ios, '13.0' def firebase_pods pod 'FirebaseAuth' pod 'FirebaseDatabase' - pod 'FirebaseUI/Database', '~> 12.0' + pod 'FirebaseUI/Database', '~> 14.0' end target 'DatabaseExample' do diff --git a/database/Podfile.lock b/database/Podfile.lock index f32df099a..f5e2b7afe 100644 --- a/database/Podfile.lock +++ b/database/Podfile.lock @@ -1,29 +1,29 @@ PODS: - - FirebaseAppCheckInterop (10.25.0) - - FirebaseAuth (10.25.0): + - FirebaseAppCheckInterop (10.28.0) + - FirebaseAuth (10.28.0): - FirebaseAppCheckInterop (~> 10.17) - FirebaseCore (~> 10.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - GoogleUtilities/Environment (~> 7.8) - GTMSessionFetcher/Core (< 4.0, >= 2.1) - RecaptchaInterop (~> 100.0) - - FirebaseCore (10.25.0): + - FirebaseCore (10.28.1): - FirebaseCoreInternal (~> 10.0) - GoogleUtilities/Environment (~> 7.12) - GoogleUtilities/Logger (~> 7.12) - - FirebaseCoreInternal (10.25.0): + - FirebaseCoreInternal (10.28.0): - "GoogleUtilities/NSData+zlib (~> 7.8)" - - FirebaseDatabase (10.25.0): + - FirebaseDatabase (10.28.0): - FirebaseAppCheckInterop (~> 10.17) - FirebaseCore (~> 10.0) - FirebaseSharedSwift (~> 10.0) - GoogleUtilities/UserDefaults (~> 7.13) - leveldb-library (~> 1.22) - - FirebaseDatabaseUI (12.3.0): - - FirebaseDatabase (< 11.0, >= 8.0) - - FirebaseSharedSwift (10.25.0) - - FirebaseUI/Database (12.3.0): - - FirebaseDatabaseUI (~> 12.0) + - FirebaseDatabaseUI (14.0.0): + - FirebaseDatabase (< 12.0, >= 8.0) + - FirebaseSharedSwift (10.28.0) + - FirebaseUI/Database (14.0.0): + - FirebaseDatabaseUI (~> 14.0) - GoogleUtilities/AppDelegateSwizzler (7.13.3): - GoogleUtilities/Environment - GoogleUtilities/Logger @@ -49,7 +49,7 @@ PODS: - GoogleUtilities/UserDefaults (7.13.3): - GoogleUtilities/Logger - GoogleUtilities/Privacy - - GTMSessionFetcher/Core (3.4.1) + - GTMSessionFetcher/Core (3.5.0) - leveldb-library (1.22.5) - PromisesObjC (2.4.0) - RecaptchaInterop (100.0.0) @@ -57,7 +57,7 @@ PODS: DEPENDENCIES: - FirebaseAuth - FirebaseDatabase - - FirebaseUI/Database (~> 12.0) + - FirebaseUI/Database (~> 14.0) SPEC REPOS: trunk: @@ -76,20 +76,20 @@ SPEC REPOS: - RecaptchaInterop SPEC CHECKSUMS: - FirebaseAppCheckInterop: 5da5ce93e8797a215e3f677fb0654b74e736c8b8 - FirebaseAuth: c0f93dcc570c9da2bffb576969d793e95c344fbb - FirebaseCore: 7ec4d0484817f12c3373955bc87762d96842d483 - FirebaseCoreInternal: 910a81992c33715fec9263ca7381d59ab3a750b7 - FirebaseDatabase: faa489a42f5f868d23a55dd442d6e2099348458e - FirebaseDatabaseUI: 2549add5626d4cbfe6c038aeb6ed29d8a1402452 - FirebaseSharedSwift: 0274086954b1b2d5fd7e829eccc587044d72a4ba - FirebaseUI: e9a2dd42f5b593cd8b6e64c11d30ded38f30e48c + FirebaseAppCheckInterop: 5315f40293191bfec04b2cfab0215760e441540a + FirebaseAuth: 3d872fbbfc4223edeb72769e488f325fa8b0a4a9 + FirebaseCore: dfc33f0dffba05f76181da9cc0151171ebb3bd10 + FirebaseCoreInternal: 58d07f1362fddeb0feb6a857d1d1d1c5e558e698 + FirebaseDatabase: f697c0d1be5477182ecd008292a33299f5668658 + FirebaseDatabaseUI: d3009399ff2ae9255b9ae40cf6e65ca89b3ff032 + FirebaseSharedSwift: 48de4aec81a6b79bb30404e5e6db43ea74848fed + FirebaseUI: be706d8a988f3fe6df80cf106e82099dbebe0973 GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15 - GTMSessionFetcher: 8000756fc1c19d2e5697b90311f7832d2e33f6cd + GTMSessionFetcher: 5aea5ba6bd522a239e236100971f10cb71b96ab6 leveldb-library: e8eadf9008a61f9e1dde3978c086d2b6d9b9dc28 PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47 RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21 -PODFILE CHECKSUM: 4f86faccd20710d6b480d7ba3ac33a6dd20daed4 +PODFILE CHECKSUM: 63ad88d477c0b7246035547030c55c542a0ea557 COCOAPODS: 1.15.2 diff --git a/firestore/Podfile b/firestore/Podfile index fabd9351f..a0984078a 100644 --- a/firestore/Podfile +++ b/firestore/Podfile @@ -4,8 +4,8 @@ target 'FirestoreExample' do use_frameworks! pod 'FirebaseAuth' - pod 'FirebaseUI/Auth', '~> 12.0' - pod 'FirebaseUI/Email', '~> 12.0' + pod 'FirebaseUI/Auth', '~> 14.0' + pod 'FirebaseUI/Email', '~> 14.0' pod 'FirebaseFirestore' pod 'SDWebImage' diff --git a/firestore/Podfile.lock b/firestore/Podfile.lock index 56f63ea7a..3d19e2a98 100644 --- a/firestore/Podfile.lock +++ b/firestore/Podfile.lock @@ -952,36 +952,36 @@ PODS: - BoringSSL-GRPC/Implementation (0.0.32): - BoringSSL-GRPC/Interface (= 0.0.32) - BoringSSL-GRPC/Interface (0.0.32) - - FirebaseAppCheckInterop (10.25.0) - - FirebaseAuth (10.25.0): + - FirebaseAppCheckInterop (10.28.0) + - FirebaseAuth (10.28.0): - FirebaseAppCheckInterop (~> 10.17) - FirebaseCore (~> 10.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - GoogleUtilities/Environment (~> 7.8) - GTMSessionFetcher/Core (< 4.0, >= 2.1) - RecaptchaInterop (~> 100.0) - - FirebaseAuthUI (12.3.0): - - FirebaseAuth (< 11.0, >= 8.0) + - FirebaseAuthUI (14.0.0): + - FirebaseAuth (< 12.0, >= 8.0) - FirebaseCore - - FirebaseCore (10.25.0): + - FirebaseCore (10.28.1): - FirebaseCoreInternal (~> 10.0) - GoogleUtilities/Environment (~> 7.12) - GoogleUtilities/Logger (~> 7.12) - - FirebaseCoreExtension (10.25.0): + - FirebaseCoreExtension (10.28.0): - FirebaseCore (~> 10.0) - - FirebaseCoreInternal (10.25.0): + - FirebaseCoreInternal (10.28.0): - "GoogleUtilities/NSData+zlib (~> 7.8)" - - FirebaseEmailAuthUI (12.3.0): + - FirebaseEmailAuthUI (14.0.0): - FirebaseAuth - FirebaseAuthUI - FirebaseCore - GoogleUtilities/UserDefaults - - FirebaseFirestore (10.25.0): + - FirebaseFirestore (10.28.0): - FirebaseCore (~> 10.0) - FirebaseCoreExtension (~> 10.0) - - FirebaseFirestoreInternal (= 10.25.0) + - FirebaseFirestoreInternal (= 10.28.0) - FirebaseSharedSwift (~> 10.0) - - FirebaseFirestoreInternal (10.25.0): + - FirebaseFirestoreInternal (10.28.0): - abseil/algorithm (~> 1.20240116.1) - abseil/base (~> 1.20240116.1) - abseil/container/flat_hash_map (~> 1.20240116.1) @@ -996,11 +996,11 @@ PODS: - gRPC-Core (~> 1.62.0) - leveldb-library (~> 1.22) - nanopb (< 2.30911.0, >= 2.30908.0) - - FirebaseSharedSwift (10.25.0) - - FirebaseUI/Auth (12.3.0): - - FirebaseAuthUI (~> 12.0) - - FirebaseUI/Email (12.3.0): - - FirebaseEmailAuthUI (~> 12.0) + - FirebaseSharedSwift (10.28.0) + - FirebaseUI/Auth (14.0.0): + - FirebaseAuthUI (~> 14.0) + - FirebaseUI/Email (14.0.0): + - FirebaseEmailAuthUI (~> 14.0) - GoogleUtilities/AppDelegateSwizzler (7.13.3): - GoogleUtilities/Environment - GoogleUtilities/Logger @@ -1104,7 +1104,7 @@ PODS: - gRPC-Core/Privacy (= 1.62.5) - gRPC-Core/Interface (1.62.5) - gRPC-Core/Privacy (1.62.5) - - GTMSessionFetcher/Core (3.4.1) + - GTMSessionFetcher/Core (3.5.0) - leveldb-library (1.22.5) - nanopb (2.30910.0): - nanopb/decode (= 2.30910.0) @@ -1113,17 +1113,17 @@ PODS: - nanopb/encode (2.30910.0) - PromisesObjC (2.4.0) - RecaptchaInterop (100.0.0) - - SDWebImage (5.19.2): - - SDWebImage/Core (= 5.19.2) - - SDWebImage/Core (5.19.2) + - SDWebImage (5.19.4): + - SDWebImage/Core (= 5.19.4) + - SDWebImage/Core (5.19.4) - SDWebImageSwiftUI (2.2.7): - SDWebImage (~> 5.10) DEPENDENCIES: - FirebaseAuth - FirebaseFirestore - - FirebaseUI/Auth (~> 12.0) - - FirebaseUI/Email (~> 12.0) + - FirebaseUI/Auth (~> 14.0) + - FirebaseUI/Email (~> 14.0) - SDWebImage - SDWebImageSwiftUI @@ -1156,28 +1156,28 @@ SPEC REPOS: SPEC CHECKSUMS: abseil: d121da9ef7e2ff4cab7666e76c5a3e0915ae08c3 BoringSSL-GRPC: 1e2348957acdbcad360b80a264a90799984b2ba6 - FirebaseAppCheckInterop: 5da5ce93e8797a215e3f677fb0654b74e736c8b8 - FirebaseAuth: c0f93dcc570c9da2bffb576969d793e95c344fbb - FirebaseAuthUI: 9fa83d7dd7bad0f0eb20a9682f7e649c98e8f644 - FirebaseCore: 7ec4d0484817f12c3373955bc87762d96842d483 - FirebaseCoreExtension: 8a47811d0b155501559ef05d089518152a0a1677 - FirebaseCoreInternal: 910a81992c33715fec9263ca7381d59ab3a750b7 - FirebaseEmailAuthUI: 93c49123133a5ff934e05d15c51462ed0f12ee0a - FirebaseFirestore: 977ccc27a3caa5d68279f209c3b0450f85b9dc5f - FirebaseFirestoreInternal: 04b8afa77b4e5b84e86ab5ad985193e9573239fa - FirebaseSharedSwift: 0274086954b1b2d5fd7e829eccc587044d72a4ba - FirebaseUI: e9a2dd42f5b593cd8b6e64c11d30ded38f30e48c + FirebaseAppCheckInterop: 5315f40293191bfec04b2cfab0215760e441540a + FirebaseAuth: 3d872fbbfc4223edeb72769e488f325fa8b0a4a9 + FirebaseAuthUI: e43f9171f201a1ba63a46a859a28560eefcbe0b8 + FirebaseCore: dfc33f0dffba05f76181da9cc0151171ebb3bd10 + FirebaseCoreExtension: f63147b723e2a700fe0f34ec6fb7f358d6fe83e0 + FirebaseCoreInternal: 58d07f1362fddeb0feb6a857d1d1d1c5e558e698 + FirebaseEmailAuthUI: a3c22350c329d2605a41f9c7c2b8e22b2d3ae692 + FirebaseFirestore: 55636df3da462136352b3465e26a86a988cc792c + FirebaseFirestoreInternal: 354755e5745ca39862218087d9f754dde20f1059 + FirebaseSharedSwift: 48de4aec81a6b79bb30404e5e6db43ea74848fed + FirebaseUI: be706d8a988f3fe6df80cf106e82099dbebe0973 GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15 "gRPC-C++": e725ef63c4475d7cdb7e2cf16eb0fde84bd9ee51 gRPC-Core: eee4be35df218649fe66d721a05a7f27a28f069b - GTMSessionFetcher: 8000756fc1c19d2e5697b90311f7832d2e33f6cd + GTMSessionFetcher: 5aea5ba6bd522a239e236100971f10cb71b96ab6 leveldb-library: e8eadf9008a61f9e1dde3978c086d2b6d9b9dc28 nanopb: 438bc412db1928dac798aa6fd75726007be04262 PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47 RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21 - SDWebImage: dfe95b2466a9823cf9f0c6d01217c06550d7b29a + SDWebImage: 066c47b573f408f18caa467d71deace7c0f8280d SDWebImageSwiftUI: 65a2c8b4b0d9577f2e11556cb163cc4613b9ee54 -PODFILE CHECKSUM: d17ff35c5e41dfc7e17a1772da0b63d9738c14ec +PODFILE CHECKSUM: dcf06b78bbfb24e317b41df914b88a696d5c1794 COCOAPODS: 1.15.2 diff --git a/functions/LegacyFunctionsQuickstart/Podfile b/functions/LegacyFunctionsQuickstart/Podfile index ca8406eb9..5d99046c6 100644 --- a/functions/LegacyFunctionsQuickstart/Podfile +++ b/functions/LegacyFunctionsQuickstart/Podfile @@ -5,8 +5,8 @@ platform :ios, '13.0' pod 'FirebaseAnalytics' pod 'FirebaseAuth' -pod 'FirebaseUI/Auth', '~> 12.2' -pod 'FirebaseUI/Google', '~> 12.2' +pod 'FirebaseUI/Auth', '~> 14.0' +pod 'FirebaseUI/Google', '~> 14.0' # [START functions_pod] pod 'FirebaseFunctions' # [END functions_pod] diff --git a/functions/LegacyFunctionsQuickstart/Podfile.lock b/functions/LegacyFunctionsQuickstart/Podfile.lock index 57bce6616..d8c057503 100644 --- a/functions/LegacyFunctionsQuickstart/Podfile.lock +++ b/functions/LegacyFunctionsQuickstart/Podfile.lock @@ -5,8 +5,8 @@ PODS: - AppAuth/Core (1.7.5) - AppAuth/ExternalUserAgent (1.7.5): - AppAuth/Core - - FirebaseAnalytics (10.25.0): - - FirebaseAnalytics/AdIdSupport (= 10.25.0) + - FirebaseAnalytics (10.28.0): + - FirebaseAnalytics/AdIdSupport (= 10.28.0) - FirebaseCore (~> 10.0) - FirebaseInstallations (~> 10.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.11) @@ -14,36 +14,36 @@ PODS: - GoogleUtilities/Network (~> 7.11) - "GoogleUtilities/NSData+zlib (~> 7.11)" - nanopb (< 2.30911.0, >= 2.30908.0) - - FirebaseAnalytics/AdIdSupport (10.25.0): + - FirebaseAnalytics/AdIdSupport (10.28.0): - FirebaseCore (~> 10.0) - FirebaseInstallations (~> 10.0) - - GoogleAppMeasurement (= 10.25.0) + - GoogleAppMeasurement (= 10.28.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.11) - GoogleUtilities/MethodSwizzler (~> 7.11) - GoogleUtilities/Network (~> 7.11) - "GoogleUtilities/NSData+zlib (~> 7.11)" - nanopb (< 2.30911.0, >= 2.30908.0) - - FirebaseAppCheckInterop (10.25.0) - - FirebaseAuth (10.25.0): + - FirebaseAppCheckInterop (10.28.0) + - FirebaseAuth (10.28.0): - FirebaseAppCheckInterop (~> 10.17) - FirebaseCore (~> 10.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.8) - GoogleUtilities/Environment (~> 7.8) - GTMSessionFetcher/Core (< 4.0, >= 2.1) - RecaptchaInterop (~> 100.0) - - FirebaseAuthInterop (10.25.0) - - FirebaseAuthUI (12.3.0): - - FirebaseAuth (< 11.0, >= 8.0) + - FirebaseAuthInterop (10.28.0) + - FirebaseAuthUI (14.0.0): + - FirebaseAuth (< 12.0, >= 8.0) - FirebaseCore - - FirebaseCore (10.25.0): + - FirebaseCore (10.28.1): - FirebaseCoreInternal (~> 10.0) - GoogleUtilities/Environment (~> 7.12) - GoogleUtilities/Logger (~> 7.12) - - FirebaseCoreExtension (10.25.0): + - FirebaseCoreExtension (10.28.0): - FirebaseCore (~> 10.0) - - FirebaseCoreInternal (10.25.0): + - FirebaseCoreInternal (10.28.0): - "GoogleUtilities/NSData+zlib (~> 7.8)" - - FirebaseFunctions (10.25.0): + - FirebaseFunctions (10.28.0): - FirebaseAppCheckInterop (~> 10.10) - FirebaseAuthInterop (~> 10.25) - FirebaseCore (~> 10.0) @@ -51,37 +51,37 @@ PODS: - FirebaseMessagingInterop (~> 10.0) - FirebaseSharedSwift (~> 10.0) - GTMSessionFetcher/Core (< 4.0, >= 2.1) - - FirebaseGoogleAuthUI (12.3.0): + - FirebaseGoogleAuthUI (14.0.0): - FirebaseAuth - FirebaseAuthUI - FirebaseCore - GoogleSignIn (~> 6.0) - - FirebaseInstallations (10.25.0): + - FirebaseInstallations (10.28.0): - FirebaseCore (~> 10.0) - GoogleUtilities/Environment (~> 7.8) - GoogleUtilities/UserDefaults (~> 7.8) - PromisesObjC (~> 2.1) - - FirebaseMessagingInterop (10.25.0) - - FirebaseSharedSwift (10.25.0) - - FirebaseUI/Auth (12.3.0): - - FirebaseAuthUI (~> 12.0) - - FirebaseUI/Google (12.3.0): - - FirebaseGoogleAuthUI (~> 12.0) - - GoogleAppMeasurement (10.25.0): - - GoogleAppMeasurement/AdIdSupport (= 10.25.0) + - FirebaseMessagingInterop (10.28.0) + - FirebaseSharedSwift (10.28.0) + - FirebaseUI/Auth (14.0.0): + - FirebaseAuthUI (~> 14.0) + - FirebaseUI/Google (14.0.0): + - FirebaseGoogleAuthUI (~> 14.0) + - GoogleAppMeasurement (10.28.0): + - GoogleAppMeasurement/AdIdSupport (= 10.28.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.11) - GoogleUtilities/MethodSwizzler (~> 7.11) - GoogleUtilities/Network (~> 7.11) - "GoogleUtilities/NSData+zlib (~> 7.11)" - nanopb (< 2.30911.0, >= 2.30908.0) - - GoogleAppMeasurement/AdIdSupport (10.25.0): - - GoogleAppMeasurement/WithoutAdIdSupport (= 10.25.0) + - GoogleAppMeasurement/AdIdSupport (10.28.0): + - GoogleAppMeasurement/WithoutAdIdSupport (= 10.28.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.11) - GoogleUtilities/MethodSwizzler (~> 7.11) - GoogleUtilities/Network (~> 7.11) - "GoogleUtilities/NSData+zlib (~> 7.11)" - nanopb (< 2.30911.0, >= 2.30908.0) - - GoogleAppMeasurement/WithoutAdIdSupport (10.25.0): + - GoogleAppMeasurement/WithoutAdIdSupport (10.28.0): - GoogleUtilities/AppDelegateSwizzler (~> 7.11) - GoogleUtilities/MethodSwizzler (~> 7.11) - GoogleUtilities/Network (~> 7.11) @@ -232,8 +232,8 @@ DEPENDENCIES: - FirebaseAnalytics - FirebaseAuth - FirebaseFunctions - - FirebaseUI/Auth (~> 12.2) - - FirebaseUI/Google (~> 12.2) + - FirebaseUI/Auth (~> 14.0) + - FirebaseUI/Google (~> 14.0) - MaterialComponents/Buttons - MaterialComponents/Collections - MaterialComponents/TextFields @@ -269,21 +269,21 @@ SPEC REPOS: SPEC CHECKSUMS: AppAuth: 501c04eda8a8d11f179dbe8637b7a91bb7e5d2fa - FirebaseAnalytics: ec00fe8b93b41dc6fe4a28784b8e51da0647a248 - FirebaseAppCheckInterop: 5da5ce93e8797a215e3f677fb0654b74e736c8b8 - FirebaseAuth: c0f93dcc570c9da2bffb576969d793e95c344fbb - FirebaseAuthInterop: 2753ef68cb3cd5aefebe0f58082671cede78350f - FirebaseAuthUI: 9fa83d7dd7bad0f0eb20a9682f7e649c98e8f644 - FirebaseCore: 7ec4d0484817f12c3373955bc87762d96842d483 - FirebaseCoreExtension: 8a47811d0b155501559ef05d089518152a0a1677 - FirebaseCoreInternal: 910a81992c33715fec9263ca7381d59ab3a750b7 - FirebaseFunctions: 93b1c7f352aec3922925a0e856cb1d6a09197083 - FirebaseGoogleAuthUI: 07addbda8ded46089a08681bf101c424eca79337 - FirebaseInstallations: 91950fe859846fff0fbd296180909dd273103b09 - FirebaseMessagingInterop: 326242e7641e6acd4232151f8cec095720f980b9 - FirebaseSharedSwift: 0274086954b1b2d5fd7e829eccc587044d72a4ba - FirebaseUI: e9a2dd42f5b593cd8b6e64c11d30ded38f30e48c - GoogleAppMeasurement: 9abf64b682732fed36da827aa2a68f0221fd2356 + FirebaseAnalytics: 1e06fe7d246af7230b08d1d9cdca54a4624dd461 + FirebaseAppCheckInterop: 5315f40293191bfec04b2cfab0215760e441540a + FirebaseAuth: 3d872fbbfc4223edeb72769e488f325fa8b0a4a9 + FirebaseAuthInterop: cec40cbafa1f9a6e0c3334c5c750a0cae7c97f80 + FirebaseAuthUI: e43f9171f201a1ba63a46a859a28560eefcbe0b8 + FirebaseCore: dfc33f0dffba05f76181da9cc0151171ebb3bd10 + FirebaseCoreExtension: f63147b723e2a700fe0f34ec6fb7f358d6fe83e0 + FirebaseCoreInternal: 58d07f1362fddeb0feb6a857d1d1d1c5e558e698 + FirebaseFunctions: 09e37af8b314949e90aba43765a6380119caed30 + FirebaseGoogleAuthUI: 095e42fdcba6b1cd8a7079c8f3ab7dcffe509a65 + FirebaseInstallations: 60c1d3bc1beef809fd1ad1189a8057a040c59f2e + FirebaseMessagingInterop: 90fd5996764f216d547e672b27c3ee51ce460cd2 + FirebaseSharedSwift: 48de4aec81a6b79bb30404e5e6db43ea74848fed + FirebaseUI: be706d8a988f3fe6df80cf106e82099dbebe0973 + GoogleAppMeasurement: 55a4a3c8000c1280d68bf4c084adbfef20c49db1 GoogleSignIn: 5651ce3a61e56ca864160e79b484cd9ed3f49b7a GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15 GTMAppAuth: 0ff230db599948a9ad7470ca667337803b3fc4dd @@ -295,6 +295,6 @@ SPEC CHECKSUMS: PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47 RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21 -PODFILE CHECKSUM: 0b4662c85beb51a120a65457b6791911d2e07a1d +PODFILE CHECKSUM: e3971936b6d49fe06034d9d63d22755e8460c07c COCOAPODS: 1.15.2