From fc290d25d2b5b6a01078404b555f8b4cc1210f46 Mon Sep 17 00:00:00 2001 From: firebase-workflow-trigger-bot Date: Thu, 28 May 2026 23:46:19 +0000 Subject: [PATCH 1/8] Update mobile dependencies - Thu May 28 2026 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Android - com.google.firebase.firebase_bom → 34.14.0 ### iOS - Firebase/Analytics → 12.14.0 - Firebase/AppCheck → 12.14.0 - Firebase/Auth → 12.14.0 - Firebase/Core → 12.14.0 - Firebase/CoreOnly → 12.14.0 - Firebase/Crashlytics → 12.14.0 - Firebase/Database → 12.14.0 - Firebase/Firestore → 12.14.0 - Firebase/Functions → 12.14.0 - Firebase/Installations → 12.14.0 - Firebase/Messaging → 12.14.0 - Firebase/RemoteConfig → 12.14.0 - Firebase/Storage → 12.14.0 - FirebaseFirestore → 12.14.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/26608260704). --- Android/firebase_dependencies.gradle | 2 +- analytics/integration_test/Podfile | 4 +- analytics/ios_headers/FIREventNames.h | 2 +- analytics/ios_headers/FIRParameterNames.h | 2 +- analytics/ios_headers/FIRUserPropertyNames.h | 2 +- app/app_resources/build.gradle | 2 +- app/google_api_resources/build.gradle | 2 +- app/integration_test/Podfile | 2 +- app_check/app_check_resources/build.gradle | 2 +- app_check/integration_test/Podfile | 20 +- auth/auth_resources/build.gradle | 2 +- auth/integration_test/Podfile | 4 +- cmake/external/firestore.cmake | 2 +- database/database_resources/build.gradle | 2 +- database/integration_test/Podfile | 8 +- firestore/firestore_resources/build.gradle | 2 +- firestore/integration_test/Podfile | 8 +- firestore/integration_test_internal/Podfile | 8 +- functions/integration_test/Podfile | 12 +- installations/integration_test/Podfile | 4 +- ios_pod/Podfile | 24 +- .../swift_headers/FirebaseAnalytics-Swift.h | 4 +- ios_pod/swift_headers/FirebaseAuth-Swift.h | 452 +++--------------- .../FirebaseCoreInternal-Swift.h | 4 +- .../swift_headers/FirebaseDatabase-Swift.h | 4 +- .../swift_headers/FirebaseFirestore-Swift.h | 4 +- .../swift_headers/FirebaseFunctions-Swift.h | 4 +- .../FirebaseInAppMessaging-Swift.h | 4 +- .../FirebaseMLModelDownloader-Swift.h | 4 +- .../FirebaseRemoteConfig-Swift.h | 4 +- .../swift_headers/FirebaseSessions-Swift.h | 4 +- .../swift_headers/FirebaseSharedSwift-Swift.h | 4 +- ios_pod/swift_headers/FirebaseStorage-Swift.h | 164 ++----- ios_pod/swift_headers/Promises-Swift.h | 4 +- messaging/integration_test/Podfile | 8 +- messaging/messaging_java/build.gradle | 2 +- .../Android/firebase_dependencies.gradle | 2 +- release_build_files/readme.md | 62 +-- remote_config/integration_test/Podfile | 4 +- .../remote_config_resources/build.gradle | 2 +- storage/integration_test/Podfile | 8 +- storage/storage_resources/build.gradle | 2 +- ump/integration_test/Podfile | 2 +- ump/ump_resources/build.gradle | 2 +- 44 files changed, 219 insertions(+), 651 deletions(-) diff --git a/Android/firebase_dependencies.gradle b/Android/firebase_dependencies.gradle index 08b7b45510..1c7e1dc341 100644 --- a/Android/firebase_dependencies.gradle +++ b/Android/firebase_dependencies.gradle @@ -149,7 +149,7 @@ project.afterEvaluate { // Add the bill-of-materials project.dependencies { - implementation platform('com.google.firebase:firebase-bom:34.13.0') + implementation platform('com.google.firebase:firebase-bom:34.14.0') } for (String lib : firebaseCpp.dependencies.libSet) { // Generate and include the proguard file diff --git a/analytics/integration_test/Podfile b/analytics/integration_test/Podfile index 0f92c5397e..5845cf2719 100644 --- a/analytics/integration_test/Podfile +++ b/analytics/integration_test/Podfile @@ -5,12 +5,12 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '15.0' - pod 'Firebase/Analytics', '12.13.0' + pod 'Firebase/Analytics', '12.14.0' end target 'integration_test_tvos' do platform :tvos, '15.0' - pod 'Firebase/Analytics', '12.13.0' + pod 'Firebase/Analytics', '12.14.0' end post_install do |installer| diff --git a/analytics/ios_headers/FIREventNames.h b/analytics/ios_headers/FIREventNames.h index 7173e2f647..046df3a07f 100644 --- a/analytics/ios_headers/FIREventNames.h +++ b/analytics/ios_headers/FIREventNames.h @@ -1,6 +1,6 @@ // Copyright 2026 Google LLC -// Copied from Firebase Analytics iOS SDK 12.13.0. +// Copied from Firebase Analytics iOS SDK 12.14.0. /// @file FIREventNames.h /// diff --git a/analytics/ios_headers/FIRParameterNames.h b/analytics/ios_headers/FIRParameterNames.h index f5768ad0c3..4abda2fbf9 100644 --- a/analytics/ios_headers/FIRParameterNames.h +++ b/analytics/ios_headers/FIRParameterNames.h @@ -1,6 +1,6 @@ // Copyright 2026 Google LLC -// Copied from Firebase Analytics iOS SDK 12.13.0. +// Copied from Firebase Analytics iOS SDK 12.14.0. /// @file FIRParameterNames.h /// diff --git a/analytics/ios_headers/FIRUserPropertyNames.h b/analytics/ios_headers/FIRUserPropertyNames.h index ef64f92e1c..651334006b 100644 --- a/analytics/ios_headers/FIRUserPropertyNames.h +++ b/analytics/ios_headers/FIRUserPropertyNames.h @@ -1,6 +1,6 @@ // Copyright 2026 Google LLC -// Copied from Firebase Analytics iOS SDK 12.13.0. +// Copied from Firebase Analytics iOS SDK 12.14.0. /// @file FIRUserPropertyNames.h /// diff --git a/app/app_resources/build.gradle b/app/app_resources/build.gradle index 1395f51fe3..215002c7b7 100644 --- a/app/app_resources/build.gradle +++ b/app/app_resources/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:34.13.0') + implementation platform('com.google.firebase:firebase-bom:34.14.0') implementation 'com.google.firebase:firebase-analytics' } diff --git a/app/google_api_resources/build.gradle b/app/google_api_resources/build.gradle index c3e57bab4f..1d9a7c8e75 100644 --- a/app/google_api_resources/build.gradle +++ b/app/google_api_resources/build.gradle @@ -59,7 +59,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:34.13.0') + implementation platform('com.google.firebase:firebase-bom:34.14.0') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.android.gms:play-services-base:18.10.0' implementation project(':app:app_resources') diff --git a/app/integration_test/Podfile b/app/integration_test/Podfile index 4ab4449e54..f8327dda45 100644 --- a/app/integration_test/Podfile +++ b/app/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '15.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '12.13.0' + pod 'Firebase/Analytics', '12.14.0' end post_install do |installer| diff --git a/app_check/app_check_resources/build.gradle b/app_check/app_check_resources/build.gradle index b5c992958f..088382a7a3 100644 --- a/app_check/app_check_resources/build.gradle +++ b/app_check/app_check_resources/build.gradle @@ -55,7 +55,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:34.13.0') + implementation platform('com.google.firebase:firebase-bom:34.14.0') implementation 'com.google.firebase:firebase-appcheck' } diff --git a/app_check/integration_test/Podfile b/app_check/integration_test/Podfile index a4dd4db85e..b64b9bdffa 100644 --- a/app_check/integration_test/Podfile +++ b/app_check/integration_test/Podfile @@ -4,20 +4,20 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '15.0' - pod 'Firebase/AppCheck', '12.13.0' - pod 'Firebase/Database', '12.13.0' - pod 'Firebase/Auth', '12.13.0' - pod 'Firebase/Storage', '12.13.0' - pod 'Firebase/Functions', '12.13.0' + pod 'Firebase/AppCheck', '12.14.0' + pod 'Firebase/Database', '12.14.0' + pod 'Firebase/Auth', '12.14.0' + pod 'Firebase/Storage', '12.14.0' + pod 'Firebase/Functions', '12.14.0' end target 'integration_test_tvos' do platform :tvos, '15.0' - pod 'Firebase/AppCheck', '12.13.0' - pod 'Firebase/Database', '12.13.0' - pod 'Firebase/Auth', '12.13.0' - pod 'Firebase/Storage', '12.13.0' - pod 'Firebase/Functions', '12.13.0' + pod 'Firebase/AppCheck', '12.14.0' + pod 'Firebase/Database', '12.14.0' + pod 'Firebase/Auth', '12.14.0' + pod 'Firebase/Storage', '12.14.0' + pod 'Firebase/Functions', '12.14.0' end post_install do |installer| diff --git a/auth/auth_resources/build.gradle b/auth/auth_resources/build.gradle index 6e7d03930c..11008bdf0d 100644 --- a/auth/auth_resources/build.gradle +++ b/auth/auth_resources/build.gradle @@ -55,7 +55,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:34.13.0') + implementation platform('com.google.firebase:firebase-bom:34.14.0') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-auth' implementation project(':app:app_resources') diff --git a/auth/integration_test/Podfile b/auth/integration_test/Podfile index ce93a60b98..20f1542651 100644 --- a/auth/integration_test/Podfile +++ b/auth/integration_test/Podfile @@ -4,12 +4,12 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '15.0' - pod 'Firebase/Auth', '12.13.0' + pod 'Firebase/Auth', '12.14.0' end target 'integration_test_tvos' do platform :tvos, '15.0' - pod 'Firebase/Auth', '12.13.0' + pod 'Firebase/Auth', '12.14.0' end post_install do |installer| diff --git a/cmake/external/firestore.cmake b/cmake/external/firestore.cmake index 9728d0cc6a..672654c01a 100644 --- a/cmake/external/firestore.cmake +++ b/cmake/external/firestore.cmake @@ -21,7 +21,7 @@ endif() # If the format of the line below changes, then be sure to update # https://github.com/firebase/firebase-cpp-sdk/blob/fd054fa016/.github/workflows/update-dependencies.yml#L81 #set(version CocoaPods-11.8.1) -set(version CocoaPods-12.13.0) +set(version CocoaPods-12.14.0) function(GetReleasedDep) message("Getting released firebase-ios-sdk @ ${version}") diff --git a/database/database_resources/build.gradle b/database/database_resources/build.gradle index b928986290..726faab113 100644 --- a/database/database_resources/build.gradle +++ b/database/database_resources/build.gradle @@ -51,7 +51,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:34.13.0') + implementation platform('com.google.firebase:firebase-bom:34.14.0') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-database' //implementation project(':app:app_resources') diff --git a/database/integration_test/Podfile b/database/integration_test/Podfile index 137ce84298..784ba4c143 100644 --- a/database/integration_test/Podfile +++ b/database/integration_test/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '15.0' - pod 'Firebase/Database', '12.13.0' - pod 'Firebase/Auth', '12.13.0' + pod 'Firebase/Database', '12.14.0' + pod 'Firebase/Auth', '12.14.0' end target 'integration_test_tvos' do platform :tvos, '15.0' - pod 'Firebase/Database', '12.13.0' - pod 'Firebase/Auth', '12.13.0' + pod 'Firebase/Database', '12.14.0' + pod 'Firebase/Auth', '12.14.0' end post_install do |installer| diff --git a/firestore/firestore_resources/build.gradle b/firestore/firestore_resources/build.gradle index 8c82181856..9fa5bb5758 100644 --- a/firestore/firestore_resources/build.gradle +++ b/firestore/firestore_resources/build.gradle @@ -59,7 +59,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:34.13.0') + implementation platform('com.google.firebase:firebase-bom:34.14.0') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-firestore' } diff --git a/firestore/integration_test/Podfile b/firestore/integration_test/Podfile index 21f5fb9649..02ec88b4f9 100644 --- a/firestore/integration_test/Podfile +++ b/firestore/integration_test/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '15.0' - pod 'Firebase/Firestore', '12.13.0' - pod 'Firebase/Auth', '12.13.0' + pod 'Firebase/Firestore', '12.14.0' + pod 'Firebase/Auth', '12.14.0' end target 'integration_test_tvos' do platform :tvos, '15.0' - pod 'FirebaseFirestore', '12.13.0' - pod 'Firebase/Auth', '12.13.0' + pod 'FirebaseFirestore', '12.14.0' + pod 'Firebase/Auth', '12.14.0' end post_install do |installer| diff --git a/firestore/integration_test_internal/Podfile b/firestore/integration_test_internal/Podfile index f622fdaaf1..db1314068c 100644 --- a/firestore/integration_test_internal/Podfile +++ b/firestore/integration_test_internal/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '15.0' - pod 'Firebase/Firestore', '12.13.0' - pod 'Firebase/Auth', '12.13.0' + pod 'Firebase/Firestore', '12.14.0' + pod 'Firebase/Auth', '12.14.0' end target 'integration_test_tvos' do platform :tvos, '15.0' - pod 'FirebaseFirestore', '12.13.0' - pod 'Firebase/Auth', '12.13.0' + pod 'FirebaseFirestore', '12.14.0' + pod 'Firebase/Auth', '12.14.0' end post_install do |installer| diff --git a/functions/integration_test/Podfile b/functions/integration_test/Podfile index 72459dfe57..59cf00aab7 100644 --- a/functions/integration_test/Podfile +++ b/functions/integration_test/Podfile @@ -4,16 +4,16 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '15.0' - pod 'Firebase/AppCheck', '12.13.0' - pod 'Firebase/Functions', '12.13.0' - pod 'Firebase/Auth', '12.13.0' + pod 'Firebase/AppCheck', '12.14.0' + pod 'Firebase/Functions', '12.14.0' + pod 'Firebase/Auth', '12.14.0' end target 'integration_test_tvos' do platform :tvos, '15.0' - pod 'Firebase/AppCheck', '12.13.0' - pod 'Firebase/Functions', '12.13.0' - pod 'Firebase/Auth', '12.13.0' + pod 'Firebase/AppCheck', '12.14.0' + pod 'Firebase/Functions', '12.14.0' + pod 'Firebase/Auth', '12.14.0' end post_install do |installer| diff --git a/installations/integration_test/Podfile b/installations/integration_test/Podfile index 95b9e6396c..633d5a039a 100644 --- a/installations/integration_test/Podfile +++ b/installations/integration_test/Podfile @@ -5,8 +5,8 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '15.0' - pod 'Firebase/Analytics', '12.13.0' - pod 'Firebase/Installations', '12.13.0' + pod 'Firebase/Analytics', '12.14.0' + pod 'Firebase/Installations', '12.14.0' end post_install do |installer| diff --git a/ios_pod/Podfile b/ios_pod/Podfile index 8a88188381..63d3c26847 100644 --- a/ios_pod/Podfile +++ b/ios_pod/Podfile @@ -3,20 +3,20 @@ platform :ios, '15.0' use_frameworks! target 'GetPods' do - pod 'Firebase/Core', '12.13.0' + pod 'Firebase/Core', '12.14.0' pod 'GoogleUserMessagingPlatform', '2.3.0' - pod 'Firebase/Analytics', '12.13.0' - pod 'Firebase/AppCheck', '12.13.0' - pod 'Firebase/Auth', '12.13.0' - pod 'Firebase/Crashlytics', '12.13.0' - pod 'Firebase/Database', '12.13.0' - pod 'Firebase/Firestore', '12.13.0' - pod 'Firebase/Functions', '12.13.0' - pod 'Firebase/Installations', '12.13.0' - pod 'Firebase/Messaging', '12.13.0' - pod 'Firebase/RemoteConfig', '12.13.0' - pod 'Firebase/Storage', '12.13.0' + pod 'Firebase/Analytics', '12.14.0' + pod 'Firebase/AppCheck', '12.14.0' + pod 'Firebase/Auth', '12.14.0' + pod 'Firebase/Crashlytics', '12.14.0' + pod 'Firebase/Database', '12.14.0' + pod 'Firebase/Firestore', '12.14.0' + pod 'Firebase/Functions', '12.14.0' + pod 'Firebase/Installations', '12.14.0' + pod 'Firebase/Messaging', '12.14.0' + pod 'Firebase/RemoteConfig', '12.14.0' + pod 'Firebase/Storage', '12.14.0' end diff --git a/ios_pod/swift_headers/FirebaseAnalytics-Swift.h b/ios_pod/swift_headers/FirebaseAnalytics-Swift.h index 87fe10b937..50530c3c32 100644 --- a/ios_pod/swift_headers/FirebaseAnalytics-Swift.h +++ b/ios_pod/swift_headers/FirebaseAnalytics-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2026 Google LLC -// Copied from Firebase iOS SDK 12.13.0. +// Copied from Firebase iOS SDK 12.14.0. // Generated by Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 // clang-1700.6.3.2) @@ -343,7 +343,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #elif defined(__x86_64__) && __x86_64__ // Copyright 2026 Google LLC -// Copied from Firebase iOS SDK 12.13.0. +// Copied from Firebase iOS SDK 12.14.0. // Generated by Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 // clang-1700.6.3.2) diff --git a/ios_pod/swift_headers/FirebaseAuth-Swift.h b/ios_pod/swift_headers/FirebaseAuth-Swift.h index f20712ec32..833f8ec687 100644 --- a/ios_pod/swift_headers/FirebaseAuth-Swift.h +++ b/ios_pod/swift_headers/FirebaseAuth-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ // Copyright 2026 Google LLC -// Copied from Firebase iOS SDK 12.13.0. +// Copied from Firebase iOS SDK 12.14.0. // Generated by Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 // clang-1700.6.3.2) @@ -486,12 +486,7 @@ enum FIRAuthAPNSTokenType : NSInteger; /// Manages authentication for Firebase apps. /// This class is thread-safe. SWIFT_CLASS_NAMED("Auth") -SWIFT_AVAILABILITY(watchos, introduced = 7) - SWIFT_AVAILABILITY(maccatalyst, introduced = 13) - SWIFT_AVAILABILITY(macos, introduced = 10.15) - SWIFT_AVAILABILITY(tvos, introduced = 13) - SWIFT_AVAILABILITY(ios, introduced = 13) @interface FIRAuth - : NSObject +@interface FIRAuth : NSObject /// Gets the auth object for the default Firebase app. /// The default Firebase app must have already been configured or an exception /// will be raised. @@ -797,12 +792,7 @@ SWIFT_AVAILABILITY(watchos, introduced = 7) /// The AuthDataResult after the successful signin. - (void)signInAnonymouslyWithCompletionHandler: (void (^_Nonnull)(FIRAuthDataResult* _Nullable, - NSError* _Nullable))completionHandler - SWIFT_AVAILABILITY(watchos, introduced = 7) - SWIFT_AVAILABILITY(maccatalyst, introduced = 13) - SWIFT_AVAILABILITY(macos, introduced = 10.15) - SWIFT_AVAILABILITY(tvos, introduced = 13) - SWIFT_AVAILABILITY(ios, introduced = 13); + NSError* _Nullable))completionHandler; /// Asynchronously signs in to Firebase with the given Auth token. /// Possible error codes: ///