diff --git a/Android/firebase_dependencies.gradle b/Android/firebase_dependencies.gradle index f9d265fa19..9d763b4815 100644 --- a/Android/firebase_dependencies.gradle +++ b/Android/firebase_dependencies.gradle @@ -159,7 +159,7 @@ project.afterEvaluate { // Add the bill-of-materials project.dependencies { - implementation platform('com.google.firebase:firebase-bom:33.3.0') + implementation platform('com.google.firebase:firebase-bom:33.5.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 5a5c8a4ba8..67bccd201d 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, '13.0' - pod 'Firebase/Analytics', '11.2.0' + pod 'Firebase/Analytics', '11.4.1' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Analytics', '11.2.0' + pod 'Firebase/Analytics', '11.4.1' end post_install do |installer| diff --git a/analytics/ios_headers/FIREventNames.h b/analytics/ios_headers/FIREventNames.h index 297f1a3e28..7ff8056a01 100644 --- a/analytics/ios_headers/FIREventNames.h +++ b/analytics/ios_headers/FIREventNames.h @@ -1,6 +1,6 @@ // Copyright 2024 Google LLC -// Copied from Firebase Analytics iOS SDK 11.2.0. +// Copied from Firebase Analytics iOS SDK 11.4.1. /// @file FIREventNames.h /// diff --git a/analytics/ios_headers/FIRParameterNames.h b/analytics/ios_headers/FIRParameterNames.h index 7937f42f03..d5b88a0218 100644 --- a/analytics/ios_headers/FIRParameterNames.h +++ b/analytics/ios_headers/FIRParameterNames.h @@ -1,6 +1,6 @@ // Copyright 2024 Google LLC -// Copied from Firebase Analytics iOS SDK 11.2.0. +// Copied from Firebase Analytics iOS SDK 11.4.1. /// @file FIRParameterNames.h /// diff --git a/analytics/ios_headers/FIRUserPropertyNames.h b/analytics/ios_headers/FIRUserPropertyNames.h index 19bb949bd3..b91d412e94 100644 --- a/analytics/ios_headers/FIRUserPropertyNames.h +++ b/analytics/ios_headers/FIRUserPropertyNames.h @@ -1,6 +1,6 @@ // Copyright 2024 Google LLC -// Copied from Firebase Analytics iOS SDK 11.2.0. +// Copied from Firebase Analytics iOS SDK 11.4.1. /// @file FIRUserPropertyNames.h /// diff --git a/app/app_resources/build.gradle b/app/app_resources/build.gradle index ab5ea24209..e33c360329 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:33.3.0') + implementation platform('com.google.firebase:firebase-bom:33.5.0') implementation 'com.google.firebase:firebase-analytics' } diff --git a/app/google_api_resources/build.gradle b/app/google_api_resources/build.gradle index 301fed6dc2..2785d623ae 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:33.3.0') + implementation platform('com.google.firebase:firebase-bom:33.5.0') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.android.gms:play-services-base:18.5.0' implementation project(':app:app_resources') diff --git a/app/integration_test/Podfile b/app/integration_test/Podfile index b48cb96c55..170dc0cae1 100644 --- a/app/integration_test/Podfile +++ b/app/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '13.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '11.2.0' + pod 'Firebase/Analytics', '11.4.1' end post_install do |installer| diff --git a/app/invites_resources/build.gradle b/app/invites_resources/build.gradle index 52384d3543..daefe14007 100644 --- a/app/invites_resources/build.gradle +++ b/app/invites_resources/build.gradle @@ -55,7 +55,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:33.3.0') + implementation platform('com.google.firebase:firebase-bom:33.5.0') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-dynamic-links' implementation project(':app:app_resources') diff --git a/app_check/app_check_resources/build.gradle b/app_check/app_check_resources/build.gradle index 2568ddd578..5c12dcf467 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:33.3.0') + implementation platform('com.google.firebase:firebase-bom:33.5.0') implementation 'com.google.firebase:firebase-appcheck' } diff --git a/app_check/integration_test/Podfile b/app_check/integration_test/Podfile index 4a43caed5b..9af7c9a661 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, '13.0' - pod 'Firebase/AppCheck', '11.2.0' - pod 'Firebase/Database', '11.2.0' - pod 'Firebase/Auth', '11.2.0' - pod 'Firebase/Storage', '11.2.0' - pod 'Firebase/Functions', '11.2.0' + pod 'Firebase/AppCheck', '11.4.1' + pod 'Firebase/Database', '11.4.1' + pod 'Firebase/Auth', '11.4.1' + pod 'Firebase/Storage', '11.4.1' + pod 'Firebase/Functions', '11.4.1' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/AppCheck', '11.2.0' - pod 'Firebase/Database', '11.2.0' - pod 'Firebase/Auth', '11.2.0' - pod 'Firebase/Storage', '11.2.0' - pod 'Firebase/Functions', '11.2.0' + pod 'Firebase/AppCheck', '11.4.1' + pod 'Firebase/Database', '11.4.1' + pod 'Firebase/Auth', '11.4.1' + pod 'Firebase/Storage', '11.4.1' + pod 'Firebase/Functions', '11.4.1' end post_install do |installer| diff --git a/auth/auth_resources/build.gradle b/auth/auth_resources/build.gradle index 1277d80cc3..7ad8b9ba44 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:33.3.0') + implementation platform('com.google.firebase:firebase-bom:33.5.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 4f70dbdbba..4b0a454c88 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, '13.0' - pod 'Firebase/Auth', '11.2.0' + pod 'Firebase/Auth', '11.4.1' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Auth', '11.2.0' + pod 'Firebase/Auth', '11.4.1' end post_install do |installer| diff --git a/cmake/external/firestore.cmake b/cmake/external/firestore.cmake index e194934375..ee04db5fe5 100644 --- a/cmake/external/firestore.cmake +++ b/cmake/external/firestore.cmake @@ -20,7 +20,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.2.0) +set(version CocoaPods-11.4.1) function(GetReleasedDep) message("Getting released firebase-ios-sdk @ ${version}") diff --git a/cpp_sdk_version.json b/cpp_sdk_version.json index 66cf14ce50..874c94002e 100644 --- a/cpp_sdk_version.json +++ b/cpp_sdk_version.json @@ -1,5 +1,5 @@ { - "released": "12.3.0", - "stable": "12.3.0", - "head": "12.3.0" + "released": "12.4.0", + "stable": "12.4.0", + "head": "12.4.0" } diff --git a/database/database_resources/build.gradle b/database/database_resources/build.gradle index 7cb0980a89..ac2bca5341 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:33.3.0') + implementation platform('com.google.firebase:firebase-bom:33.5.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 f4d0495f8c..9299fb3b99 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, '13.0' - pod 'Firebase/Database', '11.2.0' - pod 'Firebase/Auth', '11.2.0' + pod 'Firebase/Database', '11.4.1' + pod 'Firebase/Auth', '11.4.1' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Database', '11.2.0' - pod 'Firebase/Auth', '11.2.0' + pod 'Firebase/Database', '11.4.1' + pod 'Firebase/Auth', '11.4.1' end post_install do |installer| diff --git a/dynamic_links/integration_test/Podfile b/dynamic_links/integration_test/Podfile index 456b8bb2c9..f39764719a 100644 --- a/dynamic_links/integration_test/Podfile +++ b/dynamic_links/integration_test/Podfile @@ -5,7 +5,7 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - pod 'Firebase/DynamicLinks', '11.2.0' + pod 'Firebase/DynamicLinks', '11.4.1' end post_install do |installer| diff --git a/firestore/firestore_resources/build.gradle b/firestore/firestore_resources/build.gradle index eab7035ee5..90ee78a5e6 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:33.3.0') + implementation platform('com.google.firebase:firebase-bom:33.5.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 fc3e6e59d3..b4dc47e341 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, '13.0' - pod 'Firebase/Firestore', '11.2.0' - pod 'Firebase/Auth', '11.2.0' + pod 'Firebase/Firestore', '11.4.1' + pod 'Firebase/Auth', '11.4.1' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Firestore', '11.2.0' - pod 'Firebase/Auth', '11.2.0' + pod 'Firebase/Firestore', '11.4.1' + pod 'Firebase/Auth', '11.4.1' end post_install do |installer| diff --git a/firestore/integration_test_internal/Podfile b/firestore/integration_test_internal/Podfile index efc0c9b533..3601d0a88b 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, '13.0' - pod 'Firebase/Firestore', '11.2.0' - pod 'Firebase/Auth', '11.2.0' + pod 'Firebase/Firestore', '11.4.1' + pod 'Firebase/Auth', '11.4.1' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Firestore', '11.2.0' - pod 'Firebase/Auth', '11.2.0' + pod 'Firebase/Firestore', '11.4.1' + pod 'Firebase/Auth', '11.4.1' end post_install do |installer| diff --git a/functions/integration_test/Podfile b/functions/integration_test/Podfile index ae8136e761..183551dd51 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, '13.0' - pod 'Firebase/Functions', '11.2.0' - pod 'Firebase/Auth', '11.2.0' + pod 'Firebase/Functions', '11.4.1' + pod 'Firebase/Auth', '11.4.1' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Functions', '11.2.0' - pod 'Firebase/Auth', '11.2.0' + pod 'Firebase/Functions', '11.4.1' + pod 'Firebase/Auth', '11.4.1' end post_install do |installer| diff --git a/gma/gma_resources/build.gradle b/gma/gma_resources/build.gradle index f50bfb3e35..544d43e52a 100644 --- a/gma/gma_resources/build.gradle +++ b/gma/gma_resources/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:33.3.0') + implementation platform('com.google.firebase:firebase-bom:33.5.0') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.android.gms:play-services-ads:23.0.0' implementation 'com.google.android.ump:user-messaging-platform:2.2.0' diff --git a/gma/integration_test/Podfile b/gma/integration_test/Podfile index 89e9dad08d..c64797ab9e 100644 --- a/gma/integration_test/Podfile +++ b/gma/integration_test/Podfile @@ -5,7 +5,7 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' - pod 'Firebase/CoreOnly', '11.2.0' + pod 'Firebase/CoreOnly', '11.4.1' pod 'Google-Mobile-Ads-SDK', '11.2.0' pod 'GoogleUserMessagingPlatform', '2.3.0' end diff --git a/installations/integration_test/Podfile b/installations/integration_test/Podfile index 8443c4d822..53b1c29435 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, '13.0' - pod 'Firebase/Analytics', '11.2.0' - pod 'Firebase/Installations', '11.2.0' + pod 'Firebase/Analytics', '11.4.1' + pod 'Firebase/Installations', '11.4.1' end post_install do |installer| diff --git a/ios_pod/Podfile b/ios_pod/Podfile index 4d9f95b5b8..682691c288 100644 --- a/ios_pod/Podfile +++ b/ios_pod/Podfile @@ -3,22 +3,22 @@ platform :ios, '13.0' use_frameworks! target 'GetPods' do - pod 'Firebase/Core', '11.2.0' + pod 'Firebase/Core', '11.4.1' pod 'Google-Mobile-Ads-SDK', '11.2.0' pod 'GoogleUserMessagingPlatform', '2.3.0' - pod 'Firebase/Analytics', '11.2.0' - pod 'Firebase/AppCheck', '11.2.0' - pod 'Firebase/Auth', '11.2.0' - pod 'Firebase/Crashlytics', '11.2.0' - pod 'Firebase/Database', '11.2.0' - pod 'Firebase/DynamicLinks', '11.2.0' - pod 'Firebase/Firestore', '11.2.0' - pod 'Firebase/Functions', '11.2.0' - pod 'Firebase/Installations', '11.2.0' - pod 'Firebase/Messaging', '11.2.0' - pod 'Firebase/RemoteConfig', '11.2.0' - pod 'Firebase/Storage', '11.2.0' + pod 'Firebase/Analytics', '11.4.1' + pod 'Firebase/AppCheck', '11.4.1' + pod 'Firebase/Auth', '11.4.1' + pod 'Firebase/Crashlytics', '11.4.1' + pod 'Firebase/Database', '11.4.1' + pod 'Firebase/DynamicLinks', '11.4.1' + pod 'Firebase/Firestore', '11.4.1' + pod 'Firebase/Functions', '11.4.1' + pod 'Firebase/Installations', '11.4.1' + pod 'Firebase/Messaging', '11.4.1' + pod 'Firebase/RemoteConfig', '11.4.1' + pod 'Firebase/Storage', '11.4.1' end diff --git a/messaging/integration_test/Podfile b/messaging/integration_test/Podfile index 1f171f15e0..ac6d69a4be 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, '13.0' - pod 'Firebase/Messaging', '11.2.0' - pod 'Firebase/Functions', '11.2.0' + pod 'Firebase/Messaging', '11.4.1' + pod 'Firebase/Functions', '11.4.1' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Messaging', '11.2.0' - pod 'Firebase/Functions', '11.2.0' + pod 'Firebase/Messaging', '11.4.1' + pod 'Firebase/Functions', '11.4.1' end post_install do |installer| diff --git a/messaging/messaging_java/build.gradle b/messaging/messaging_java/build.gradle index 0424780e35..c368e21ff7 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:33.3.0') + implementation platform('com.google.firebase:firebase-bom:33.5.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 314319ec2d..a06eb7f158 100644 --- a/release_build_files/Android/firebase_dependencies.gradle +++ b/release_build_files/Android/firebase_dependencies.gradle @@ -132,7 +132,7 @@ project.afterEvaluate { // Add the bill-of-materials project.dependencies { - implementation platform('com.google.firebase:firebase-bom:33.3.0') + implementation platform('com.google.firebase:firebase-bom:33.5.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 95f1e351e2..c56567da91 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -86,7 +86,7 @@ distributed as part of the core Firebase Feature | Required Libraries and Gradle Packages -------------------------- | -------------------------------------- -All Firebase SDKs | platform(com.google.firebase:firebase-bom:33.3.0) +All Firebase SDKs | platform(com.google.firebase:firebase-bom:33.5.0) | | (Android Bill of Materials) Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a @@ -230,50 +230,50 @@ Feature | Required Frameworks and Cocoapods -------------------------- | --------------------------------------- Firebase Analytics | firebase_analytics.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (11.2.0) +| | Firebase/Analytics Cocoapod (11.4.1) Firebase App Check | firebase_app_check.xcframework | | firebase.xcframework -| | Firebase/AppCheck Cocoapod (11.2.0) +| | Firebase/AppCheck Cocoapod (11.4.1) Firebase Authentication | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Auth Cocoapod (11.2.0) +| | Firebase/Auth Cocoapod (11.4.1) Firebase Dynamic Links | firebase_dynamic_links.xcframework | | firebase.xcframework -| | Firebase/DynamicLinks Cocoapod (11.2.0) +| | Firebase/DynamicLinks Cocoapod (11.4.1) Cloud Firestore | firebase_firestore.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Firestore Cocoapod (11.2.0) -| | Firebase/Auth Cocoapod (11.2.0) +| | Firebase/Firestore Cocoapod (11.4.1) +| | Firebase/Auth Cocoapod (11.4.1) Firebase Functions | firebase_functions.xcframework | | firebase_auth.xcframework (optional) | | firebase.xcframework -| | Firebase/Functions Cocoapod (11.2.0) -| | Firebase/Auth Cocoapod (11.2.0) +| | Firebase/Functions Cocoapod (11.4.1) +| | Firebase/Auth Cocoapod (11.4.1) Google Mobile Ads | firebase_gma.xcframework | | firebase.xcframework -| | Firebase/CoreOnly Cocoapod (11.2.0) +| | Firebase/CoreOnly Cocoapod (11.4.1) | | Google-Mobile-Ads-SDK Cocoapod (11.2.0) | | GoogleUserMessagingPlatform Cocoapod (2.3.0) Firebase Installations | firebase_installations.xcframework | | firebase.xcframework -| | FirebaseInstallations Cocoapod (11.2.0) +| | FirebaseInstallations Cocoapod (11.4.0) Firebase Cloud Messaging | firebase_messaging.xcframework | | firebase.xcframework -| | Firebase/Messaging Cocoapod (11.2.0) +| | Firebase/Messaging Cocoapod (11.4.1) Firebase Realtime Database | firebase_database.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Database Cocoapod (11.2.0) -| | Firebase/Auth Cocoapod (11.2.0) +| | Firebase/Database Cocoapod (11.4.1) +| | Firebase/Auth Cocoapod (11.4.1) Firebase Remote Config | firebase_remote_config.xcframework | | firebase.xcframework -| | Firebase/RemoteConfig Cocoapod (11.2.0) +| | Firebase/RemoteConfig Cocoapod (11.4.1) Firebase Storage | firebase_storage.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Storage Cocoapod (11.2.0) -| | Firebase/Auth Cocoapod (11.2.0) +| | Firebase/Storage Cocoapod (11.4.1) +| | Firebase/Auth Cocoapod (11.4.1) Important: Each version of the Firebase C++ SDK supports a specific version of the Firebase iOS SDK. Please ensure that you reference the Cocoapod versions @@ -293,50 +293,50 @@ Feature | Required Libraries and Cocoapods -------------------------- | ----------------------------------------- Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (11.2.0) +| | Firebase/Analytics Cocoapod (11.4.1) Firebase App Check | firebase_app_check.xcframework | | firebase.xcframework -| | Firebase/AppCheck Cocoapod (11.2.0) +| | Firebase/AppCheck Cocoapod (11.4.1) Firebase Authentication | libfirebase_auth.a | | libfirebase_app.a -| | Firebase/Auth Cocoapod (11.2.0) +| | Firebase/Auth Cocoapod (11.4.1) Firebase Dynamic Links | libfirebase_dynamic_links.a | | libfirebase_app.a -| | Firebase/DynamicLinks Cocoapod (11.2.0) +| | Firebase/DynamicLinks Cocoapod (11.4.1) Cloud Firestore | libfirebase_firestore.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Firestore Cocoapod (11.2.0) -| | Firebase/Auth Cocoapod (11.2.0) +| | Firebase/Firestore Cocoapod (11.4.1) +| | Firebase/Auth Cocoapod (11.4.1) Firebase Functions | libfirebase_functions.a | | libfirebase_app.a | | libfirebase_auth.a (optional) -| | Firebase/Functions Cocoapod (11.2.0) -| | Firebase/Auth Cocoapod (11.2.0) +| | Firebase/Functions Cocoapod (11.4.1) +| | Firebase/Auth Cocoapod (11.4.1) Google Mobile Ads | libfirebase_gma.a | | libfirebase_app.a -| | Firebase/CoreOnly Cocoapod (11.2.0) +| | Firebase/CoreOnly Cocoapod (11.4.1) | | Google-Mobile-Ads-SDK Cocoapod (11.2.0) | | GoogleUserMessagingPlatform Cocoapod (2.3.0) Firebase Installations | libfirebase_installations.a | | libfirebase_app.a -| | FirebaseInstallations Cocoapod (11.2.0) +| | FirebaseInstallations Cocoapod (11.4.0) Firebase Cloud Messaging | libfirebase_messaging.a | | libfirebase_app.a -| | Firebase/CloudMessaging Cocoapod (11.2.0) +| | Firebase/CloudMessaging Cocoapod (11.4.1) Firebase Realtime Database | libfirebase_database.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Database Cocoapod (11.2.0) -| | Firebase/Auth Cocoapod (11.2.0) +| | Firebase/Database Cocoapod (11.4.1) +| | Firebase/Auth Cocoapod (11.4.1) Firebase Remote Config | libfirebase_remote_config.a | | libfirebase_app.a -| | Firebase/RemoteConfig Cocoapod (11.2.0) +| | Firebase/RemoteConfig Cocoapod (11.4.1) Firebase Storage | libfirebase_storage.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Storage Cocoapod (11.2.0) -| | Firebase/Auth Cocoapod (11.2.0) +| | Firebase/Storage Cocoapod (11.4.1) +| | Firebase/Auth Cocoapod (11.4.1) Important: Each version of the Firebase C++ SDK supports a specific version of the Firebase iOS SDK. Please ensure that you reference the Cocoapod versions @@ -631,8 +631,10 @@ workflow use only during the development of your app, not for publicly shipping code. ## Release Notes -### Upcoming Release +### 12.4.0 - Changes + - General (iOS): Update to Firebase Cocoapods version 11.4.1. + - General (Android): Update to Firebase Android BoM version 33.5.0. - General (Android): Reduced minSdkVersion back to 23. - Analytics: Add support for Parameters of Lists of Dictionaries, needed by some events such as ViewCart. diff --git a/remote_config/integration_test/Podfile b/remote_config/integration_test/Podfile index 746d4c3eec..1e36a8732b 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, '13.0' - pod 'Firebase/RemoteConfig', '11.2.0' + pod 'Firebase/RemoteConfig', '11.4.1' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/RemoteConfig', '11.2.0' + pod 'Firebase/RemoteConfig', '11.4.1' end post_install do |installer| diff --git a/remote_config/remote_config_resources/build.gradle b/remote_config/remote_config_resources/build.gradle index 88fb5850e9..421775dadb 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:33.3.0') + implementation platform('com.google.firebase:firebase-bom:33.5.0') implementation 'com.google.firebase:firebase-config' } diff --git a/storage/integration_test/Podfile b/storage/integration_test/Podfile index 9eba702a71..5721c8f316 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, '13.0' - pod 'Firebase/Storage', '11.2.0' - pod 'Firebase/Auth', '11.2.0' + pod 'Firebase/Storage', '11.4.1' + pod 'Firebase/Auth', '11.4.1' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Storage', '11.2.0' - pod 'Firebase/Auth', '11.2.0' + pod 'Firebase/Storage', '11.4.1' + pod 'Firebase/Auth', '11.4.1' end post_install do |installer| diff --git a/storage/storage_resources/build.gradle b/storage/storage_resources/build.gradle index d631343b46..3b226f7502 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:33.3.0') + implementation platform('com.google.firebase:firebase-bom:33.5.0') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-storage' }