From b0accdb7937b70647374a94b21738a292baf0572 Mon Sep 17 00:00:00 2001 From: firebase-workflow-trigger-bot Date: Thu, 15 Jan 2026 19:44:39 +0000 Subject: [PATCH 1/3] Update mobile dependencies - Thu Jan 15 2026 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Android - com.google.android.gms.play_services_base → 18.10.0 - com.google.firebase.firebase_bom → 34.8.0 ### iOS - Firebase/Analytics → 12.8.0 - Firebase/AppCheck → 12.8.0 - Firebase/Auth → 12.8.0 - Firebase/Core → 12.8.0 - Firebase/CoreOnly → 12.8.0 - Firebase/Crashlytics → 12.8.0 - Firebase/Database → 12.8.0 - Firebase/Firestore → 12.8.0 - Firebase/Functions → 12.8.0 - Firebase/Installations → 12.8.0 - Firebase/Messaging → 12.8.0 - Firebase/RemoteConfig → 12.8.0 - Firebase/Storage → 12.8.0 - FirebaseFirestore → 12.8.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/21043596686). --- Android/firebase_dependencies.gradle | 4 +- analytics/integration_test/Podfile | 4 +- analytics/ios_headers/FIREventNames.h | 4 +- analytics/ios_headers/FIRParameterNames.h | 4 +- analytics/ios_headers/FIRUserPropertyNames.h | 4 +- app/app_resources/build.gradle | 2 +- app/google_api_resources/build.gradle | 4 +- 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 | 8 +-- installations/integration_test/Podfile | 4 +- ios_pod/Podfile | 24 +++---- .../swift_headers/FirebaseAnalytics-Swift.h | 8 +-- ios_pod/swift_headers/FirebaseAuth-Swift.h | 8 +-- .../FirebaseCoreInternal-Swift.h | 8 +-- .../swift_headers/FirebaseDatabase-Swift.h | 8 +-- .../swift_headers/FirebaseFirestore-Swift.h | 8 +-- .../swift_headers/FirebaseFunctions-Swift.h | 8 +-- .../FirebaseInAppMessaging-Swift.h | 8 +-- .../FirebaseMLModelDownloader-Swift.h | 8 +-- .../FirebaseRemoteConfig-Swift.h | 8 +-- .../swift_headers/FirebaseSessions-Swift.h | 8 +-- .../swift_headers/FirebaseSharedSwift-Swift.h | 8 +-- ios_pod/swift_headers/FirebaseStorage-Swift.h | 8 +-- ios_pod/swift_headers/Promises-Swift.h | 8 +-- ios_pod/swift_headers/SwiftProtobuf-Swift.h | 8 +-- messaging/integration_test/Podfile | 8 +-- messaging/messaging_java/build.gradle | 2 +- .../Android/firebase_dependencies.gradle | 4 +- release_build_files/readme.md | 64 +++++++++---------- 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 +- 45 files changed, 166 insertions(+), 166 deletions(-) diff --git a/Android/firebase_dependencies.gradle b/Android/firebase_dependencies.gradle index 2412e1406a..8e36421eae 100644 --- a/Android/firebase_dependencies.gradle +++ b/Android/firebase_dependencies.gradle @@ -20,7 +20,7 @@ def firebaseDependenciesMap = [ 'app_check' : ['com.google.firebase:firebase-appcheck', 'com.google.firebase:firebase-appcheck-debug', 'com.google.firebase:firebase-appcheck-playintegrity'], - 'play_services' : ['com.google.android.gms:play-services-base:18.9.0'], + 'play_services' : ['com.google.android.gms:play-services-base:18.10.0'], 'analytics' : ['com.google.firebase:firebase-analytics'], 'auth' : ['com.google.firebase:firebase-auth'], 'database' : ['com.google.firebase:firebase-database'], @@ -149,7 +149,7 @@ project.afterEvaluate { // Add the bill-of-materials project.dependencies { - implementation platform('com.google.firebase:firebase-bom:34.6.0') + implementation platform('com.google.firebase:firebase-bom:34.8.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 7326e9f8e3..0227c21526 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.6.0' + pod 'Firebase/Analytics', '12.8.0' end target 'integration_test_tvos' do platform :tvos, '15.0' - pod 'Firebase/Analytics', '12.6.0' + pod 'Firebase/Analytics', '12.8.0' end post_install do |installer| diff --git a/analytics/ios_headers/FIREventNames.h b/analytics/ios_headers/FIREventNames.h index 0488b26182..ef7abc7023 100644 --- a/analytics/ios_headers/FIREventNames.h +++ b/analytics/ios_headers/FIREventNames.h @@ -1,6 +1,6 @@ -// Copyright 2025 Google LLC +// Copyright 2026 Google LLC -// Copied from Firebase Analytics iOS SDK 12.6.0. +// Copied from Firebase Analytics iOS SDK 12.8.0. /// @file FIREventNames.h /// diff --git a/analytics/ios_headers/FIRParameterNames.h b/analytics/ios_headers/FIRParameterNames.h index c4bec75dca..000e7798c6 100644 --- a/analytics/ios_headers/FIRParameterNames.h +++ b/analytics/ios_headers/FIRParameterNames.h @@ -1,6 +1,6 @@ -// Copyright 2025 Google LLC +// Copyright 2026 Google LLC -// Copied from Firebase Analytics iOS SDK 12.6.0. +// Copied from Firebase Analytics iOS SDK 12.8.0. /// @file FIRParameterNames.h /// diff --git a/analytics/ios_headers/FIRUserPropertyNames.h b/analytics/ios_headers/FIRUserPropertyNames.h index a97b6a040a..a4d9eb6c67 100644 --- a/analytics/ios_headers/FIRUserPropertyNames.h +++ b/analytics/ios_headers/FIRUserPropertyNames.h @@ -1,6 +1,6 @@ -// Copyright 2025 Google LLC +// Copyright 2026 Google LLC -// Copied from Firebase Analytics iOS SDK 12.6.0. +// Copied from Firebase Analytics iOS SDK 12.8.0. /// @file FIRUserPropertyNames.h /// diff --git a/app/app_resources/build.gradle b/app/app_resources/build.gradle index 48006db5b4..40089c8fd2 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.6.0') + implementation platform('com.google.firebase:firebase-bom:34.8.0') implementation 'com.google.firebase:firebase-analytics' } diff --git a/app/google_api_resources/build.gradle b/app/google_api_resources/build.gradle index eb3e990e5c..c23f1f7c62 100644 --- a/app/google_api_resources/build.gradle +++ b/app/google_api_resources/build.gradle @@ -59,9 +59,9 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:34.6.0') + implementation platform('com.google.firebase:firebase-bom:34.8.0') implementation 'com.google.firebase:firebase-analytics' - implementation 'com.google.android.gms:play-services-base:18.9.0' + 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 bea5b3ffca..6096ad0050 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.6.0' + pod 'Firebase/Analytics', '12.8.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 0f97aa4d1c..f630d66eea 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.6.0') + implementation platform('com.google.firebase:firebase-bom:34.8.0') implementation 'com.google.firebase:firebase-appcheck' } diff --git a/app_check/integration_test/Podfile b/app_check/integration_test/Podfile index 17cc7eda1f..18b19231f9 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.6.0' - pod 'Firebase/Database', '12.6.0' - pod 'Firebase/Auth', '12.6.0' - pod 'Firebase/Storage', '12.6.0' - pod 'Firebase/Functions', '12.6.0' + pod 'Firebase/AppCheck', '12.8.0' + pod 'Firebase/Database', '12.8.0' + pod 'Firebase/Auth', '12.8.0' + pod 'Firebase/Storage', '12.8.0' + pod 'Firebase/Functions', '12.8.0' end target 'integration_test_tvos' do platform :tvos, '15.0' - pod 'Firebase/AppCheck', '12.6.0' - pod 'Firebase/Database', '12.6.0' - pod 'Firebase/Auth', '12.6.0' - pod 'Firebase/Storage', '12.6.0' - pod 'Firebase/Functions', '12.6.0' + pod 'Firebase/AppCheck', '12.8.0' + pod 'Firebase/Database', '12.8.0' + pod 'Firebase/Auth', '12.8.0' + pod 'Firebase/Storage', '12.8.0' + pod 'Firebase/Functions', '12.8.0' end post_install do |installer| diff --git a/auth/auth_resources/build.gradle b/auth/auth_resources/build.gradle index 3c0acca9e4..21dd2762eb 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.6.0') + implementation platform('com.google.firebase:firebase-bom:34.8.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 eb75fff591..31fc48e3f0 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.6.0' + pod 'Firebase/Auth', '12.8.0' end target 'integration_test_tvos' do platform :tvos, '15.0' - pod 'Firebase/Auth', '12.6.0' + pod 'Firebase/Auth', '12.8.0' end post_install do |installer| diff --git a/cmake/external/firestore.cmake b/cmake/external/firestore.cmake index 87a2c21e97..915ce6dab7 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.6.0) +set(version CocoaPods-12.8.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 4fb1e3c439..5db4de04c2 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.6.0') + implementation platform('com.google.firebase:firebase-bom:34.8.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 5fde9a411c..90217478c9 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.6.0' - pod 'Firebase/Auth', '12.6.0' + pod 'Firebase/Database', '12.8.0' + pod 'Firebase/Auth', '12.8.0' end target 'integration_test_tvos' do platform :tvos, '15.0' - pod 'Firebase/Database', '12.6.0' - pod 'Firebase/Auth', '12.6.0' + pod 'Firebase/Database', '12.8.0' + pod 'Firebase/Auth', '12.8.0' end post_install do |installer| diff --git a/firestore/firestore_resources/build.gradle b/firestore/firestore_resources/build.gradle index 039aac60fe..884c2a0429 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.6.0') + implementation platform('com.google.firebase:firebase-bom:34.8.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 baaa6cd561..917357c41c 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.6.0' - pod 'Firebase/Auth', '12.6.0' + pod 'Firebase/Firestore', '12.8.0' + pod 'Firebase/Auth', '12.8.0' end target 'integration_test_tvos' do platform :tvos, '15.0' - pod 'FirebaseFirestore', '12.6.0' - pod 'Firebase/Auth', '12.6.0' + pod 'FirebaseFirestore', '12.8.0' + pod 'Firebase/Auth', '12.8.0' end post_install do |installer| diff --git a/firestore/integration_test_internal/Podfile b/firestore/integration_test_internal/Podfile index 5c2848fb1b..d9ce9bab98 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.6.0' - pod 'Firebase/Auth', '12.6.0' + pod 'Firebase/Firestore', '12.8.0' + pod 'Firebase/Auth', '12.8.0' end target 'integration_test_tvos' do platform :tvos, '15.0' - pod 'FirebaseFirestore', '12.6.0' - pod 'Firebase/Auth', '12.6.0' + pod 'FirebaseFirestore', '12.8.0' + pod 'Firebase/Auth', '12.8.0' end post_install do |installer| diff --git a/functions/integration_test/Podfile b/functions/integration_test/Podfile index afbf7a2adf..e2296baba4 100644 --- a/functions/integration_test/Podfile +++ b/functions/integration_test/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '15.0' - pod 'Firebase/Functions', '12.6.0' - pod 'Firebase/Auth', '12.6.0' + pod 'Firebase/Functions', '12.8.0' + pod 'Firebase/Auth', '12.8.0' end target 'integration_test_tvos' do platform :tvos, '15.0' - pod 'Firebase/Functions', '12.6.0' - pod 'Firebase/Auth', '12.6.0' + pod 'Firebase/Functions', '12.8.0' + pod 'Firebase/Auth', '12.8.0' end post_install do |installer| diff --git a/installations/integration_test/Podfile b/installations/integration_test/Podfile index 9a8d59135f..423a484a26 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.6.0' - pod 'Firebase/Installations', '12.6.0' + pod 'Firebase/Analytics', '12.8.0' + pod 'Firebase/Installations', '12.8.0' end post_install do |installer| diff --git a/ios_pod/Podfile b/ios_pod/Podfile index f5a824223a..867b3a1d97 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.6.0' + pod 'Firebase/Core', '12.8.0' pod 'GoogleUserMessagingPlatform', '2.3.0' - pod 'Firebase/Analytics', '12.6.0' - pod 'Firebase/AppCheck', '12.6.0' - pod 'Firebase/Auth', '12.6.0' - pod 'Firebase/Crashlytics', '12.6.0' - pod 'Firebase/Database', '12.6.0' - pod 'Firebase/Firestore', '12.6.0' - pod 'Firebase/Functions', '12.6.0' - pod 'Firebase/Installations', '12.6.0' - pod 'Firebase/Messaging', '12.6.0' - pod 'Firebase/RemoteConfig', '12.6.0' - pod 'Firebase/Storage', '12.6.0' + pod 'Firebase/Analytics', '12.8.0' + pod 'Firebase/AppCheck', '12.8.0' + pod 'Firebase/Auth', '12.8.0' + pod 'Firebase/Crashlytics', '12.8.0' + pod 'Firebase/Database', '12.8.0' + pod 'Firebase/Firestore', '12.8.0' + pod 'Firebase/Functions', '12.8.0' + pod 'Firebase/Installations', '12.8.0' + pod 'Firebase/Messaging', '12.8.0' + pod 'Firebase/RemoteConfig', '12.8.0' + pod 'Firebase/Storage', '12.8.0' end diff --git a/ios_pod/swift_headers/FirebaseAnalytics-Swift.h b/ios_pod/swift_headers/FirebaseAnalytics-Swift.h index 87bd31e422..9406a1beac 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 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) @@ -341,8 +341,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) diff --git a/ios_pod/swift_headers/FirebaseAuth-Swift.h b/ios_pod/swift_headers/FirebaseAuth-Swift.h index 46c197a9fb..0ce091e1e7 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 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) @@ -3073,8 +3073,8 @@ SWIFT_AVAILABILITY(watchos, introduced = 7) #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) diff --git a/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h b/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h index 85507de99b..f08b6b3cb2 100644 --- a/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h +++ b/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) @@ -405,8 +405,8 @@ SWIFT_CLASS_NAMED("_ObjC_HeartbeatsPayload") #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) diff --git a/ios_pod/swift_headers/FirebaseDatabase-Swift.h b/ios_pod/swift_headers/FirebaseDatabase-Swift.h index 4770344cf6..dd2af6d527 100644 --- a/ios_pod/swift_headers/FirebaseDatabase-Swift.h +++ b/ios_pod/swift_headers/FirebaseDatabase-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) @@ -341,8 +341,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) diff --git a/ios_pod/swift_headers/FirebaseFirestore-Swift.h b/ios_pod/swift_headers/FirebaseFirestore-Swift.h index a9deaf1488..f094104840 100644 --- a/ios_pod/swift_headers/FirebaseFirestore-Swift.h +++ b/ios_pod/swift_headers/FirebaseFirestore-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) @@ -349,8 +349,8 @@ SWIFT_CLASS_PROPERTY(@property(nonatomic, class, readonly, #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) diff --git a/ios_pod/swift_headers/FirebaseFunctions-Swift.h b/ios_pod/swift_headers/FirebaseFunctions-Swift.h index d6be0d1b82..b26fd7a19f 100644 --- a/ios_pod/swift_headers/FirebaseFunctions-Swift.h +++ b/ios_pod/swift_headers/FirebaseFunctions-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) @@ -625,8 +625,8 @@ SWIFT_CLASS_NAMED("HTTPSCallableResult") #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) diff --git a/ios_pod/swift_headers/FirebaseInAppMessaging-Swift.h b/ios_pod/swift_headers/FirebaseInAppMessaging-Swift.h index 2938381bfa..969d47d3b4 100644 --- a/ios_pod/swift_headers/FirebaseInAppMessaging-Swift.h +++ b/ios_pod/swift_headers/FirebaseInAppMessaging-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) @@ -340,8 +340,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) diff --git a/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h b/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h index 6514d3143a..3104af5e3e 100644 --- a/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h +++ b/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) @@ -341,8 +341,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) diff --git a/ios_pod/swift_headers/FirebaseRemoteConfig-Swift.h b/ios_pod/swift_headers/FirebaseRemoteConfig-Swift.h index 08f3c1ee7c..c1a4bf08d7 100644 --- a/ios_pod/swift_headers/FirebaseRemoteConfig-Swift.h +++ b/ios_pod/swift_headers/FirebaseRemoteConfig-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) @@ -341,8 +341,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) diff --git a/ios_pod/swift_headers/FirebaseSessions-Swift.h b/ios_pod/swift_headers/FirebaseSessions-Swift.h index 27dca39767..e25ff490ac 100644 --- a/ios_pod/swift_headers/FirebaseSessions-Swift.h +++ b/ios_pod/swift_headers/FirebaseSessions-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) @@ -392,8 +392,8 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRSessionsSubscriberName, #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) diff --git a/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h b/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h index d9431b60ab..590b35bf69 100644 --- a/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) @@ -340,8 +340,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) diff --git a/ios_pod/swift_headers/FirebaseStorage-Swift.h b/ios_pod/swift_headers/FirebaseStorage-Swift.h index ce49c1eaca..fca92be076 100644 --- a/ios_pod/swift_headers/FirebaseStorage-Swift.h +++ b/ios_pod/swift_headers/FirebaseStorage-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) @@ -1059,8 +1059,8 @@ SWIFT_AVAILABILITY(watchos, introduced = 7) #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) diff --git a/ios_pod/swift_headers/Promises-Swift.h b/ios_pod/swift_headers/Promises-Swift.h index 46f2ab2074..323a06a5c6 100644 --- a/ios_pod/swift_headers/Promises-Swift.h +++ b/ios_pod/swift_headers/Promises-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) @@ -339,8 +339,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) diff --git a/ios_pod/swift_headers/SwiftProtobuf-Swift.h b/ios_pod/swift_headers/SwiftProtobuf-Swift.h index 365894cee7..b5c1b46f5e 100644 --- a/ios_pod/swift_headers/SwiftProtobuf-Swift.h +++ b/ios_pod/swift_headers/SwiftProtobuf-Swift.h @@ -1,7 +1,7 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) @@ -340,8 +340,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2025 Google LLC -// Copied from Firebase iOS SDK 12.6.0. +// Copyright 2026 Google LLC +// Copied from Firebase iOS SDK 12.8.0. // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 // clang-1600.0.30.1) diff --git a/messaging/integration_test/Podfile b/messaging/integration_test/Podfile index 41a16be37d..82a00bd834 100644 --- a/messaging/integration_test/Podfile +++ b/messaging/integration_test/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '15.0' - pod 'Firebase/Messaging', '12.6.0' - pod 'Firebase/Functions', '12.6.0' + pod 'Firebase/Messaging', '12.8.0' + pod 'Firebase/Functions', '12.8.0' end target 'integration_test_tvos' do platform :tvos, '15.0' - pod 'Firebase/Messaging', '12.6.0' - pod 'Firebase/Functions', '12.6.0' + pod 'Firebase/Messaging', '12.8.0' + pod 'Firebase/Functions', '12.8.0' end post_install do |installer| diff --git a/messaging/messaging_java/build.gradle b/messaging/messaging_java/build.gradle index 7b9a73d30a..cd95daab12 100644 --- a/messaging/messaging_java/build.gradle +++ b/messaging/messaging_java/build.gradle @@ -61,7 +61,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:34.6.0') + implementation platform('com.google.firebase:firebase-bom:34.8.0') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-messaging' implementation 'com.google.flatbuffers:flatbuffers-java:1.12.0' diff --git a/release_build_files/Android/firebase_dependencies.gradle b/release_build_files/Android/firebase_dependencies.gradle index 445415ea74..52d89f8d8c 100644 --- a/release_build_files/Android/firebase_dependencies.gradle +++ b/release_build_files/Android/firebase_dependencies.gradle @@ -20,7 +20,7 @@ def firebaseDependenciesMap = [ 'app_check' : ['com.google.firebase:firebase-appcheck', 'com.google.firebase:firebase-appcheck-debug', 'com.google.firebase:firebase-appcheck-playintegrity'], - 'play_services' : ['com.google.android.gms:play-services-base:18.9.0'], + 'play_services' : ['com.google.android.gms:play-services-base:18.10.0'], 'analytics' : ['com.google.firebase:firebase-analytics'], 'auth' : ['com.google.firebase:firebase-auth'], 'database' : ['com.google.firebase:firebase-database'], @@ -123,7 +123,7 @@ project.afterEvaluate { // Add the bill-of-materials project.dependencies { - implementation platform('com.google.firebase:firebase-bom:34.6.0') + implementation platform('com.google.firebase:firebase-bom:34.8.0') } for (String lib : firebaseCpp.dependencies.libSet) { // Messaging includes an aar, which to be depended on properly requires diff --git a/release_build_files/readme.md b/release_build_files/readme.md index 416e2d7e6b..bd5041a555 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -84,7 +84,7 @@ distributed as part of the core Firebase Feature | Required Libraries and Gradle Packages -------------------------- | -------------------------------------- -All Firebase SDKs | platform(com.google.firebase:firebase-bom:34.6.0) +All Firebase SDKs | platform(com.google.firebase:firebase-bom:34.8.0) | | (Android Bill of Materials) Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a @@ -164,7 +164,7 @@ User Messaging Platform | libfirebase_ump.a | | (Maven package) | | com.google.android.ump:user-messaging-platform:4.0.0 | | (Maven package) -Google Play services module| com.google.android.gms:play-services-base:18.9.0 +Google Play services module| com.google.android.gms:play-services-base:18.10.0 | | (Maven package) The Firebase C++ SDK uses an Android BoM (Bill of Materials) to specify a single @@ -219,45 +219,45 @@ Feature | Required Frameworks and Cocoapods -------------------------- | --------------------------------------- Firebase Analytics | firebase_analytics.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (12.6.0) +| | Firebase/Analytics Cocoapod (12.8.0) Firebase App Check | firebase_app_check.xcframework | | firebase.xcframework -| | Firebase/AppCheck Cocoapod (12.6.0) +| | Firebase/AppCheck Cocoapod (12.8.0) Firebase Authentication | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Auth Cocoapod (12.6.0) +| | Firebase/Auth Cocoapod (12.8.0) Cloud Firestore | firebase_firestore.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Firestore Cocoapod (12.6.0) -| | Firebase/Auth Cocoapod (12.6.0) +| | Firebase/Firestore Cocoapod (12.8.0) +| | Firebase/Auth Cocoapod (12.8.0) Firebase Functions | firebase_functions.xcframework | | firebase_auth.xcframework (optional) | | firebase.xcframework -| | Firebase/Functions Cocoapod (12.6.0) -| | Firebase/Auth Cocoapod (12.6.0) +| | Firebase/Functions Cocoapod (12.8.0) +| | Firebase/Auth Cocoapod (12.8.0) Firebase Installations | firebase_installations.xcframework | | firebase.xcframework -| | FirebaseInstallations Cocoapod (12.6.0) +| | FirebaseInstallations Cocoapod (12.8.0) Firebase Cloud Messaging | firebase_messaging.xcframework | | firebase.xcframework -| | Firebase/Messaging Cocoapod (12.6.0) +| | Firebase/Messaging Cocoapod (12.8.0) Firebase Realtime Database | firebase_database.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Database Cocoapod (12.6.0) -| | Firebase/Auth Cocoapod (12.6.0) +| | Firebase/Database Cocoapod (12.8.0) +| | Firebase/Auth Cocoapod (12.8.0) Firebase Remote Config | firebase_remote_config.xcframework | | firebase.xcframework -| | Firebase/RemoteConfig Cocoapod (12.6.0) +| | Firebase/RemoteConfig Cocoapod (12.8.0) Firebase Storage | firebase_storage.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Storage Cocoapod (12.6.0) -| | Firebase/Auth Cocoapod (12.6.0) +| | Firebase/Storage Cocoapod (12.8.0) +| | Firebase/Auth Cocoapod (12.8.0) User Messaging Platform | firebase_ump.xcframework | | firebase.xcframework -| | Firebase/CoreOnly Cocoapod (12.6.0) +| | Firebase/CoreOnly Cocoapod (12.8.0) | | GoogleUserMessagingPlatform Cocoapod (2.3.0) Important: Each version of the Firebase C++ SDK supports a specific version of @@ -278,45 +278,45 @@ Feature | Required Libraries and Cocoapods -------------------------- | ----------------------------------------- Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (12.6.0) +| | Firebase/Analytics Cocoapod (12.8.0) Firebase App Check | firebase_app_check.xcframework | | firebase.xcframework -| | Firebase/AppCheck Cocoapod (12.6.0) +| | Firebase/AppCheck Cocoapod (12.8.0) Firebase Authentication | libfirebase_auth.a | | libfirebase_app.a -| | Firebase/Auth Cocoapod (12.6.0) +| | Firebase/Auth Cocoapod (12.8.0) Cloud Firestore | libfirebase_firestore.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Firestore Cocoapod (12.6.0) -| | Firebase/Auth Cocoapod (12.6.0) +| | Firebase/Firestore Cocoapod (12.8.0) +| | Firebase/Auth Cocoapod (12.8.0) Firebase Functions | libfirebase_functions.a | | libfirebase_app.a | | libfirebase_auth.a (optional) -| | Firebase/Functions Cocoapod (12.6.0) -| | Firebase/Auth Cocoapod (12.6.0) +| | Firebase/Functions Cocoapod (12.8.0) +| | Firebase/Auth Cocoapod (12.8.0) Firebase Installations | libfirebase_installations.a | | libfirebase_app.a -| | FirebaseInstallations Cocoapod (12.6.0) +| | FirebaseInstallations Cocoapod (12.8.0) Firebase Cloud Messaging | libfirebase_messaging.a | | libfirebase_app.a -| | Firebase/CloudMessaging Cocoapod (12.6.0) +| | Firebase/CloudMessaging Cocoapod (12.8.0) Firebase Realtime Database | libfirebase_database.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Database Cocoapod (12.6.0) -| | Firebase/Auth Cocoapod (12.6.0) +| | Firebase/Database Cocoapod (12.8.0) +| | Firebase/Auth Cocoapod (12.8.0) Firebase Remote Config | libfirebase_remote_config.a | | libfirebase_app.a -| | Firebase/RemoteConfig Cocoapod (12.6.0) +| | Firebase/RemoteConfig Cocoapod (12.8.0) Firebase Storage | libfirebase_storage.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Storage Cocoapod (12.6.0) -| | Firebase/Auth Cocoapod (12.6.0) +| | Firebase/Storage Cocoapod (12.8.0) +| | Firebase/Auth Cocoapod (12.8.0) User Messaging Platform | libfirebase_ump.a | | libfirebase_app.a -| | Firebase/CoreOnly Cocoapod (12.6.0) +| | Firebase/CoreOnly Cocoapod (12.8.0) | | GoogleUserMessagingPlatform Cocoapod (2.3.0) Important: Each version of the Firebase C++ SDK supports a specific version of diff --git a/remote_config/integration_test/Podfile b/remote_config/integration_test/Podfile index 8c7df67bd7..3397ab1ea7 100644 --- a/remote_config/integration_test/Podfile +++ b/remote_config/integration_test/Podfile @@ -4,12 +4,12 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '15.0' - pod 'Firebase/RemoteConfig', '12.6.0' + pod 'Firebase/RemoteConfig', '12.8.0' end target 'integration_test_tvos' do platform :tvos, '15.0' - pod 'Firebase/RemoteConfig', '12.6.0' + pod 'Firebase/RemoteConfig', '12.8.0' end post_install do |installer| diff --git a/remote_config/remote_config_resources/build.gradle b/remote_config/remote_config_resources/build.gradle index 9146a9c368..99428a4c5e 100644 --- a/remote_config/remote_config_resources/build.gradle +++ b/remote_config/remote_config_resources/build.gradle @@ -55,7 +55,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:34.6.0') + implementation platform('com.google.firebase:firebase-bom:34.8.0') implementation 'com.google.firebase:firebase-config' } diff --git a/storage/integration_test/Podfile b/storage/integration_test/Podfile index 9c567c417a..622539df93 100644 --- a/storage/integration_test/Podfile +++ b/storage/integration_test/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '15.0' - pod 'Firebase/Storage', '12.6.0' - pod 'Firebase/Auth', '12.6.0' + pod 'Firebase/Storage', '12.8.0' + pod 'Firebase/Auth', '12.8.0' end target 'integration_test_tvos' do platform :tvos, '15.0' - pod 'Firebase/Storage', '12.6.0' - pod 'Firebase/Auth', '12.6.0' + pod 'Firebase/Storage', '12.8.0' + pod 'Firebase/Auth', '12.8.0' end post_install do |installer| diff --git a/storage/storage_resources/build.gradle b/storage/storage_resources/build.gradle index fd2ff0fc0a..3104f53b8a 100644 --- a/storage/storage_resources/build.gradle +++ b/storage/storage_resources/build.gradle @@ -54,7 +54,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:34.6.0') + implementation platform('com.google.firebase:firebase-bom:34.8.0') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-storage' } diff --git a/ump/integration_test/Podfile b/ump/integration_test/Podfile index 98b6cde9e3..9e3aa832ae 100644 --- a/ump/integration_test/Podfile +++ b/ump/integration_test/Podfile @@ -5,7 +5,7 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '15.0' - pod 'Firebase/CoreOnly', '12.6.0' + pod 'Firebase/CoreOnly', '12.8.0' pod 'GoogleUserMessagingPlatform', '2.3.0' end diff --git a/ump/ump_resources/build.gradle b/ump/ump_resources/build.gradle index 2402b659ec..740a58d138 100644 --- a/ump/ump_resources/build.gradle +++ b/ump/ump_resources/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:34.6.0') + implementation platform('com.google.firebase:firebase-bom:34.8.0') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.android.ump:user-messaging-platform:4.0.0' } From 13356179c9e7d99048a202a120861c00a50c976e Mon Sep 17 00:00:00 2001 From: a-maurice Date: Fri, 16 Jan 2026 14:46:45 -0800 Subject: [PATCH 2/3] Update readme.md --- release_build_files/readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release_build_files/readme.md b/release_build_files/readme.md index bd5041a555..40b2970e84 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -613,6 +613,12 @@ workflow use only during the development of your app, not for publicly shipping code. ## Release Notes +### 13.4.0 +- Changes + - General (Android): Update to Firebase Android BoM version 34.8.0. + - General (iOS): Update to Firebase Cocoapods version 12.8.0. + - General (Desktop): Fix crashes on older CPUs and MSVC versions. + ### 13.3.0 - Changes - General (Android): Update to Firebase Android BoM version 34.6.0. From 2e9597558c95218131a7e77e22788676d8962c6d Mon Sep 17 00:00:00 2001 From: a-maurice Date: Fri, 16 Jan 2026 14:47:44 -0800 Subject: [PATCH 3/3] Update cpp_sdk_version.json --- cpp_sdk_version.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpp_sdk_version.json b/cpp_sdk_version.json index 8faf6365b9..e5f7489db1 100644 --- a/cpp_sdk_version.json +++ b/cpp_sdk_version.json @@ -1,5 +1,5 @@ { - "released": "13.3.0", - "stable": "13.3.0", - "head": "13.3.0" + "released": "13.4.0", + "stable": "13.4.0", + "head": "13.4.0" }