diff --git a/analytics/integration_test/Podfile b/analytics/integration_test/Podfile
index cc2b93c7db..71d472e312 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', '10.28.1'
+ pod 'Firebase/Analytics', '11.0.0'
end
target 'integration_test_tvos' do
platform :tvos, '12.0'
- pod 'Firebase/Analytics', '10.28.1'
+ pod 'Firebase/Analytics', '11.0.0'
end
post_install do |installer|
diff --git a/analytics/ios_headers/FIREventNames.h b/analytics/ios_headers/FIREventNames.h
index cdab3ebab4..38c09e4c4f 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 10.28.1.
+// Copied from Firebase Analytics iOS SDK 11.0.0.
/// @file FIREventNames.h
///
diff --git a/analytics/ios_headers/FIRParameterNames.h b/analytics/ios_headers/FIRParameterNames.h
index 4f60b2f9dc..8249dc97f3 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 10.28.1.
+// Copied from Firebase Analytics iOS SDK 11.0.0.
/// @file FIRParameterNames.h
///
diff --git a/analytics/ios_headers/FIRUserPropertyNames.h b/analytics/ios_headers/FIRUserPropertyNames.h
index f7af176e5b..ae5d7595ad 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 10.28.1.
+// Copied from Firebase Analytics iOS SDK 11.0.0.
/// @file FIRUserPropertyNames.h
///
diff --git a/app/integration_test/Podfile b/app/integration_test/Podfile
index 5be3f21f65..744e0590cd 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', '10.28.1'
+ pod 'Firebase/Analytics', '11.0.0'
end
post_install do |installer|
diff --git a/app_check/integration_test/Podfile b/app_check/integration_test/Podfile
index d17e04dc72..d123dfb6bb 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', '10.28.1'
- pod 'Firebase/Database', '10.28.1'
- pod 'Firebase/Auth', '10.28.1'
- pod 'Firebase/Storage', '10.28.1'
- pod 'Firebase/Functions', '10.28.1'
+ pod 'Firebase/AppCheck', '11.0.0'
+ pod 'Firebase/Database', '11.0.0'
+ pod 'Firebase/Auth', '11.0.0'
+ pod 'Firebase/Storage', '11.0.0'
+ pod 'Firebase/Functions', '11.0.0'
end
target 'integration_test_tvos' do
platform :tvos, '12.0'
- pod 'Firebase/AppCheck', '10.28.1'
- pod 'Firebase/Database', '10.28.1'
- pod 'Firebase/Auth', '10.28.1'
- pod 'Firebase/Storage', '10.28.1'
- pod 'Firebase/Functions', '10.28.1'
+ pod 'Firebase/AppCheck', '11.0.0'
+ pod 'Firebase/Database', '11.0.0'
+ pod 'Firebase/Auth', '11.0.0'
+ pod 'Firebase/Storage', '11.0.0'
+ pod 'Firebase/Functions', '11.0.0'
end
post_install do |installer|
diff --git a/auth/integration_test/Podfile b/auth/integration_test/Podfile
index bd89bb51a5..2fe33be8bd 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', '10.28.1'
+ pod 'Firebase/Auth', '11.0.0'
end
target 'integration_test_tvos' do
platform :tvos, '12.0'
- pod 'Firebase/Auth', '10.28.1'
+ pod 'Firebase/Auth', '11.0.0'
end
post_install do |installer|
diff --git a/cmake/external/firestore.cmake b/cmake/external/firestore.cmake
index 0d432f8d8e..3223822c8f 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.28.1)
+set(version CocoaPods-11.0.0)
function(GetReleasedDep)
message("Getting released firebase-ios-sdk @ ${version}")
diff --git a/database/integration_test/Podfile b/database/integration_test/Podfile
index 557e9eaa0c..2513bf63e8 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', '10.28.1'
- pod 'Firebase/Auth', '10.28.1'
+ pod 'Firebase/Database', '11.0.0'
+ pod 'Firebase/Auth', '11.0.0'
end
target 'integration_test_tvos' do
platform :tvos, '12.0'
- pod 'Firebase/Database', '10.28.1'
- pod 'Firebase/Auth', '10.28.1'
+ pod 'Firebase/Database', '11.0.0'
+ pod 'Firebase/Auth', '11.0.0'
end
post_install do |installer|
diff --git a/dynamic_links/integration_test/Podfile b/dynamic_links/integration_test/Podfile
index 237e58d4e6..b28257ec21 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', '10.28.1'
+ pod 'Firebase/DynamicLinks', '11.0.0'
end
post_install do |installer|
diff --git a/firestore/integration_test/Podfile b/firestore/integration_test/Podfile
index fa8f9fe252..c5519fea93 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', '10.28.1'
- pod 'Firebase/Auth', '10.28.1'
+ pod 'Firebase/Firestore', '11.0.0'
+ pod 'Firebase/Auth', '11.0.0'
end
target 'integration_test_tvos' do
platform :tvos, '12.0'
- pod 'Firebase/Firestore', '10.28.1'
- pod 'Firebase/Auth', '10.28.1'
+ pod 'Firebase/Firestore', '11.0.0'
+ pod 'Firebase/Auth', '11.0.0'
end
post_install do |installer|
diff --git a/firestore/integration_test_internal/Podfile b/firestore/integration_test_internal/Podfile
index f43b5d970a..f0ef450b43 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', '10.28.1'
- pod 'Firebase/Auth', '10.28.1'
+ pod 'Firebase/Firestore', '11.0.0'
+ pod 'Firebase/Auth', '11.0.0'
end
target 'integration_test_tvos' do
platform :tvos, '12.0'
- pod 'Firebase/Firestore', '10.28.1'
- pod 'Firebase/Auth', '10.28.1'
+ pod 'Firebase/Firestore', '11.0.0'
+ pod 'Firebase/Auth', '11.0.0'
end
post_install do |installer|
diff --git a/functions/integration_test/Podfile b/functions/integration_test/Podfile
index 9fa495b0d3..5494a839e1 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', '10.28.1'
- pod 'Firebase/Auth', '10.28.1'
+ pod 'Firebase/Functions', '11.0.0'
+ pod 'Firebase/Auth', '11.0.0'
end
target 'integration_test_tvos' do
platform :tvos, '12.0'
- pod 'Firebase/Functions', '10.28.1'
- pod 'Firebase/Auth', '10.28.1'
+ pod 'Firebase/Functions', '11.0.0'
+ pod 'Firebase/Auth', '11.0.0'
end
post_install do |installer|
diff --git a/gma/integration_test/Podfile b/gma/integration_test/Podfile
index 3f35ccaa75..9d1b9753fc 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', '10.28.1'
+ pod 'Firebase/CoreOnly', '11.0.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 4b7eda38f0..98a738136b 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', '10.28.1'
- pod 'Firebase/Installations', '10.28.1'
+ pod 'Firebase/Analytics', '11.0.0'
+ pod 'Firebase/Installations', '11.0.0'
end
post_install do |installer|
diff --git a/ios_pod/Podfile b/ios_pod/Podfile
index 12540faf0a..ffa3e49260 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', '10.28.1'
+ pod 'Firebase/Core', '11.0.0'
pod 'Google-Mobile-Ads-SDK', '11.2.0'
pod 'GoogleUserMessagingPlatform', '2.3.0'
- pod 'Firebase/Analytics', '10.28.1'
- pod 'Firebase/AppCheck', '10.28.1'
- pod 'Firebase/Auth', '10.28.1'
- pod 'Firebase/Crashlytics', '10.28.1'
- pod 'Firebase/Database', '10.28.1'
- pod 'Firebase/DynamicLinks', '10.28.1'
- pod 'Firebase/Firestore', '10.28.1'
- pod 'Firebase/Functions', '10.28.1'
- pod 'Firebase/Installations', '10.28.1'
- pod 'Firebase/Messaging', '10.28.1'
- pod 'Firebase/RemoteConfig', '10.28.1'
- pod 'Firebase/Storage', '10.28.1'
+ pod 'Firebase/Analytics', '11.0.0'
+ pod 'Firebase/AppCheck', '11.0.0'
+ pod 'Firebase/Auth', '11.0.0'
+ pod 'Firebase/Crashlytics', '11.0.0'
+ pod 'Firebase/Database', '11.0.0'
+ pod 'Firebase/DynamicLinks', '11.0.0'
+ pod 'Firebase/Firestore', '11.0.0'
+ pod 'Firebase/Functions', '11.0.0'
+ pod 'Firebase/Installations', '11.0.0'
+ pod 'Firebase/Messaging', '11.0.0'
+ pod 'Firebase/RemoteConfig', '11.0.0'
+ pod 'Firebase/Storage', '11.0.0'
end
diff --git a/ios_pod/swift_headers/FirebaseAnalytics-Swift.h b/ios_pod/swift_headers/FirebaseAnalytics-Swift.h
index e8874893c0..cb79f4bb10 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 10.25.0.
+// Copied from Firebase iOS SDK 11.0.0.
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
// clang-1500.1.0.2.5)
@@ -338,7 +338,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.25.0.
+// Copied from Firebase iOS SDK 11.0.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/FirebaseCoreInternal-Swift.h b/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h
index d2abcfbe03..da6fad3d44 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 10.25.0.
+// Copied from Firebase iOS SDK 11.0.0.
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
// clang-1500.1.0.2.5)
@@ -394,7 +394,7 @@ SWIFT_CLASS_NAMED("_ObjC_HeartbeatsPayload")
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.25.0.
+// Copied from Firebase iOS SDK 11.0.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 8f7f18c8af..4806f4e86d 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 10.25.0.
+// Copied from Firebase iOS SDK 11.0.0.
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
// clang-1500.1.0.2.5)
@@ -338,7 +338,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.25.0.
+// Copied from Firebase iOS SDK 11.0.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 85873b0cb7..f52d43df2d 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 10.25.0.
+// Copied from Firebase iOS SDK 11.0.0.
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
// clang-1500.1.0.2.5)
@@ -346,7 +346,7 @@ SWIFT_CLASS_PROPERTY(@property(nonatomic, class, readonly,
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.25.0.
+// Copied from Firebase iOS SDK 11.0.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 6b2259897f..a0384e61ce 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 10.25.0.
+// Copied from Firebase iOS SDK 11.0.0.
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
// clang-1500.1.0.2.5)
@@ -456,7 +456,7 @@ SWIFT_CLASS_NAMED("Functions")
@end
/// The set of error status codes that can be returned from a Callable HTTPS
-/// tigger. These are the canonical error codes for Google APIs, as documented
+/// trigger. These are the canonical error codes for Google APIs, as documented
/// here:
/// https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto#L26
typedef SWIFT_ENUM_NAMED(NSInteger, FIRFunctionsErrorCode, "FunctionsErrorCode",
@@ -619,7 +619,7 @@ SWIFT_CLASS_NAMED("HTTPSCallableResult")
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.25.0.
+// Copied from Firebase iOS SDK 11.0.0.
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
// clang-1500.1.0.2.5)
@@ -1074,7 +1074,7 @@ SWIFT_CLASS_NAMED("Functions")
@end
/// The set of error status codes that can be returned from a Callable HTTPS
-/// tigger. These are the canonical error codes for Google APIs, as documented
+/// trigger. These are the canonical error codes for Google APIs, as documented
/// here:
/// https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto#L26
typedef SWIFT_ENUM_NAMED(NSInteger, FIRFunctionsErrorCode, "FunctionsErrorCode",
diff --git a/ios_pod/swift_headers/FirebaseInAppMessaging-Swift.h b/ios_pod/swift_headers/FirebaseInAppMessaging-Swift.h
index 0635aeb1c9..65bd9388e2 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 10.25.0.
+// Copied from Firebase iOS SDK 11.0.0.
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
// clang-1500.1.0.2.5)
@@ -337,7 +337,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.25.0.
+// Copied from Firebase iOS SDK 11.0.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 824a0c8fed..d032d538a0 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 10.25.0.
+// Copied from Firebase iOS SDK 11.0.0.
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
// clang-1500.1.0.2.5)
@@ -338,7 +338,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.25.0.
+// Copied from Firebase iOS SDK 11.0.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 93f133e3e5..fc2b001a75 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 10.25.0.
+// Copied from Firebase iOS SDK 11.0.0.
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
// clang-1500.1.0.2.5)
@@ -338,7 +338,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.25.0.
+// Copied from Firebase iOS SDK 11.0.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 ed9ca1c493..100a38c9e4 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 10.25.0.
+// Copied from Firebase iOS SDK 11.0.0.
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
// clang-1500.1.0.2.5)
@@ -383,7 +383,7 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRSessionsSubscriberName,
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.25.0.
+// Copied from Firebase iOS SDK 11.0.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 c664df02b3..df597d7188 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 10.25.0.
+// Copied from Firebase iOS SDK 11.0.0.
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
// clang-1500.1.0.2.5)
@@ -337,7 +337,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.25.0.
+// Copied from Firebase iOS SDK 11.0.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 f7ba2c1d91..9ee7024120 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 10.25.0.
+// Copied from Firebase iOS SDK 11.0.0.
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
// clang-1500.1.0.2.5)
@@ -343,7 +343,12 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
/// instance of FirebaseApp
, the storage location will be specified
/// via the FirebaseOptions.storageBucket
property.
SWIFT_CLASS_NAMED("Storage")
-@interface FIRStorage : NSObject
+SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13) @interface FIRStorage
+ : NSObject
/// The default Storage
instance.
///
/// returns:
@@ -410,7 +415,12 @@ SWIFT_CLASS_NAMED("Storage")
/// returns:
/// An instance of StorageReference
referencing the root of the
/// storage bucket.
-- (FIRStorageReference *_Nonnull)reference SWIFT_WARN_UNUSED_RESULT;
+- (FIRStorageReference *_Nonnull)reference SWIFT_WARN_UNUSED_RESULT
+ SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13);
/// Creates a StorageReference given a gs://
, http://
,
/// or https://
URL pointing to a Firebase Storage location. For
/// example, you can pass in an https://
download URL retrieved
@@ -426,7 +436,11 @@ SWIFT_CLASS_NAMED("Storage")
/// returns:
/// An instance of StorageReference at the given child path.
- (FIRStorageReference *_Nonnull)referenceForURL:(NSString *_Nonnull)url
- SWIFT_WARN_UNUSED_RESULT;
+ SWIFT_WARN_UNUSED_RESULT SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13);
/// Creates a StorageReference
initialized at a location specified
/// by the path
parameter. \param path A relative path from the
/// root of the storage bucket, for instance @“path/to/object”.
@@ -476,7 +490,12 @@ SWIFT_PROTOCOL_NAMED("StorageTaskManagement")
/// fired on the developer-specified callback queue. If no queue is specified,
/// it defaults to the main queue. This class is thread-safe.
SWIFT_CLASS_NAMED("StorageTask")
-@interface FIRStorageTask : NSObject
+SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13)
+ @interface FIRStorageTask : NSObject
/// An immutable view of the task and associated metadata, progress, error, etc.
@property(nonatomic, readonly, strong)
FIRStorageTaskSnapshot *_Nonnull snapshot;
@@ -491,7 +510,12 @@ enum FIRStorageTaskStatus : NSInteger;
/// StorageHandle
, which is used to keep track of and remove
/// specific observers at a later date.
SWIFT_CLASS_NAMED("StorageObservableTask")
-@interface FIRStorageObservableTask : FIRStorageTask
+SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13)
+ @interface FIRStorageObservableTask : FIRStorageTask
/// Observes changes in the upload status: Resume, Pause, Progress, Success, and
/// Failure. \param status The StorageTaskStatus
change to observe.
///
@@ -526,8 +550,13 @@ SWIFT_CLASS_NAMED("StorageObservableTask")
/// the developer specified callbackQueue
in Storage, or the main
/// queue if left unspecified.
SWIFT_CLASS_NAMED("StorageDownloadTask")
-@interface FIRStorageDownloadTask
- : FIRStorageObservableTask
+SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13)
+ @interface FIRStorageDownloadTask
+ : FIRStorageObservableTask
/// Prepares a task and begins execution.
- (void)enqueue;
/// Pauses a task currently in progress. Calling this on a paused task has no
@@ -558,6 +587,9 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRStorageErrorCode, "StorageErrorCode",
FIRStorageErrorCodeDownloadSizeExceeded = -13032,
FIRStorageErrorCodeCancelled = -13040,
FIRStorageErrorCodeInvalidArgument = -13050,
+ FIRStorageErrorCodeBucketMismatch = -13051,
+ FIRStorageErrorCodeInternalError = -13052,
+ FIRStorageErrorCodePathError = -13053,
};
static NSString *_Nonnull const FIRStorageErrorCodeDomain =
@"FirebaseStorage.StorageErrorCode";
@@ -565,7 +597,12 @@ static NSString *_Nonnull const FIRStorageErrorCodeDomain =
/// Contains the prefixes and items returned by a
/// StorageReference.list()
call.
SWIFT_CLASS_NAMED("StorageListResult")
-@interface FIRStorageListResult : NSObject
+SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13)
+ @interface FIRStorageListResult : NSObject
/// The prefixes (folders) returned by a list()
operation.
@property(nonatomic, readonly, copy)
NSArray *_Nonnull prefixes;
@@ -590,7 +627,12 @@ SWIFT_CLASS_NAMED("StorageListResult")
/// href="https://cloud.google.com/storage/docs/json_api/v1/objects#resource">GCS
/// documentation
SWIFT_CLASS_NAMED("StorageMetadata")
-@interface FIRStorageMetadata : NSObject
+SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13)
+ @interface FIRStorageMetadata : NSObject
/// The name of the bucket containing this object.
@property(nonatomic, readonly, copy) NSString *_Nonnull bucket;
/// Cache-Control directive for the object data.
@@ -662,7 +704,12 @@ SWIFT_CLASS_NAMED("StorageMetadata")
/// get/set object metadata, and delete an object at the path. See the Cloud docs for more details.
SWIFT_CLASS_NAMED("StorageReference")
-@interface FIRStorageReference : NSObject
+SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13)
+ @interface FIRStorageReference : NSObject
/// The Storage
service object which created this reference.
@property(nonatomic, readonly, strong) FIRStorage *_Nonnull storage;
/// The name of the Google Cloud Storage bucket associated with this reference.
@@ -935,7 +982,12 @@ SWIFT_CLASS_NAMED("StorageReference")
/// A snapshot contains a task, storage reference, metadata (if it exists),
/// progress, and an error (if one occurred).
SWIFT_CLASS_NAMED("StorageTaskSnapshot")
-@interface FIRStorageTaskSnapshot : NSObject
+SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13)
+ @interface FIRStorageTaskSnapshot : NSObject
/// The task this snapshot represents.
@property(nonatomic, readonly, strong) FIRStorageTask *_Nonnull task;
/// Metadata returned by the task, or nil
if no metadata returned.
@@ -970,8 +1022,13 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRStorageTaskStatus, "StorageTaskStatus",
/// queue, and callbacks are raised on the developer specified
/// callbackQueue
in Storage, or the main queue if unspecified.
SWIFT_CLASS_NAMED("StorageUploadTask")
-@interface FIRStorageUploadTask
- : FIRStorageObservableTask
+SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13)
+ @interface FIRStorageUploadTask
+ : FIRStorageObservableTask
/// Prepares a task and begins execution.
- (void)enqueue;
/// Pauses a task currently in progress.
@@ -993,7 +1050,7 @@ SWIFT_CLASS_NAMED("StorageUploadTask")
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.25.0.
+// Copied from Firebase iOS SDK 11.0.0.
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
// clang-1500.1.0.2.5)
@@ -1335,7 +1392,12 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
/// instance of FirebaseApp
, the storage location will be specified
/// via the FirebaseOptions.storageBucket
property.
SWIFT_CLASS_NAMED("Storage")
-@interface FIRStorage : NSObject
+SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13) @interface FIRStorage
+ : NSObject
/// The default Storage
instance.
///
/// returns:
@@ -1402,7 +1464,12 @@ SWIFT_CLASS_NAMED("Storage")
/// returns:
/// An instance of StorageReference
referencing the root of the
/// storage bucket.
-- (FIRStorageReference *_Nonnull)reference SWIFT_WARN_UNUSED_RESULT;
+- (FIRStorageReference *_Nonnull)reference SWIFT_WARN_UNUSED_RESULT
+ SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13);
/// Creates a StorageReference given a gs://
, http://
,
/// or https://
URL pointing to a Firebase Storage location. For
/// example, you can pass in an https://
download URL retrieved
@@ -1418,7 +1485,11 @@ SWIFT_CLASS_NAMED("Storage")
/// returns:
/// An instance of StorageReference at the given child path.
- (FIRStorageReference *_Nonnull)referenceForURL:(NSString *_Nonnull)url
- SWIFT_WARN_UNUSED_RESULT;
+ SWIFT_WARN_UNUSED_RESULT SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13);
/// Creates a StorageReference
initialized at a location specified
/// by the path
parameter. \param path A relative path from the
/// root of the storage bucket, for instance @“path/to/object”.
@@ -1468,7 +1539,12 @@ SWIFT_PROTOCOL_NAMED("StorageTaskManagement")
/// fired on the developer-specified callback queue. If no queue is specified,
/// it defaults to the main queue. This class is thread-safe.
SWIFT_CLASS_NAMED("StorageTask")
-@interface FIRStorageTask : NSObject
+SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13)
+ @interface FIRStorageTask : NSObject
/// An immutable view of the task and associated metadata, progress, error, etc.
@property(nonatomic, readonly, strong)
FIRStorageTaskSnapshot *_Nonnull snapshot;
@@ -1483,7 +1559,12 @@ enum FIRStorageTaskStatus : NSInteger;
/// StorageHandle
, which is used to keep track of and remove
/// specific observers at a later date.
SWIFT_CLASS_NAMED("StorageObservableTask")
-@interface FIRStorageObservableTask : FIRStorageTask
+SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13)
+ @interface FIRStorageObservableTask : FIRStorageTask
/// Observes changes in the upload status: Resume, Pause, Progress, Success, and
/// Failure. \param status The StorageTaskStatus
change to observe.
///
@@ -1518,8 +1599,13 @@ SWIFT_CLASS_NAMED("StorageObservableTask")
/// the developer specified callbackQueue
in Storage, or the main
/// queue if left unspecified.
SWIFT_CLASS_NAMED("StorageDownloadTask")
-@interface FIRStorageDownloadTask
- : FIRStorageObservableTask
+SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13)
+ @interface FIRStorageDownloadTask
+ : FIRStorageObservableTask
/// Prepares a task and begins execution.
- (void)enqueue;
/// Pauses a task currently in progress. Calling this on a paused task has no
@@ -1550,6 +1636,9 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRStorageErrorCode, "StorageErrorCode",
FIRStorageErrorCodeDownloadSizeExceeded = -13032,
FIRStorageErrorCodeCancelled = -13040,
FIRStorageErrorCodeInvalidArgument = -13050,
+ FIRStorageErrorCodeBucketMismatch = -13051,
+ FIRStorageErrorCodeInternalError = -13052,
+ FIRStorageErrorCodePathError = -13053,
};
static NSString *_Nonnull const FIRStorageErrorCodeDomain =
@"FirebaseStorage.StorageErrorCode";
@@ -1557,7 +1646,12 @@ static NSString *_Nonnull const FIRStorageErrorCodeDomain =
/// Contains the prefixes and items returned by a
/// StorageReference.list()
call.
SWIFT_CLASS_NAMED("StorageListResult")
-@interface FIRStorageListResult : NSObject
+SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13)
+ @interface FIRStorageListResult : NSObject
/// The prefixes (folders) returned by a list()
operation.
@property(nonatomic, readonly, copy)
NSArray *_Nonnull prefixes;
@@ -1582,7 +1676,12 @@ SWIFT_CLASS_NAMED("StorageListResult")
/// href="https://cloud.google.com/storage/docs/json_api/v1/objects#resource">GCS
/// documentation
SWIFT_CLASS_NAMED("StorageMetadata")
-@interface FIRStorageMetadata : NSObject
+SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13)
+ @interface FIRStorageMetadata : NSObject
/// The name of the bucket containing this object.
@property(nonatomic, readonly, copy) NSString *_Nonnull bucket;
/// Cache-Control directive for the object data.
@@ -1654,7 +1753,12 @@ SWIFT_CLASS_NAMED("StorageMetadata")
/// get/set object metadata, and delete an object at the path. See the Cloud docs for more details.
SWIFT_CLASS_NAMED("StorageReference")
-@interface FIRStorageReference : NSObject
+SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13)
+ @interface FIRStorageReference : NSObject
/// The Storage
service object which created this reference.
@property(nonatomic, readonly, strong) FIRStorage *_Nonnull storage;
/// The name of the Google Cloud Storage bucket associated with this reference.
@@ -1927,7 +2031,12 @@ SWIFT_CLASS_NAMED("StorageReference")
/// A snapshot contains a task, storage reference, metadata (if it exists),
/// progress, and an error (if one occurred).
SWIFT_CLASS_NAMED("StorageTaskSnapshot")
-@interface FIRStorageTaskSnapshot : NSObject
+SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13)
+ @interface FIRStorageTaskSnapshot : NSObject
/// The task this snapshot represents.
@property(nonatomic, readonly, strong) FIRStorageTask *_Nonnull task;
/// Metadata returned by the task, or nil
if no metadata returned.
@@ -1962,8 +2071,13 @@ typedef SWIFT_ENUM_NAMED(NSInteger, FIRStorageTaskStatus, "StorageTaskStatus",
/// queue, and callbacks are raised on the developer specified
/// callbackQueue
in Storage, or the main queue if unspecified.
SWIFT_CLASS_NAMED("StorageUploadTask")
-@interface FIRStorageUploadTask
- : FIRStorageObservableTask
+SWIFT_AVAILABILITY(watchos, introduced = 7)
+ SWIFT_AVAILABILITY(maccatalyst, introduced = 13)
+ SWIFT_AVAILABILITY(macos, introduced = 10.15)
+ SWIFT_AVAILABILITY(tvos, introduced = 13)
+ SWIFT_AVAILABILITY(ios, introduced = 13)
+ @interface FIRStorageUploadTask
+ : FIRStorageObservableTask
/// Prepares a task and begins execution.
- (void)enqueue;
/// Pauses a task currently in progress.
diff --git a/ios_pod/swift_headers/Promises-Swift.h b/ios_pod/swift_headers/Promises-Swift.h
index 5e4a8d684a..c73e991ff3 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 10.25.0.
+// Copied from Firebase iOS SDK 11.0.0.
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
// clang-1500.1.0.2.5)
@@ -336,7 +336,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.25.0.
+// Copied from Firebase iOS SDK 11.0.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 4c82d2de73..5a7ae5d219 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 10.25.0.
+// Copied from Firebase iOS SDK 11.0.0.
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56
// clang-1500.1.0.2.5)
@@ -337,7 +337,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#elif defined(__x86_64__) && __x86_64__
// Copyright 2024 Google LLC
-// Copied from Firebase iOS SDK 10.25.0.
+// Copied from Firebase iOS SDK 11.0.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 e819022057..e91ed60148 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', '10.28.1'
- pod 'Firebase/Functions', '10.28.1'
+ pod 'Firebase/Messaging', '11.0.0'
+ pod 'Firebase/Functions', '11.0.0'
end
target 'integration_test_tvos' do
platform :tvos, '12.0'
- pod 'Firebase/Messaging', '10.28.1'
- pod 'Firebase/Functions', '10.28.1'
+ pod 'Firebase/Messaging', '11.0.0'
+ pod 'Firebase/Functions', '11.0.0'
end
post_install do |installer|
diff --git a/release_build_files/readme.md b/release_build_files/readme.md
index f3e8af087f..a1532d5fff 100644
--- a/release_build_files/readme.md
+++ b/release_build_files/readme.md
@@ -230,50 +230,50 @@ Feature | Required Frameworks and Cocoapods
-------------------------- | ---------------------------------------
Firebase Analytics | firebase_analytics.xcframework
| | firebase.xcframework
-| | Firebase/Analytics Cocoapod (10.28.1)
+| | Firebase/Analytics Cocoapod (11.0.0)
Firebase App Check | firebase_app_check.xcframework
| | firebase.xcframework
-| | Firebase/AppCheck Cocoapod (10.28.1)
+| | Firebase/AppCheck Cocoapod (11.0.0)
Firebase Authentication | firebase_auth.xcframework
| | firebase.xcframework
-| | Firebase/Auth Cocoapod (10.28.1)
+| | Firebase/Auth Cocoapod (11.0.0)
Firebase Dynamic Links | firebase_dynamic_links.xcframework
| | firebase.xcframework
-| | Firebase/DynamicLinks Cocoapod (10.28.1)
+| | Firebase/DynamicLinks Cocoapod (11.0.0)
Cloud Firestore | firebase_firestore.xcframework
| | firebase_auth.xcframework
| | firebase.xcframework
-| | Firebase/Firestore Cocoapod (10.28.1)
-| | Firebase/Auth Cocoapod (10.28.1)
+| | Firebase/Firestore Cocoapod (11.0.0)
+| | Firebase/Auth Cocoapod (11.0.0)
Firebase Functions | firebase_functions.xcframework
| | firebase_auth.xcframework (optional)
| | firebase.xcframework
-| | Firebase/Functions Cocoapod (10.28.1)
-| | Firebase/Auth Cocoapod (10.28.1)
+| | Firebase/Functions Cocoapod (11.0.0)
+| | Firebase/Auth Cocoapod (11.0.0)
Google Mobile Ads | firebase_gma.xcframework
| | firebase.xcframework
-| | Firebase/CoreOnly Cocoapod (10.28.1)
+| | Firebase/CoreOnly Cocoapod (11.0.0)
| | Google-Mobile-Ads-SDK Cocoapod (11.2.0)
| | GoogleUserMessagingPlatform Cocoapod (2.3.0)
Firebase Installations | firebase_installations.xcframework
| | firebase.xcframework
-| | FirebaseInstallations Cocoapod (10.28.0)
+| | FirebaseInstallations Cocoapod (11.0.0)
Firebase Cloud Messaging | firebase_messaging.xcframework
| | firebase.xcframework
-| | Firebase/Messaging Cocoapod (10.28.1)
+| | Firebase/Messaging Cocoapod (11.0.0)
Firebase Realtime Database | firebase_database.xcframework
| | firebase_auth.xcframework
| | firebase.xcframework
-| | Firebase/Database Cocoapod (10.28.1)
-| | Firebase/Auth Cocoapod (10.28.1)
+| | Firebase/Database Cocoapod (11.0.0)
+| | Firebase/Auth Cocoapod (11.0.0)
Firebase Remote Config | firebase_remote_config.xcframework
| | firebase.xcframework
-| | Firebase/RemoteConfig Cocoapod (10.28.1)
+| | Firebase/RemoteConfig Cocoapod (11.0.0)
Firebase Storage | firebase_storage.xcframework
| | firebase_auth.xcframework
| | firebase.xcframework
-| | Firebase/Storage Cocoapod (10.28.1)
-| | Firebase/Auth Cocoapod (10.28.1)
+| | Firebase/Storage Cocoapod (11.0.0)
+| | Firebase/Auth Cocoapod (11.0.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 (10.28.1)
+| | Firebase/Analytics Cocoapod (11.0.0)
Firebase App Check | firebase_app_check.xcframework
| | firebase.xcframework
-| | Firebase/AppCheck Cocoapod (10.28.1)
+| | Firebase/AppCheck Cocoapod (11.0.0)
Firebase Authentication | libfirebase_auth.a
| | libfirebase_app.a
-| | Firebase/Auth Cocoapod (10.28.1)
+| | Firebase/Auth Cocoapod (11.0.0)
Firebase Dynamic Links | libfirebase_dynamic_links.a
| | libfirebase_app.a
-| | Firebase/DynamicLinks Cocoapod (10.28.1)
+| | Firebase/DynamicLinks Cocoapod (11.0.0)
Cloud Firestore | libfirebase_firestore.a
| | libfirebase_app.a
| | libfirebase_auth.a
-| | Firebase/Firestore Cocoapod (10.28.1)
-| | Firebase/Auth Cocoapod (10.28.1)
+| | Firebase/Firestore Cocoapod (11.0.0)
+| | Firebase/Auth Cocoapod (11.0.0)
Firebase Functions | libfirebase_functions.a
| | libfirebase_app.a
| | libfirebase_auth.a (optional)
-| | Firebase/Functions Cocoapod (10.28.1)
-| | Firebase/Auth Cocoapod (10.28.1)
+| | Firebase/Functions Cocoapod (11.0.0)
+| | Firebase/Auth Cocoapod (11.0.0)
Google Mobile Ads | libfirebase_gma.a
| | libfirebase_app.a
-| | Firebase/CoreOnly Cocoapod (10.28.1)
+| | Firebase/CoreOnly Cocoapod (11.0.0)
| | Google-Mobile-Ads-SDK Cocoapod (11.2.0)
| | GoogleUserMessagingPlatform Cocoapod (2.3.0)
Firebase Installations | libfirebase_installations.a
| | libfirebase_app.a
-| | FirebaseInstallations Cocoapod (10.28.0)
+| | FirebaseInstallations Cocoapod (11.0.0)
Firebase Cloud Messaging | libfirebase_messaging.a
| | libfirebase_app.a
-| | Firebase/CloudMessaging Cocoapod (10.28.1)
+| | Firebase/CloudMessaging Cocoapod (11.0.0)
Firebase Realtime Database | libfirebase_database.a
| | libfirebase_app.a
| | libfirebase_auth.a
-| | Firebase/Database Cocoapod (10.28.1)
-| | Firebase/Auth Cocoapod (10.28.1)
+| | Firebase/Database Cocoapod (11.0.0)
+| | Firebase/Auth Cocoapod (11.0.0)
Firebase Remote Config | libfirebase_remote_config.a
| | libfirebase_app.a
-| | Firebase/RemoteConfig Cocoapod (10.28.1)
+| | Firebase/RemoteConfig Cocoapod (11.0.0)
Firebase Storage | libfirebase_storage.a
| | libfirebase_app.a
| | libfirebase_auth.a
-| | Firebase/Storage Cocoapod (10.28.1)
-| | Firebase/Auth Cocoapod (10.28.1)
+| | Firebase/Storage Cocoapod (11.0.0)
+| | Firebase/Auth Cocoapod (11.0.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 6898897435..bafda91252 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', '10.28.1'
+ pod 'Firebase/RemoteConfig', '11.0.0'
end
target 'integration_test_tvos' do
platform :tvos, '12.0'
- pod 'Firebase/RemoteConfig', '10.28.1'
+ pod 'Firebase/RemoteConfig', '11.0.0'
end
post_install do |installer|
diff --git a/storage/integration_test/Podfile b/storage/integration_test/Podfile
index 33f9cb06a1..2a7db3e118 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', '10.28.1'
- pod 'Firebase/Auth', '10.28.1'
+ pod 'Firebase/Storage', '11.0.0'
+ pod 'Firebase/Auth', '11.0.0'
end
target 'integration_test_tvos' do
platform :tvos, '12.0'
- pod 'Firebase/Storage', '10.28.1'
- pod 'Firebase/Auth', '10.28.1'
+ pod 'Firebase/Storage', '11.0.0'
+ pod 'Firebase/Auth', '11.0.0'
end
post_install do |installer|