diff --git a/Android/firebase_dependencies.gradle b/Android/firebase_dependencies.gradle index 2877b8a642..14055ff0c0 100644 --- a/Android/firebase_dependencies.gradle +++ b/Android/firebase_dependencies.gradle @@ -158,7 +158,7 @@ project.afterEvaluate { // Add the bill-of-materials project.dependencies { - implementation platform('com.google.firebase:firebase-bom:32.1.0') + implementation platform('com.google.firebase:firebase-bom:32.1.1') } 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 d5bb6bed78..d75f62414d 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, '11.0' - pod 'Firebase/Analytics', '10.10.0' + pod 'Firebase/Analytics', '10.11.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Analytics', '10.10.0' + pod 'Firebase/Analytics', '10.11.0' end post_install do |installer| diff --git a/analytics/ios_headers/FIREventNames.h b/analytics/ios_headers/FIREventNames.h index 2b24e290cc..a54bd15bf1 100644 --- a/analytics/ios_headers/FIREventNames.h +++ b/analytics/ios_headers/FIREventNames.h @@ -1,6 +1,6 @@ // Copyright 2023 Google LLC -// Copied from Firebase Analytics iOS SDK 10.10.0. +// Copied from Firebase Analytics iOS SDK 10.11.0. /// @file FIREventNames.h /// diff --git a/analytics/ios_headers/FIRParameterNames.h b/analytics/ios_headers/FIRParameterNames.h index db32d9a6d4..0dff1b648f 100644 --- a/analytics/ios_headers/FIRParameterNames.h +++ b/analytics/ios_headers/FIRParameterNames.h @@ -1,6 +1,6 @@ // Copyright 2023 Google LLC -// Copied from Firebase Analytics iOS SDK 10.10.0. +// Copied from Firebase Analytics iOS SDK 10.11.0. /// @file FIRParameterNames.h /// diff --git a/analytics/ios_headers/FIRUserPropertyNames.h b/analytics/ios_headers/FIRUserPropertyNames.h index 97bf82c6fd..10d8721c98 100644 --- a/analytics/ios_headers/FIRUserPropertyNames.h +++ b/analytics/ios_headers/FIRUserPropertyNames.h @@ -1,6 +1,6 @@ // Copyright 2023 Google LLC -// Copied from Firebase Analytics iOS SDK 10.10.0. +// Copied from Firebase Analytics iOS SDK 10.11.0. /// @file FIRUserPropertyNames.h /// diff --git a/app/app_resources/build.gradle b/app/app_resources/build.gradle index bf2ac3de9c..4c0ce01c1a 100644 --- a/app/app_resources/build.gradle +++ b/app/app_resources/build.gradle @@ -50,7 +50,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:32.1.0') + implementation platform('com.google.firebase:firebase-bom:32.1.1') implementation 'com.google.firebase:firebase-analytics' } diff --git a/app/google_api_resources/build.gradle b/app/google_api_resources/build.gradle index 56b81cbf9b..6eb70371e4 100644 --- a/app/google_api_resources/build.gradle +++ b/app/google_api_resources/build.gradle @@ -53,7 +53,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:32.1.0') + implementation platform('com.google.firebase:firebase-bom:32.1.1') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.android.gms:play-services-base:18.2.0' implementation project(':app:app_resources') diff --git a/app/integration_test/Podfile b/app/integration_test/Podfile index 48adb81262..55bcf49958 100644 --- a/app/integration_test/Podfile +++ b/app/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '11.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '10.10.0' + pod 'Firebase/Analytics', '10.11.0' end post_install do |installer| diff --git a/app/invites_resources/build.gradle b/app/invites_resources/build.gradle index a8a9216b9b..6622aa5804 100644 --- a/app/invites_resources/build.gradle +++ b/app/invites_resources/build.gradle @@ -49,7 +49,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:32.1.0') + implementation platform('com.google.firebase:firebase-bom:32.1.1') 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 6700079ea7..aaae4692a0 100644 --- a/app_check/app_check_resources/build.gradle +++ b/app_check/app_check_resources/build.gradle @@ -49,7 +49,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:32.1.0') + implementation platform('com.google.firebase:firebase-bom:32.1.1') implementation 'com.google.firebase:firebase-appcheck' } diff --git a/app_check/integration_test/Podfile b/app_check/integration_test/Podfile index 7c904a2032..48d06a7db4 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, '11.0' - pod 'Firebase/AppCheck', '10.10.0' - pod 'Firebase/Database', '10.10.0' - pod 'Firebase/Auth', '10.10.0' - pod 'Firebase/Storage', '10.10.0' - pod 'Firebase/Functions', '10.10.0' + pod 'Firebase/AppCheck', '10.11.0' + pod 'Firebase/Database', '10.11.0' + pod 'Firebase/Auth', '10.11.0' + pod 'Firebase/Storage', '10.11.0' + pod 'Firebase/Functions', '10.11.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/AppCheck', '10.10.0' - pod 'Firebase/Database', '10.10.0' - pod 'Firebase/Auth', '10.10.0' - pod 'Firebase/Storage', '10.10.0' - pod 'Firebase/Functions', '10.10.0' + pod 'Firebase/AppCheck', '10.11.0' + pod 'Firebase/Database', '10.11.0' + pod 'Firebase/Auth', '10.11.0' + pod 'Firebase/Storage', '10.11.0' + pod 'Firebase/Functions', '10.11.0' end post_install do |installer| diff --git a/auth/auth_resources/build.gradle b/auth/auth_resources/build.gradle index c84aa1657f..c2c0518cd0 100644 --- a/auth/auth_resources/build.gradle +++ b/auth/auth_resources/build.gradle @@ -49,7 +49,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:32.1.0') + implementation platform('com.google.firebase:firebase-bom:32.1.1') 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 737fb5028c..2fc79cb83e 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, '11.0' - pod 'Firebase/Auth', '10.10.0' + pod 'Firebase/Auth', '10.11.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Auth', '10.10.0' + pod 'Firebase/Auth', '10.11.0' end post_install do |installer| diff --git a/cmake/external/firestore.cmake b/cmake/external/firestore.cmake index f3e7a98bd4..9552597758 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-10.10.0) +set(version CocoaPods-10.11.0) function(GetReleasedDep) message("Getting released firebase-ios-sdk @ ${version}") diff --git a/cpp_sdk_version.json b/cpp_sdk_version.json index fc2585e1e8..e80a3df6a4 100644 --- a/cpp_sdk_version.json +++ b/cpp_sdk_version.json @@ -1,5 +1,5 @@ { - "released": "11.1.0", - "stable": "11.1.0", - "head": "11.1.0" + "released": "11.2.0", + "stable": "11.2.0", + "head": "11.2.0" } diff --git a/database/database_resources/build.gradle b/database/database_resources/build.gradle index 76d4044755..1df09a4412 100644 --- a/database/database_resources/build.gradle +++ b/database/database_resources/build.gradle @@ -45,7 +45,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:32.1.0') + implementation platform('com.google.firebase:firebase-bom:32.1.1') 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 26a6c4b770..437d594796 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, '11.0' - pod 'Firebase/Database', '10.10.0' - pod 'Firebase/Auth', '10.10.0' + pod 'Firebase/Database', '10.11.0' + pod 'Firebase/Auth', '10.11.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Database', '10.10.0' - pod 'Firebase/Auth', '10.10.0' + pod 'Firebase/Database', '10.11.0' + pod 'Firebase/Auth', '10.11.0' end post_install do |installer| diff --git a/dynamic_links/integration_test/Podfile b/dynamic_links/integration_test/Podfile index ed84cc6dbd..ae756cb2c8 100644 --- a/dynamic_links/integration_test/Podfile +++ b/dynamic_links/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '11.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/DynamicLinks', '10.10.0' + pod 'Firebase/DynamicLinks', '10.11.0' end post_install do |installer| diff --git a/firestore/firestore_resources/build.gradle b/firestore/firestore_resources/build.gradle index ce8df09fb9..7842d1a55c 100644 --- a/firestore/firestore_resources/build.gradle +++ b/firestore/firestore_resources/build.gradle @@ -53,7 +53,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:32.1.0') + implementation platform('com.google.firebase:firebase-bom:32.1.1') 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 511aa09652..92349f81b7 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, '11.0' - pod 'Firebase/Firestore', '10.10.0' - pod 'Firebase/Auth', '10.10.0' + pod 'Firebase/Firestore', '10.11.0' + pod 'Firebase/Auth', '10.11.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Firestore', '10.10.0' - pod 'Firebase/Auth', '10.10.0' + pod 'Firebase/Firestore', '10.11.0' + pod 'Firebase/Auth', '10.11.0' end post_install do |installer| diff --git a/firestore/integration_test_internal/Podfile b/firestore/integration_test_internal/Podfile index e753a21697..ed43bfd953 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, '11.0' - pod 'Firebase/Firestore', '10.10.0' - pod 'Firebase/Auth', '10.10.0' + pod 'Firebase/Firestore', '10.11.0' + pod 'Firebase/Auth', '10.11.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Firestore', '10.10.0' - pod 'Firebase/Auth', '10.10.0' + pod 'Firebase/Firestore', '10.11.0' + pod 'Firebase/Auth', '10.11.0' end post_install do |installer| diff --git a/functions/integration_test/Podfile b/functions/integration_test/Podfile index 1f3cc075e8..34ed84c733 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, '11.0' - pod 'Firebase/Functions', '10.10.0' - pod 'Firebase/Auth', '10.10.0' + pod 'Firebase/Functions', '10.11.0' + pod 'Firebase/Auth', '10.11.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Functions', '10.10.0' - pod 'Firebase/Auth', '10.10.0' + pod 'Firebase/Functions', '10.11.0' + pod 'Firebase/Auth', '10.11.0' end post_install do |installer| diff --git a/gma/gma_resources/build.gradle b/gma/gma_resources/build.gradle index 8ca2b6289d..a1733cff27 100644 --- a/gma/gma_resources/build.gradle +++ b/gma/gma_resources/build.gradle @@ -45,7 +45,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:32.1.0') + implementation platform('com.google.firebase:firebase-bom:32.1.1') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.android.gms:play-services-ads:22.1.0' } diff --git a/gma/integration_test/Podfile b/gma/integration_test/Podfile index 14b0cd1dfd..f9fd1e44fe 100644 --- a/gma/integration_test/Podfile +++ b/gma/integration_test/Podfile @@ -4,8 +4,8 @@ platform :ios, '11.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '10.10.0' - pod 'Google-Mobile-Ads-SDK', '10.5.0' + pod 'Firebase/Analytics', '10.11.0' + pod 'Google-Mobile-Ads-SDK', '10.6.0' end post_install do |installer| diff --git a/installations/integration_test/Podfile b/installations/integration_test/Podfile index 89985f4580..89bce5a163 100644 --- a/installations/integration_test/Podfile +++ b/installations/integration_test/Podfile @@ -4,8 +4,8 @@ platform :ios, '11.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '10.10.0' - pod 'Firebase/Installations', '10.10.0' + pod 'Firebase/Analytics', '10.11.0' + pod 'Firebase/Installations', '10.11.0' end post_install do |installer| diff --git a/ios_pod/Podfile b/ios_pod/Podfile index 98b52bf1ad..665d39e17c 100644 --- a/ios_pod/Podfile +++ b/ios_pod/Podfile @@ -3,20 +3,20 @@ platform :ios, '11.0' use_frameworks! target 'GetPods' do - pod 'Firebase/Core', '10.10.0' + pod 'Firebase/Core', '10.11.0' - pod 'Google-Mobile-Ads-SDK', '10.5.0' - pod 'Firebase/Analytics', '10.10.0' - pod 'Firebase/AppCheck', '10.10.0' - pod 'Firebase/Auth', '10.10.0' - pod 'Firebase/Crashlytics', '10.10.0' - pod 'Firebase/Database', '10.10.0' - pod 'Firebase/DynamicLinks', '10.10.0' - pod 'Firebase/Firestore', '10.10.0' - pod 'Firebase/Functions', '10.10.0' - pod 'Firebase/Installations', '10.10.0' - pod 'Firebase/Messaging', '10.10.0' - pod 'Firebase/RemoteConfig', '10.10.0' - pod 'Firebase/Storage', '10.10.0' + pod 'Google-Mobile-Ads-SDK', '10.6.0' + pod 'Firebase/Analytics', '10.11.0' + pod 'Firebase/AppCheck', '10.11.0' + pod 'Firebase/Auth', '10.11.0' + pod 'Firebase/Crashlytics', '10.11.0' + pod 'Firebase/Database', '10.11.0' + pod 'Firebase/DynamicLinks', '10.11.0' + pod 'Firebase/Firestore', '10.11.0' + pod 'Firebase/Functions', '10.11.0' + pod 'Firebase/Installations', '10.11.0' + pod 'Firebase/Messaging', '10.11.0' + pod 'Firebase/RemoteConfig', '10.11.0' + pod 'Firebase/Storage', '10.11.0' end diff --git a/ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h b/ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h index 3c59bcdd30..ebaaabaeff 100644 --- a/ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.10.0. +// Copied from Firebase iOS SDK 10.11.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h b/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h index aff47ddb74..2059c65312 100644 --- a/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h +++ b/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.10.0. +// Copied from Firebase iOS SDK 10.11.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) #ifndef FIREBASECOREINTERNAL_SWIFT_H diff --git a/ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h b/ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h index 2342b4e60c..b5cda7046a 100644 --- a/ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.10.0. +// Copied from Firebase iOS SDK 10.11.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h b/ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h index ff2b516121..29ccc499b0 100644 --- a/ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.10.0. +// Copied from Firebase iOS SDK 10.11.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseFunctions-Swift.h b/ios_pod/swift_headers/FirebaseFunctions-Swift.h index 08312fe505..ec3f10d77e 100644 --- a/ios_pod/swift_headers/FirebaseFunctions-Swift.h +++ b/ios_pod/swift_headers/FirebaseFunctions-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.10.0. +// Copied from Firebase iOS SDK 10.11.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) #ifndef FIREBASEFUNCTIONS_SWIFT_H @@ -454,7 +454,7 @@ SWIFT_CLASS_NAMED("HTTPSCallableOptions") @interface FIRHTTPSCallableOptions : NSObject /// Whether or not to protect the callable function with a limited-use App Check token. @property(nonatomic, readonly) BOOL requireLimitedUseAppCheckTokens; -/// Designated intializer. +/// Designated initializer. /// \param requireLimitedUseAppCheckTokens A boolean used to decide whether or not to /// protect the callable function with a limited use App Check token. /// diff --git a/ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h b/ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h index ae1db35a44..fec51880a9 100644 --- a/ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.10.0. +// Copied from Firebase iOS SDK 10.11.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h b/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h index 2af76a2a7a..88ed10a6c0 100644 --- a/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h +++ b/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.10.0. +// Copied from Firebase iOS SDK 10.11.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseRemoteConfigSwift-Swift.h b/ios_pod/swift_headers/FirebaseRemoteConfigSwift-Swift.h index 181940bbb5..791e10e268 100644 --- a/ios_pod/swift_headers/FirebaseRemoteConfigSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseRemoteConfigSwift-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.10.0. +// Copied from Firebase iOS SDK 10.11.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h b/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h index 6f74cb1f0d..74ea17a109 100644 --- a/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.10.0. +// Copied from Firebase iOS SDK 10.11.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseStorage-Swift.h b/ios_pod/swift_headers/FirebaseStorage-Swift.h index ad61608a93..f0623ae6f7 100644 --- a/ios_pod/swift_headers/FirebaseStorage-Swift.h +++ b/ios_pod/swift_headers/FirebaseStorage-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.10.0. +// Copied from Firebase iOS SDK 10.11.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) #ifndef FIREBASESTORAGE_SWIFT_H diff --git a/ios_pod/swift_headers/SwiftProtobuf-Swift.h b/ios_pod/swift_headers/SwiftProtobuf-Swift.h index 785c51485f..d7e9dab676 100644 --- a/ios_pod/swift_headers/SwiftProtobuf-Swift.h +++ b/ios_pod/swift_headers/SwiftProtobuf-Swift.h @@ -1,5 +1,5 @@ // Copyright 2023 Google LLC -// Copied from Firebase iOS SDK 10.10.0. +// Copied from Firebase iOS SDK 10.11.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/messaging/integration_test/Podfile b/messaging/integration_test/Podfile index 9464eb1c30..aff78fcbd9 100644 --- a/messaging/integration_test/Podfile +++ b/messaging/integration_test/Podfile @@ -4,12 +4,12 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '11.0' - pod 'Firebase/Messaging', '10.10.0' + pod 'Firebase/Messaging', '10.11.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Messaging', '10.10.0' + pod 'Firebase/Messaging', '10.11.0' end post_install do |installer| diff --git a/messaging/messaging_java/build.gradle b/messaging/messaging_java/build.gradle index 5958f082f9..8580031724 100644 --- a/messaging/messaging_java/build.gradle +++ b/messaging/messaging_java/build.gradle @@ -55,7 +55,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:32.1.0') + implementation platform('com.google.firebase:firebase-bom:32.1.1') 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 f4eb938cee..9055011d26 100644 --- a/release_build_files/Android/firebase_dependencies.gradle +++ b/release_build_files/Android/firebase_dependencies.gradle @@ -131,7 +131,7 @@ project.afterEvaluate { // Add the bill-of-materials project.dependencies { - implementation platform('com.google.firebase:firebase-bom:32.1.0') + implementation platform('com.google.firebase:firebase-bom:32.1.1') } 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 b1904f48c4..b2329d32ed 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:32.1.0) +All Firebase SDKs | platform(com.google.firebase:firebase-bom:32.1.1) | | (Android Bill of Materials) Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a @@ -228,49 +228,49 @@ Feature | Required Frameworks and Cocoapods -------------------------- | --------------------------------------- Firebase Analytics | firebase_analytics.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (10.10.0) +| | Firebase/Analytics Cocoapod (10.11.0) Firebase App Check | firebase_app_check.xcframework | | firebase.xcframework -| | Firebase/AppCheck Cocoapod (10.10.0) +| | Firebase/AppCheck Cocoapod (10.11.0) Firebase Authentication | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Auth Cocoapod (10.10.0) +| | Firebase/Auth Cocoapod (10.11.0) Firebase Dynamic Links | firebase_dynamic_links.xcframework | | firebase.xcframework -| | Firebase/DynamicLinks Cocoapod (10.10.0) +| | Firebase/DynamicLinks Cocoapod (10.11.0) Cloud Firestore | firebase_firestore.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Firestore Cocoapod (10.10.0) -| | Firebase/Auth Cocoapod (10.10.0) +| | Firebase/Firestore Cocoapod (10.11.0) +| | Firebase/Auth Cocoapod (10.11.0) Firebase Functions | firebase_functions.xcframework | | firebase_auth.xcframework (optional) | | firebase.xcframework -| | Firebase/Functions Cocoapod (10.10.0) -| | Firebase/Auth Cocoapod (10.10.0) +| | Firebase/Functions Cocoapod (10.11.0) +| | Firebase/Auth Cocoapod (10.11.0) Google Mobile Ads | firebase_gma.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (10.10.0) -| | Google-Mobile-Ads-SDK Cocoapod (10.5.0) +| | Firebase/Analytics Cocoapod (10.11.0) +| | Google-Mobile-Ads-SDK Cocoapod (10.6.0) Firebase Installations | firebase_installations.xcframework | | firebase.xcframework -| | FirebaseInstallations Cocoapod (10.10.0) +| | FirebaseInstallations Cocoapod (10.11.0) Firebase Cloud Messaging | firebase_messaging.xcframework | | firebase.xcframework -| | Firebase/Messaging Cocoapod (10.10.0) +| | Firebase/Messaging Cocoapod (10.11.0) Firebase Realtime Database | firebase_database.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Database Cocoapod (10.10.0) -| | Firebase/Auth Cocoapod (10.10.0) +| | Firebase/Database Cocoapod (10.11.0) +| | Firebase/Auth Cocoapod (10.11.0) Firebase Remote Config | firebase_remote_config.xcframework | | firebase.xcframework -| | Firebase/RemoteConfig Cocoapod (10.10.0) +| | Firebase/RemoteConfig Cocoapod (10.11.0) Firebase Storage | firebase_storage.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Storage Cocoapod (10.10.0) -| | Firebase/Auth Cocoapod (10.10.0) +| | Firebase/Storage Cocoapod (10.11.0) +| | Firebase/Auth Cocoapod (10.11.0) 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 @@ -290,49 +290,49 @@ Feature | Required Libraries and Cocoapods -------------------------- | ----------------------------------------- Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (10.10.0) +| | Firebase/Analytics Cocoapod (10.11.0) Firebase App Check | firebase_app_check.xcframework | | firebase.xcframework -| | Firebase/AppCheck Cocoapod (10.10.0) +| | Firebase/AppCheck Cocoapod (10.11.0) Firebase Authentication | libfirebase_auth.a | | libfirebase_app.a -| | Firebase/Auth Cocoapod (10.10.0) +| | Firebase/Auth Cocoapod (10.11.0) Firebase Dynamic Links | libfirebase_dynamic_links.a | | libfirebase_app.a -| | Firebase/DynamicLinks Cocoapod (10.10.0) +| | Firebase/DynamicLinks Cocoapod (10.11.0) Cloud Firestore | libfirebase_firestore.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Firestore Cocoapod (10.10.0) -| | Firebase/Auth Cocoapod (10.10.0) +| | Firebase/Firestore Cocoapod (10.11.0) +| | Firebase/Auth Cocoapod (10.11.0) Firebase Functions | libfirebase_functions.a | | libfirebase_app.a | | libfirebase_auth.a (optional) -| | Firebase/Functions Cocoapod (10.10.0) -| | Firebase/Auth Cocoapod (10.10.0) +| | Firebase/Functions Cocoapod (10.11.0) +| | Firebase/Auth Cocoapod (10.11.0) Google Mobile Ads | libfirebase_gma.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (10.10.0) -| | Google-Mobile-Ads-SDK Cocoapod (10.5.0) +| | Firebase/Analytics Cocoapod (10.11.0) +| | Google-Mobile-Ads-SDK Cocoapod (10.6.0) Firebase Installations | libfirebase_installations.a | | libfirebase_app.a -| | FirebaseInstallations Cocoapod (10.10.0) +| | FirebaseInstallations Cocoapod (10.11.0) Firebase Cloud Messaging | libfirebase_messaging.a | | libfirebase_app.a -| | Firebase/CloudMessaging Cocoapod (10.10.0) +| | Firebase/CloudMessaging Cocoapod (10.11.0) Firebase Realtime Database | libfirebase_database.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Database Cocoapod (10.10.0) -| | Firebase/Auth Cocoapod (10.10.0) +| | Firebase/Database Cocoapod (10.11.0) +| | Firebase/Auth Cocoapod (10.11.0) Firebase Remote Config | libfirebase_remote_config.a | | libfirebase_app.a -| | Firebase/RemoteConfig Cocoapod (10.10.0) +| | Firebase/RemoteConfig Cocoapod (10.11.0) Firebase Storage | libfirebase_storage.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Storage Cocoapod (10.10.0) -| | Firebase/Auth Cocoapod (10.10.0) +| | Firebase/Storage Cocoapod (10.11.0) +| | Firebase/Auth Cocoapod (10.11.0) 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 @@ -627,8 +627,11 @@ workflow use only during the development of your app, not for publicly shipping code. ## Release Notes -### Upcoming Release +### 11.2.0 - Changes + - General (Android): Update to Firebase Android BoM version 32.1.1. + - General (iOS): Update to Firebase Cocoapods version 10.11.0. + - GMA (iOS): Updated dependency to Google-Mobile-Ads-SDK version 10.6.0. - App Check (Desktop): Fixed expired tokens being cached on 32-bit systems. - Remote Config (Android): Fixed the ConfigUpdate classes being missing from the proguard files. diff --git a/remote_config/integration_test/Podfile b/remote_config/integration_test/Podfile index 1c78aee976..4c26298ff5 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, '11.0' - pod 'Firebase/RemoteConfig', '10.10.0' + pod 'Firebase/RemoteConfig', '10.11.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/RemoteConfig', '10.10.0' + pod 'Firebase/RemoteConfig', '10.11.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 1accb7dc2a..7789daef3a 100644 --- a/remote_config/remote_config_resources/build.gradle +++ b/remote_config/remote_config_resources/build.gradle @@ -49,7 +49,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:32.1.0') + implementation platform('com.google.firebase:firebase-bom:32.1.1') implementation 'com.google.firebase:firebase-config' } diff --git a/storage/integration_test/Podfile b/storage/integration_test/Podfile index d33d9dae79..d0efa30a4a 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, '11.0' - pod 'Firebase/Storage', '10.10.0' - pod 'Firebase/Auth', '10.10.0' + pod 'Firebase/Storage', '10.11.0' + pod 'Firebase/Auth', '10.11.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Storage', '10.10.0' - pod 'Firebase/Auth', '10.10.0' + pod 'Firebase/Storage', '10.11.0' + pod 'Firebase/Auth', '10.11.0' end post_install do |installer| diff --git a/storage/storage_resources/build.gradle b/storage/storage_resources/build.gradle index ecd9929129..6eaad2c104 100644 --- a/storage/storage_resources/build.gradle +++ b/storage/storage_resources/build.gradle @@ -49,7 +49,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:32.1.0') + implementation platform('com.google.firebase:firebase-bom:32.1.1') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-storage' }