diff --git a/.github/workflows/desktop.yml b/.github/workflows/desktop.yml index a1bd06c5ae..855fbd8123 100644 --- a/.github/workflows/desktop.yml +++ b/.github/workflows/desktop.yml @@ -223,7 +223,7 @@ jobs: LANG: en_US run: | cd build - ctest --repeat until-pass:3 --output-on-failure + ctest --repeat until-pass:3 --output-on-failure -E firestore_util_test - name: Run unit tests (linux) # Linux exists as its own standalone execution step in order to invoke diff --git a/Android/firebase_dependencies.gradle b/Android/firebase_dependencies.gradle index f7407d2c28..8b40e15222 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.9.0') + implementation platform('com.google.firebase:firebase-bom:33.10.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 6769303096..cc2b2e7d7c 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.8.1' + pod 'Firebase/Analytics', '11.9.0' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Analytics', '11.8.1' + pod 'Firebase/Analytics', '11.9.0' end post_install do |installer| diff --git a/analytics/ios_headers/FIREventNames.h b/analytics/ios_headers/FIREventNames.h index f86fb9572e..e71f355398 100644 --- a/analytics/ios_headers/FIREventNames.h +++ b/analytics/ios_headers/FIREventNames.h @@ -1,6 +1,6 @@ // Copyright 2025 Google LLC -// Copied from Firebase Analytics iOS SDK 11.8.1. +// Copied from Firebase Analytics iOS SDK 11.9.0. /// @file FIREventNames.h /// diff --git a/analytics/ios_headers/FIRParameterNames.h b/analytics/ios_headers/FIRParameterNames.h index c9e0be4ea8..f2ac291c98 100644 --- a/analytics/ios_headers/FIRParameterNames.h +++ b/analytics/ios_headers/FIRParameterNames.h @@ -1,6 +1,6 @@ // Copyright 2025 Google LLC -// Copied from Firebase Analytics iOS SDK 11.8.1. +// Copied from Firebase Analytics iOS SDK 11.9.0. /// @file FIRParameterNames.h /// diff --git a/analytics/ios_headers/FIRUserPropertyNames.h b/analytics/ios_headers/FIRUserPropertyNames.h index 2c7669be89..4654c81319 100644 --- a/analytics/ios_headers/FIRUserPropertyNames.h +++ b/analytics/ios_headers/FIRUserPropertyNames.h @@ -1,6 +1,6 @@ // Copyright 2025 Google LLC -// Copied from Firebase Analytics iOS SDK 11.8.1. +// Copied from Firebase Analytics iOS SDK 11.9.0. /// @file FIRUserPropertyNames.h /// diff --git a/app/app_resources/build.gradle b/app/app_resources/build.gradle index d16f007922..01160cd070 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.9.0') + implementation platform('com.google.firebase:firebase-bom:33.10.0') implementation 'com.google.firebase:firebase-analytics' } diff --git a/app/google_api_resources/build.gradle b/app/google_api_resources/build.gradle index 2ea867a863..fe9c63de51 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.9.0') + implementation platform('com.google.firebase:firebase-bom:33.10.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 0c4bffa1b6..0be67b17c1 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.8.1' + pod 'Firebase/Analytics', '11.9.0' end post_install do |installer| diff --git a/app/invites_resources/build.gradle b/app/invites_resources/build.gradle index ffb9851568..8ada57b575 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.9.0') + implementation platform('com.google.firebase:firebase-bom:33.10.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 18138c31b3..af90970739 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.9.0') + implementation platform('com.google.firebase:firebase-bom:33.10.0') implementation 'com.google.firebase:firebase-appcheck' } diff --git a/app_check/integration_test/Podfile b/app_check/integration_test/Podfile index 23412e7d3c..34203a254f 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.8.1' - pod 'Firebase/Database', '11.8.1' - pod 'Firebase/Auth', '11.8.1' - pod 'Firebase/Storage', '11.8.1' - pod 'Firebase/Functions', '11.8.1' + pod 'Firebase/AppCheck', '11.9.0' + pod 'Firebase/Database', '11.9.0' + pod 'Firebase/Auth', '11.9.0' + pod 'Firebase/Storage', '11.9.0' + pod 'Firebase/Functions', '11.9.0' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/AppCheck', '11.8.1' - pod 'Firebase/Database', '11.8.1' - pod 'Firebase/Auth', '11.8.1' - pod 'Firebase/Storage', '11.8.1' - pod 'Firebase/Functions', '11.8.1' + pod 'Firebase/AppCheck', '11.9.0' + pod 'Firebase/Database', '11.9.0' + pod 'Firebase/Auth', '11.9.0' + pod 'Firebase/Storage', '11.9.0' + pod 'Firebase/Functions', '11.9.0' end post_install do |installer| diff --git a/auth/auth_resources/build.gradle b/auth/auth_resources/build.gradle index cf5a94fea9..01c9e6a4d8 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.9.0') + implementation platform('com.google.firebase:firebase-bom:33.10.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 09a292da95..163e81494a 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.8.1' + pod 'Firebase/Auth', '11.9.0' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Auth', '11.8.1' + pod 'Firebase/Auth', '11.9.0' end post_install do |installer| diff --git a/cmake/external/firestore.cmake b/cmake/external/firestore.cmake index 5909b5bebc..3c1be2aaff 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 b462f239b425e6ca49a95fcf75e292c0a62aa421) +set(version CocoaPods-11.9.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 3ce032d542..33fcceb2a9 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.9.0') + implementation platform('com.google.firebase:firebase-bom:33.10.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 23a9f36456..faedbfae9d 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.8.1' - pod 'Firebase/Auth', '11.8.1' + pod 'Firebase/Database', '11.9.0' + pod 'Firebase/Auth', '11.9.0' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Database', '11.8.1' - pod 'Firebase/Auth', '11.8.1' + pod 'Firebase/Database', '11.9.0' + pod 'Firebase/Auth', '11.9.0' end post_install do |installer| diff --git a/dynamic_links/integration_test/Podfile b/dynamic_links/integration_test/Podfile index e172eb8c6f..a975d99bc6 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.8.1' + pod 'Firebase/DynamicLinks', '11.9.0' end post_install do |installer| diff --git a/firestore/firestore_resources/build.gradle b/firestore/firestore_resources/build.gradle index e585a8dbcb..99231ab77f 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.9.0') + implementation platform('com.google.firebase:firebase-bom:33.10.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 7941615463..795c8c372a 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.8.1' - pod 'Firebase/Auth', '11.8.1' + pod 'Firebase/Firestore', '11.9.0' + pod 'Firebase/Auth', '11.9.0' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Firestore', '11.8.1' - pod 'Firebase/Auth', '11.8.1' + pod 'Firebase/Firestore', '11.9.0' + pod 'Firebase/Auth', '11.9.0' end post_install do |installer| diff --git a/firestore/integration_test_internal/Podfile b/firestore/integration_test_internal/Podfile index 71ddff4f2c..80b2421a0a 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.8.1' - pod 'Firebase/Auth', '11.8.1' + pod 'Firebase/Firestore', '11.9.0' + pod 'Firebase/Auth', '11.9.0' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Firestore', '11.8.1' - pod 'Firebase/Auth', '11.8.1' + pod 'Firebase/Firestore', '11.9.0' + pod 'Firebase/Auth', '11.9.0' end post_install do |installer| diff --git a/functions/integration_test/Podfile b/functions/integration_test/Podfile index 5be65acd3b..e98f445e1d 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.8.1' - pod 'Firebase/Auth', '11.8.1' + pod 'Firebase/Functions', '11.9.0' + pod 'Firebase/Auth', '11.9.0' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Functions', '11.8.1' - pod 'Firebase/Auth', '11.8.1' + pod 'Firebase/Functions', '11.9.0' + pod 'Firebase/Auth', '11.9.0' end post_install do |installer| diff --git a/gma/gma_resources/build.gradle b/gma/gma_resources/build.gradle index 5276604f90..7c86b9c9ac 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.9.0') + implementation platform('com.google.firebase:firebase-bom:33.10.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 1f7000bdeb..97339fc9fd 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.8.1' + pod 'Firebase/CoreOnly', '11.9.0' 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 9a29bb1e22..762f5a7d16 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.8.1' - pod 'Firebase/Installations', '11.8.1' + pod 'Firebase/Analytics', '11.9.0' + pod 'Firebase/Installations', '11.9.0' end post_install do |installer| diff --git a/ios_pod/Podfile b/ios_pod/Podfile index d51dbd28e6..430f008d30 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.8.1' + pod 'Firebase/Core', '11.9.0' pod 'Google-Mobile-Ads-SDK', '11.2.0' pod 'GoogleUserMessagingPlatform', '2.3.0' - pod 'Firebase/Analytics', '11.8.1' - pod 'Firebase/AppCheck', '11.8.1' - pod 'Firebase/Auth', '11.8.1' - pod 'Firebase/Crashlytics', '11.8.1' - pod 'Firebase/Database', '11.8.1' - pod 'Firebase/DynamicLinks', '11.8.1' - pod 'Firebase/Firestore', '11.8.1' - pod 'Firebase/Functions', '11.8.1' - pod 'Firebase/Installations', '11.8.1' - pod 'Firebase/Messaging', '11.8.1' - pod 'Firebase/RemoteConfig', '11.8.1' - pod 'Firebase/Storage', '11.8.1' + pod 'Firebase/Analytics', '11.9.0' + pod 'Firebase/AppCheck', '11.9.0' + pod 'Firebase/Auth', '11.9.0' + pod 'Firebase/Crashlytics', '11.9.0' + pod 'Firebase/Database', '11.9.0' + pod 'Firebase/DynamicLinks', '11.9.0' + pod 'Firebase/Firestore', '11.9.0' + pod 'Firebase/Functions', '11.9.0' + pod 'Firebase/Installations', '11.9.0' + pod 'Firebase/Messaging', '11.9.0' + pod 'Firebase/RemoteConfig', '11.9.0' + pod 'Firebase/Storage', '11.9.0' end diff --git a/ios_pod/swift_headers/FirebaseAnalytics-Swift.h b/ios_pod/swift_headers/FirebaseAnalytics-Swift.h index 1d56fc3a10..3ca28f03ec 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 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -337,8 +337,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseAuth-Swift.h b/ios_pod/swift_headers/FirebaseAuth-Swift.h index 1056048cf0..fdb39e5ebf 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 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -391,7 +391,12 @@ SWIFT_CLASS_NAMED("ActionCodeSettings") /// is not available. @property(nonatomic) BOOL androidInstallIfNotAvailable; /// The Firebase Dynamic Link domain used for out of band code flow. -@property(nonatomic, copy) NSString *_Nullable dynamicLinkDomain; +@property(nonatomic, copy) + NSString *_Nullable dynamicLinkDomain SWIFT_DEPRECATED_MSG( + "Firebase Dynamic Links is deprecated. Migrate to use Firebase Hosting " + "link and use `linkDomain` to set a custom domain instead."); +/// The out of band custom domain for handling code in app. +@property(nonatomic, copy) NSString *_Nullable linkDomain; /// Sets the iOS bundle ID. - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; /// Sets the Android package name, the flag to indicate whether or not to @@ -1478,6 +1483,9 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRAuthErrorCode, "AuthErrorCode", open){ /// configured or is /// unauthorized for the current project. FIRAuthErrorCodeInvalidDynamicLinkDomain = 17074, + /// Indicates that the provided Firebase Hosting Link domain is not owned by + /// the current project. + FIRAuthErrorCodeInvalidHostingLinkDomain = 17214, /// Indicates that the credential is rejected because it’s malformed or /// mismatching. FIRAuthErrorCodeRejectedCredential = 17075, @@ -1510,7 +1518,7 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRAuthErrorCode, "AuthErrorCode", open){ FIRAuthErrorCodeMissingClientIdentifier = 17093, /// Indicates that the nonce is missing or invalid. FIRAuthErrorCodeMissingOrInvalidNonce = 17094, - /// Raised when n Cloud Function returns a blocking error. Will include a + /// Raised when a Cloud Function returns a blocking error. Will include a /// message returned from /// the function. FIRAuthErrorCodeBlockingCloudFunctionError = 17105, @@ -3070,8 +3078,8 @@ SWIFT_AVAILABILITY(watchos, introduced = 7) #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -3461,7 +3469,12 @@ SWIFT_CLASS_NAMED("ActionCodeSettings") /// is not available. @property(nonatomic) BOOL androidInstallIfNotAvailable; /// The Firebase Dynamic Link domain used for out of band code flow. -@property(nonatomic, copy) NSString *_Nullable dynamicLinkDomain; +@property(nonatomic, copy) + NSString *_Nullable dynamicLinkDomain SWIFT_DEPRECATED_MSG( + "Firebase Dynamic Links is deprecated. Migrate to use Firebase Hosting " + "link and use `linkDomain` to set a custom domain instead."); +/// The out of band custom domain for handling code in app. +@property(nonatomic, copy) NSString *_Nullable linkDomain; /// Sets the iOS bundle ID. - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; /// Sets the Android package name, the flag to indicate whether or not to @@ -4548,6 +4561,9 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRAuthErrorCode, "AuthErrorCode", open){ /// configured or is /// unauthorized for the current project. FIRAuthErrorCodeInvalidDynamicLinkDomain = 17074, + /// Indicates that the provided Firebase Hosting Link domain is not owned by + /// the current project. + FIRAuthErrorCodeInvalidHostingLinkDomain = 17214, /// Indicates that the credential is rejected because it’s malformed or /// mismatching. FIRAuthErrorCodeRejectedCredential = 17075, @@ -4580,7 +4596,7 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRAuthErrorCode, "AuthErrorCode", open){ FIRAuthErrorCodeMissingClientIdentifier = 17093, /// Indicates that the nonce is missing or invalid. FIRAuthErrorCodeMissingOrInvalidNonce = 17094, - /// Raised when n Cloud Function returns a blocking error. Will include a + /// Raised when a Cloud Function returns a blocking error. Will include a /// message returned from /// the function. FIRAuthErrorCodeBlockingCloudFunctionError = 17105, diff --git a/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h b/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h index 74c3846184..77566b01c5 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 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -401,8 +401,8 @@ SWIFT_CLASS_NAMED("_ObjC_HeartbeatsPayload") #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseDatabase-Swift.h b/ios_pod/swift_headers/FirebaseDatabase-Swift.h index 0e7da41c12..dc075bed71 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 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -337,8 +337,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseFirestore-Swift.h b/ios_pod/swift_headers/FirebaseFirestore-Swift.h index 3c3f6d07f1..cf9ca04a25 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 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -345,8 +345,8 @@ SWIFT_CLASS_PROPERTY(@property(nonatomic, class, readonly, #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseFunctions-Swift.h b/ios_pod/swift_headers/FirebaseFunctions-Swift.h index 18213c930d..b0eef29d22 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 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -621,8 +621,8 @@ SWIFT_CLASS_NAMED("HTTPSCallableResult") #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseInAppMessaging-Swift.h b/ios_pod/swift_headers/FirebaseInAppMessaging-Swift.h index 1297fb6135..7453c3b4e2 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 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -336,8 +336,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h b/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h index cbdf583382..17c298d77d 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 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -337,8 +337,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseRemoteConfig-Swift.h b/ios_pod/swift_headers/FirebaseRemoteConfig-Swift.h index 88701f47cf..122db3ec66 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 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -337,8 +337,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseSessions-Swift.h b/ios_pod/swift_headers/FirebaseSessions-Swift.h index 489a2cb6d8..70fb23e756 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 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -382,8 +382,8 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRSessionsSubscriberName, #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h b/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h index 305e5cd5f0..04c215305a 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 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -336,8 +336,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/FirebaseStorage-Swift.h b/ios_pod/swift_headers/FirebaseStorage-Swift.h index 06f5e0fd59..49b8b24d83 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 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -1058,8 +1058,8 @@ SWIFT_AVAILABILITY(watchos, introduced = 7) #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/Promises-Swift.h b/ios_pod/swift_headers/Promises-Swift.h index 5d3f38f3b2..bf2e73e94b 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 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -335,8 +335,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/ios_pod/swift_headers/SwiftProtobuf-Swift.h b/ios_pod/swift_headers/SwiftProtobuf-Swift.h index d4c4dcbf42..986b7d0337 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 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) @@ -336,8 +336,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #elif defined(__x86_64__) && __x86_64__ -// Copyright 2024 Google LLC -// Copied from Firebase iOS SDK 11.6.0. +// Copyright 2025 Google LLC +// Copied from Firebase iOS SDK 11.9.0. // Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 // clang-1500.1.0.2.5) diff --git a/messaging/integration_test/Podfile b/messaging/integration_test/Podfile index 5a853d2308..49380cb642 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.8.1' - pod 'Firebase/Functions', '11.8.1' + pod 'Firebase/Messaging', '11.9.0' + pod 'Firebase/Functions', '11.9.0' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Messaging', '11.8.1' - pod 'Firebase/Functions', '11.8.1' + pod 'Firebase/Messaging', '11.9.0' + pod 'Firebase/Functions', '11.9.0' end post_install do |installer| diff --git a/messaging/messaging_java/build.gradle b/messaging/messaging_java/build.gradle index 7723f5d618..41a51f94c9 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.9.0') + implementation platform('com.google.firebase:firebase-bom:33.10.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 314a198453..c77307d580 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.9.0') + implementation platform('com.google.firebase:firebase-bom:33.10.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 73114acf4f..c659c7f452 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.9.0) +All Firebase SDKs | platform(com.google.firebase:firebase-bom:33.10.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.8.1) +| | Firebase/Analytics Cocoapod (11.9.0) Firebase App Check | firebase_app_check.xcframework | | firebase.xcframework -| | Firebase/AppCheck Cocoapod (11.8.1) +| | Firebase/AppCheck Cocoapod (11.9.0) Firebase Authentication | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Auth Cocoapod (11.8.1) +| | Firebase/Auth Cocoapod (11.9.0) Firebase Dynamic Links | firebase_dynamic_links.xcframework | | firebase.xcframework -| | Firebase/DynamicLinks Cocoapod (11.8.1) +| | Firebase/DynamicLinks Cocoapod (11.9.0) Cloud Firestore | firebase_firestore.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Firestore Cocoapod (11.8.1) -| | Firebase/Auth Cocoapod (11.8.1) +| | Firebase/Firestore Cocoapod (11.9.0) +| | Firebase/Auth Cocoapod (11.9.0) Firebase Functions | firebase_functions.xcframework | | firebase_auth.xcframework (optional) | | firebase.xcframework -| | Firebase/Functions Cocoapod (11.8.1) -| | Firebase/Auth Cocoapod (11.8.1) +| | Firebase/Functions Cocoapod (11.9.0) +| | Firebase/Auth Cocoapod (11.9.0) Google Mobile Ads | firebase_gma.xcframework | | firebase.xcframework -| | Firebase/CoreOnly Cocoapod (11.8.1) +| | Firebase/CoreOnly Cocoapod (11.9.0) | | Google-Mobile-Ads-SDK Cocoapod (11.2.0) | | GoogleUserMessagingPlatform Cocoapod (2.3.0) Firebase Installations | firebase_installations.xcframework | | firebase.xcframework -| | FirebaseInstallations Cocoapod (11.8.0) +| | FirebaseInstallations Cocoapod (11.9.0) Firebase Cloud Messaging | firebase_messaging.xcframework | | firebase.xcframework -| | Firebase/Messaging Cocoapod (11.8.1) +| | Firebase/Messaging Cocoapod (11.9.0) Firebase Realtime Database | firebase_database.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Database Cocoapod (11.8.1) -| | Firebase/Auth Cocoapod (11.8.1) +| | Firebase/Database Cocoapod (11.9.0) +| | Firebase/Auth Cocoapod (11.9.0) Firebase Remote Config | firebase_remote_config.xcframework | | firebase.xcframework -| | Firebase/RemoteConfig Cocoapod (11.8.1) +| | Firebase/RemoteConfig Cocoapod (11.9.0) Firebase Storage | firebase_storage.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Storage Cocoapod (11.8.1) -| | Firebase/Auth Cocoapod (11.8.1) +| | Firebase/Storage Cocoapod (11.9.0) +| | Firebase/Auth Cocoapod (11.9.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 @@ -293,50 +293,50 @@ Feature | Required Libraries and Cocoapods -------------------------- | ----------------------------------------- Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (11.8.1) +| | Firebase/Analytics Cocoapod (11.9.0) Firebase App Check | firebase_app_check.xcframework | | firebase.xcframework -| | Firebase/AppCheck Cocoapod (11.8.1) +| | Firebase/AppCheck Cocoapod (11.9.0) Firebase Authentication | libfirebase_auth.a | | libfirebase_app.a -| | Firebase/Auth Cocoapod (11.8.1) +| | Firebase/Auth Cocoapod (11.9.0) Firebase Dynamic Links | libfirebase_dynamic_links.a | | libfirebase_app.a -| | Firebase/DynamicLinks Cocoapod (11.8.1) +| | Firebase/DynamicLinks Cocoapod (11.9.0) Cloud Firestore | libfirebase_firestore.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Firestore Cocoapod (11.8.1) -| | Firebase/Auth Cocoapod (11.8.1) +| | Firebase/Firestore Cocoapod (11.9.0) +| | Firebase/Auth Cocoapod (11.9.0) Firebase Functions | libfirebase_functions.a | | libfirebase_app.a | | libfirebase_auth.a (optional) -| | Firebase/Functions Cocoapod (11.8.1) -| | Firebase/Auth Cocoapod (11.8.1) +| | Firebase/Functions Cocoapod (11.9.0) +| | Firebase/Auth Cocoapod (11.9.0) Google Mobile Ads | libfirebase_gma.a | | libfirebase_app.a -| | Firebase/CoreOnly Cocoapod (11.8.1) +| | Firebase/CoreOnly Cocoapod (11.9.0) | | Google-Mobile-Ads-SDK Cocoapod (11.2.0) | | GoogleUserMessagingPlatform Cocoapod (2.3.0) Firebase Installations | libfirebase_installations.a | | libfirebase_app.a -| | FirebaseInstallations Cocoapod (11.8.0) +| | FirebaseInstallations Cocoapod (11.9.0) Firebase Cloud Messaging | libfirebase_messaging.a | | libfirebase_app.a -| | Firebase/CloudMessaging Cocoapod (11.8.1) +| | Firebase/CloudMessaging Cocoapod (11.9.0) Firebase Realtime Database | libfirebase_database.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Database Cocoapod (11.8.1) -| | Firebase/Auth Cocoapod (11.8.1) +| | Firebase/Database Cocoapod (11.9.0) +| | Firebase/Auth Cocoapod (11.9.0) Firebase Remote Config | libfirebase_remote_config.a | | libfirebase_app.a -| | Firebase/RemoteConfig Cocoapod (11.8.1) +| | Firebase/RemoteConfig Cocoapod (11.9.0) Firebase Storage | libfirebase_storage.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Storage Cocoapod (11.8.1) -| | Firebase/Auth Cocoapod (11.8.1) +| | Firebase/Storage Cocoapod (11.9.0) +| | Firebase/Auth Cocoapod (11.9.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 diff --git a/remote_config/integration_test/Podfile b/remote_config/integration_test/Podfile index 69d217b4ef..4ff992099c 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.8.1' + pod 'Firebase/RemoteConfig', '11.9.0' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/RemoteConfig', '11.8.1' + pod 'Firebase/RemoteConfig', '11.9.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 97f9102d94..fb5f372c75 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.9.0') + implementation platform('com.google.firebase:firebase-bom:33.10.0') implementation 'com.google.firebase:firebase-config' } diff --git a/storage/integration_test/Podfile b/storage/integration_test/Podfile index 51a668622e..3b504c7450 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.8.1' - pod 'Firebase/Auth', '11.8.1' + pod 'Firebase/Storage', '11.9.0' + pod 'Firebase/Auth', '11.9.0' end target 'integration_test_tvos' do platform :tvos, '13.0' - pod 'Firebase/Storage', '11.8.1' - pod 'Firebase/Auth', '11.8.1' + pod 'Firebase/Storage', '11.9.0' + pod 'Firebase/Auth', '11.9.0' end post_install do |installer| diff --git a/storage/storage_resources/build.gradle b/storage/storage_resources/build.gradle index f0c33cb7df..beadedfb52 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.9.0') + implementation platform('com.google.firebase:firebase-bom:33.10.0') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-storage' }