diff --git a/Android/firebase_dependencies.gradle b/Android/firebase_dependencies.gradle index 4daf1b8eb8..250df3e52d 100644 --- a/Android/firebase_dependencies.gradle +++ b/Android/firebase_dependencies.gradle @@ -25,7 +25,7 @@ def firebaseDependenciesMap = [ 'auth' : ['com.google.firebase:firebase-auth:21.0.1'], 'database' : ['com.google.firebase:firebase-database:20.0.0'], 'dynamic_links' : ['com.google.firebase:firebase-dynamic-links:20.1.0'], - 'firestore' : ['com.google.firebase:firebase-firestore:23.0.1'], + 'firestore' : ['com.google.firebase:firebase-firestore:23.0.2'], 'functions' : ['com.google.firebase:firebase-functions:20.0.0'], 'installations' : ['com.google.firebase:firebase-installations:17.0.0', 'com.google.android.gms:play-services-base:17.6.0'], @@ -36,7 +36,7 @@ def firebaseDependenciesMap = [ 'androidx.core:core:1.6.0-alpha03', 'com.google.flatbuffers:flatbuffers-java:1.12.0', 'com.google.android.gms:play-services-base:17.6.0'], - 'performance' : ['com.google.firebase:firebase-perf:20.0.1'], + 'performance' : ['com.google.firebase:firebase-perf:20.0.2'], 'remote_config' : ['com.google.firebase:firebase-config:21.0.0', 'com.google.android.gms:play-services-base:17.6.0'], 'storage' : ['com.google.firebase:firebase-storage:20.0.0'], diff --git a/analytics/integration_test/Podfile b/analytics/integration_test/Podfile index d18c441043..4690b06996 100644 --- a/analytics/integration_test/Podfile +++ b/analytics/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '10.0' # Firebase Analytics test application. target 'integration_test' do - pod 'Firebase/Analytics', '8.2.0' + pod 'Firebase/Analytics', '8.3.0' end post_install do |installer| diff --git a/app/integration_test/Podfile b/app/integration_test/Podfile index 25ed96f085..d1d126c473 100644 --- a/app/integration_test/Podfile +++ b/app/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '10.0' # Firebase App test application. target 'integration_test' do - pod 'Firebase/Analytics', '8.2.0' + pod 'Firebase/Analytics', '8.3.0' end post_install do |installer| diff --git a/auth/integration_test/Podfile b/auth/integration_test/Podfile index 292b1dc613..5d76772399 100644 --- a/auth/integration_test/Podfile +++ b/auth/integration_test/Podfile @@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Auth', '8.2.0' + pod 'Firebase/Auth', '8.3.0' end target 'integration_test_tvos' do platform :tvos, '10.0' - pod 'Firebase/Auth', '8.2.0' + pod 'Firebase/Auth', '8.3.0' end post_install do |installer| diff --git a/cmake/external/firestore.cmake b/cmake/external/firestore.cmake index 99756b9037..00353baaea 100644 --- a/cmake/external/firestore.cmake +++ b/cmake/external/firestore.cmake @@ -18,7 +18,7 @@ if(TARGET firestore) return() endif() -set(version CocoaPods-8.2.0) +set(version CocoaPods-8.3.0) ExternalProject_Add( firestore diff --git a/cpp_sdk_version.json b/cpp_sdk_version.json index 66e71d6819..f9086e7862 100644 --- a/cpp_sdk_version.json +++ b/cpp_sdk_version.json @@ -1,5 +1,5 @@ { - "released": "7.3.0", - "stable": "7.3.0", - "head": "7.3.0" + "released": "8.2.0", + "stable": "8.2.0", + "head": "8.2.0" } diff --git a/database/integration_test/Podfile b/database/integration_test/Podfile index 5cfb332f39..ec8024a6bf 100644 --- a/database/integration_test/Podfile +++ b/database/integration_test/Podfile @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Database', '8.2.0' - pod 'Firebase/Auth', '8.2.0' + pod 'Firebase/Database', '8.3.0' + pod 'Firebase/Auth', '8.3.0' end target 'integration_test_tvos' do platform :tvos, '10.0' - pod 'Firebase/Database', '8.2.0' - pod 'Firebase/Auth', '8.2.0' + pod 'Firebase/Database', '8.3.0' + pod 'Firebase/Auth', '8.3.0' end post_install do |installer| diff --git a/dynamic_links/integration_test/Podfile b/dynamic_links/integration_test/Podfile index e3540ab9ba..73bb7c55ad 100644 --- a/dynamic_links/integration_test/Podfile +++ b/dynamic_links/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '10.0' # Firebase Dynamic Links test application. target 'integration_test' do - pod 'Firebase/DynamicLinks', '8.2.0' + pod 'Firebase/DynamicLinks', '8.3.0' end post_install do |installer| diff --git a/firestore/firestore_resources/build.gradle b/firestore/firestore_resources/build.gradle index 983a183ec6..7fde7124c3 100644 --- a/firestore/firestore_resources/build.gradle +++ b/firestore/firestore_resources/build.gradle @@ -54,7 +54,7 @@ android { dependencies { implementation 'com.google.firebase:firebase-analytics:19.0.0' - implementation 'com.google.firebase:firebase-firestore:23.0.1' + implementation 'com.google.firebase:firebase-firestore:23.0.2' } afterEvaluate { diff --git a/firestore/integration_test/Podfile b/firestore/integration_test/Podfile index 01a57ac725..1a72ae4e02 100644 --- a/firestore/integration_test/Podfile +++ b/firestore/integration_test/Podfile @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Firestore', '8.2.0' - pod 'Firebase/Auth', '8.2.0' + pod 'Firebase/Firestore', '8.3.0' + pod 'Firebase/Auth', '8.3.0' end target 'integration_test_tvos' do platform :tvos, '10.0' - pod 'Firebase/Firestore', '8.2.0' - pod 'Firebase/Auth', '8.2.0' + pod 'Firebase/Firestore', '8.3.0' + pod 'Firebase/Auth', '8.3.0' end post_install do |installer| diff --git a/firestore/integration_test_internal/Podfile b/firestore/integration_test_internal/Podfile index e1a9550934..048c0124a3 100644 --- a/firestore/integration_test_internal/Podfile +++ b/firestore/integration_test_internal/Podfile @@ -4,14 +4,14 @@ platform :ios, '10.0' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Firestore', '8.2.0' - pod 'Firebase/Auth', '8.2.0' + pod 'Firebase/Firestore', '8.3.0' + pod 'Firebase/Auth', '8.3.0' end target 'integration_test_tvos' do platform :tvos, '10.0' - pod 'Firebase/Firestore', '8.2.0' - pod 'Firebase/Auth', '8.2.0' + pod 'Firebase/Firestore', '8.3.0' + pod 'Firebase/Auth', '8.3.0' end post_install do |installer| diff --git a/functions/integration_test/Podfile b/functions/integration_test/Podfile index b989cf5bdf..95816bedaf 100644 --- a/functions/integration_test/Podfile +++ b/functions/integration_test/Podfile @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Functions', '8.2.0' - pod 'Firebase/Auth', '8.2.0' + pod 'Firebase/Functions', '8.3.0' + pod 'Firebase/Auth', '8.3.0' end target 'integration_test_tvos' do platform :tvos, '10.0' - pod 'Firebase/Functions', '8.2.0' - pod 'Firebase/Auth', '8.2.0' + pod 'Firebase/Functions', '8.3.0' + pod 'Firebase/Auth', '8.3.0' end post_install do |installer| diff --git a/installations/integration_test/Podfile b/installations/integration_test/Podfile index 7b8588753a..7d0680ce10 100644 --- a/installations/integration_test/Podfile +++ b/installations/integration_test/Podfile @@ -4,8 +4,8 @@ platform :ios, '10.0' # Firebase Installations test application. target 'integration_test' do - pod 'Firebase/Analytics', '8.2.0' - pod 'Firebase/Installations', '8.2.0' + pod 'Firebase/Analytics', '8.3.0' + pod 'Firebase/Installations', '8.3.0' end post_install do |installer| diff --git a/ios_pod/Podfile b/ios_pod/Podfile index c7f3ff5805..bf3ddc3ff2 100644 --- a/ios_pod/Podfile +++ b/ios_pod/Podfile @@ -2,19 +2,19 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '10.0' target 'GetPods' do - pod 'Firebase/Core', '8.2.0' + pod 'Firebase/Core', '8.3.0' pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk' - pod 'Firebase/Analytics', '8.2.0' - pod 'Firebase/Auth', '8.2.0' - pod 'Firebase/Crashlytics', '8.2.0' - pod 'Firebase/Database', '8.2.0' - pod 'Firebase/DynamicLinks', '8.2.0' - pod 'Firebase/Firestore', '8.2.0' - pod 'Firebase/Functions', '8.2.0' - pod 'Firebase/Installations', '8.2.0' - pod 'Firebase/Messaging', '8.2.0' - pod 'Firebase/RemoteConfig', '8.2.0' - pod 'Firebase/Storage', '8.2.0' + pod 'Firebase/Analytics', '8.3.0' + pod 'Firebase/Auth', '8.3.0' + pod 'Firebase/Crashlytics', '8.3.0' + pod 'Firebase/Database', '8.3.0' + pod 'Firebase/DynamicLinks', '8.3.0' + pod 'Firebase/Firestore', '8.3.0' + pod 'Firebase/Functions', '8.3.0' + pod 'Firebase/Installations', '8.3.0' + pod 'Firebase/Messaging', '8.3.0' + pod 'Firebase/RemoteConfig', '8.3.0' + pod 'Firebase/Storage', '8.3.0' end diff --git a/messaging/integration_test/Podfile b/messaging/integration_test/Podfile index d77a7fb704..fc9c42f01d 100644 --- a/messaging/integration_test/Podfile +++ b/messaging/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '10.0' # Firebase Cloud Messaging test application. target 'integration_test' do - pod 'Firebase/Messaging', '8.2.0' + pod 'Firebase/Messaging', '8.3.0' end post_install do |installer| diff --git a/release_build_files/Android/firebase_dependencies.gradle b/release_build_files/Android/firebase_dependencies.gradle index a29628ae9c..b4243b186c 100644 --- a/release_build_files/Android/firebase_dependencies.gradle +++ b/release_build_files/Android/firebase_dependencies.gradle @@ -25,7 +25,7 @@ def firebaseDependenciesMap = [ 'auth' : ['com.google.firebase:firebase-auth:21.0.1'], 'database' : ['com.google.firebase:firebase-database:20.0.0'], 'dynamic_links' : ['com.google.firebase:firebase-dynamic-links:20.1.0'], - 'firestore' : ['com.google.firebase:firebase-firestore:23.0.1'], + 'firestore' : ['com.google.firebase:firebase-firestore:23.0.2'], 'functions' : ['com.google.firebase:firebase-functions:20.0.0'], 'installations' : ['com.google.firebase:firebase-installations:17.0.0', 'com.google.android.gms:play-services-base:17.6.0'], @@ -36,7 +36,7 @@ def firebaseDependenciesMap = [ 'androidx.core:core:1.6.0-alpha03', 'com.google.flatbuffers:flatbuffers-java:1.12.0', 'com.google.android.gms:play-services-base:17.6.0'], - 'performance' : ['com.google.firebase:firebase-perf:20.0.1'], + 'performance' : ['com.google.firebase:firebase-perf:20.0.2'], 'remote_config' : ['com.google.firebase:firebase-config:21.0.0', 'com.google.android.gms:play-services-base:17.6.0'], 'storage' : ['com.google.firebase:firebase-storage:20.0.0'], diff --git a/release_build_files/readme.md b/release_build_files/readme.md index ead567e0ad..d7674b172c 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -83,81 +83,81 @@ Feature | Required Libraries and Gradle Packages -------------------------- | -------------------------------------- Firebase AdMob | libfirebase_admob.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) -| | com.google.firebase:firebase-ads:19.8.0 +| | com.google.firebase:firebase-ads:19.8.0 | | (Maven package) -| | com.google.android.gms:play-services-base:17.6.0 +| | com.google.android.gms:play-services-base:17.6.0 | | (Maven package) Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) Firebase Authentication | libfirebase_auth.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) -| | com.google.firebase:firebase-auth:21.0.1 +| | com.google.firebase:firebase-auth:21.0.1 | | (Maven package) Firebase Dynamic Links | libfirebase_dynamic_links.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) -| | com.google.firebase:firebase-dynamic-links:20.1.0 +| | com.google.firebase:firebase-dynamic-links:20.1.0 | | (Maven package) Cloud Firestore | libfirebase_firestore.a | | libfirebase_auth.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) -| | com.google.firebase:firebase-firestore:23.0.1 +| | com.google.firebase:firebase-firestore:23.0.2 | | (Maven package) -| | com.google.firebase:firebase-auth:21.0.1 +| | com.google.firebase:firebase-auth:21.0.1 | | (Maven package) Firebase Functions | libfirebase_functions | | libfirebase_auth.a (optional) | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) -| | com.google.firebase:firebase-functions:20.0.0 +| | com.google.firebase:firebase-functions:20.0.0 | | (Maven package) -| | com.google.firebase:firebase-auth:21.0.1 +| | com.google.firebase:firebase-auth:21.0.1 | | (Maven package) Firebase Installations | libfirebase_installations.a | | libfirebase_app.a -| | com.google.firebase:firebase-installations:17.0.0 +| | com.google.firebase:firebase-installations:17.0.0 | | (Maven package) Firebase Messaging | libfirebase_messaging.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) -| | com.google.firebase:firebase-messaging:22.0.0 +| | com.google.firebase:firebase-messaging:22.0.0 | | (Maven package) | | libmessaging_java.jar (Android service) | | androidx.core:core:1.6.0-rc01 (Maven package) Firebase Realtime Database | libfirebase_database.a | | libfirebase_auth.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) -| | com.google.firebase:firebase-database:20.0.0 +| | com.google.firebase:firebase-database:20.0.0 | | (Maven package) -| | com.google.firebase:firebase-auth:21.0.1 +| | com.google.firebase:firebase-auth:21.0.1 | | (Maven package) Firebase Remote Config | libfirebase_remote_config.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) -| | com.google.firebase:firebase-config:21.0.0 +| | com.google.firebase:firebase-config:21.0.0 | | (Maven package) Firebase Storage | libfirebase_storage.a | | libfirebase_auth.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:19.0.0 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) -| | com.google.firebase:firebase-storage:20.0.0 +| | com.google.firebase:firebase-storage:20.0.0 | | (Maven package) -| | com.google.firebase:firebase-auth:21.0.1 +| | com.google.firebase:firebase-auth:21.0.1 | | (Maven package) Important: Each version of the Firebase C++ SDK supports specific Firebase @@ -180,46 +180,46 @@ Feature | Required Frameworks and Cocoapods -------------------------- | --------------------------------------- Firebase AdMob | firebase_admob.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (8.2.0) +| | Firebase/Analytics Cocoapod (8.3.0) | | Google-Mobile-Ads-SDK Cocoapod (7.69.0-cppsdk) Firebase Analytics | firebase_analytics.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (8.2.0) +| | Firebase/Analytics Cocoapod (8.3.0) Firebase Authentication | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Auth Cocoapod (8.2.0) +| | Firebase/Auth Cocoapod (8.3.0) Firebase Dynamic Links | firebase_dynamic_links.xcframework | | firebase.xcframework -| | Firebase/DynamicLinks Cocoapod (8.2.0) +| | Firebase/DynamicLinks Cocoapod (8.3.0) Cloud Firestore | firebase_firestore.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Firestore Cocoapod (8.2.0) -| | Firebase/Auth Cocoapod (8.2.0) +| | Firebase/Firestore Cocoapod (8.3.0) +| | Firebase/Auth Cocoapod (8.3.0) Firebase Functions | firebase_functions.xcframework | | firebase_auth.xcframework (optional) | | firebase.xcframework -| | Firebase/Functions Cocoapod (8.2.0) -| | Firebase/Auth Cocoapod (8.2.0) +| | Firebase/Functions Cocoapod (8.3.0) +| | Firebase/Auth Cocoapod (8.3.0) Firebase Installations | firebase_installations.xcframework | | firebase.xcframework -| | FirebaseInstallations Cocoapod (8.2.0) +| | FirebaseInstallations Cocoapod (8.3.0) Firebase Cloud Messaging | firebase_messaging.xcframework | | firebase.xcframework -| | Firebase/Messaging Cocoapod (8.2.0) +| | Firebase/Messaging Cocoapod (8.3.0) Firebase Realtime Database | firebase_database.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Database Cocoapod (8.2.0) -| | Firebase/Auth Cocoapod (8.2.0) +| | Firebase/Database Cocoapod (8.3.0) +| | Firebase/Auth Cocoapod (8.3.0) Firebase Remote Config | firebase_remote_config.xcframework | | firebase.xcframework -| | Firebase/RemoteConfig Cocoapod (8.2.0) +| | Firebase/RemoteConfig Cocoapod (8.3.0) Firebase Storage | firebase_storage.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Storage Cocoapod (8.2.0) -| | Firebase/Auth Cocoapod (8.2.0) +| | Firebase/Storage Cocoapod (8.3.0) +| | Firebase/Auth Cocoapod (8.3.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 @@ -240,46 +240,46 @@ Feature | Required Libraries and Cocoapods -------------------------- | ----------------------------------------- Firebase AdMob | libfirebase_admob.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (8.2.0) +| | Firebase/Analytics Cocoapod (8.3.0) | | Google-Mobile-Ads-SDK Cocoapod (7.69.0-cppsdk) Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (8.2.0) +| | Firebase/Analytics Cocoapod (8.3.0) Firebase Authentication | libfirebase_auth.a | | libfirebase_app.a -| | Firebase/Auth Cocoapod (8.2.0) +| | Firebase/Auth Cocoapod (8.3.0) Firebase Dynamic Links | libfirebase_dynamic_links.a | | libfirebase_app.a -| | Firebase/DynamicLinks Cocoapod (8.2.0) +| | Firebase/DynamicLinks Cocoapod (8.3.0) Cloud Firestore | libfirebase_firestore.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Firestore Cocoapod (8.2.0) -| | Firebase/Auth Cocoapod (8.2.0) +| | Firebase/Firestore Cocoapod (8.3.0) +| | Firebase/Auth Cocoapod (8.3.0) Firebase Functions | libfirebase_functions.a | | libfirebase_app.a | | libfirebase_auth.a (optional) -| | Firebase/Functions Cocoapod (8.2.0) -| | Firebase/Auth Cocoapod (8.2.0) +| | Firebase/Functions Cocoapod (8.3.0) +| | Firebase/Auth Cocoapod (8.3.0) Firebase Installations | libfirebase_installations.a | | libfirebase_app.a -| | FirebaseInstallations Cocoapod (8.2.0) +| | FirebaseInstallations Cocoapod (8.3.0) Firebase Cloud Messaging | libfirebase_messaging.a | | libfirebase_app.a | | Firebase/CloudMessaging Cocoapod (8.1.1) Firebase Realtime Database | libfirebase_database.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Database Cocoapod (8.2.0) -| | Firebase/Auth Cocoapod (8.2.0) +| | Firebase/Database Cocoapod (8.3.0) +| | Firebase/Auth Cocoapod (8.3.0) Firebase Remote Config | libfirebase_remote_config.a | | libfirebase_app.a -| | Firebase/RemoteConfig Cocoapod (8.2.0) +| | Firebase/RemoteConfig Cocoapod (8.3.0) Firebase Storage | libfirebase_storage.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Storage Cocoapod (8.2.0) -| | Firebase/Auth Cocoapod (8.2.0) +| | Firebase/Storage Cocoapod (8.3.0) +| | Firebase/Auth Cocoapod (8.3.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 @@ -571,6 +571,14 @@ code. - Changes - General (Android): Updated Flatbuffers internal dependency from version 1.9 to 1.12. + - Firestore: Deprecated the + `Firestore::RunTransaction(TransactionFunction*)` function. Please use + the overload that takes a `std::function` argument instead. + - Firestore: Removed the deprecated `EventListener` class. + - Firestore: Removed the deprecated overloads of `AddSnapshotListener` and + `AddSnapshotsInSyncListener` functions that take an `EventListener*` + argument. Please use the overloads that take a `std::function` argument + instead. ### 8.1.0 - Changes diff --git a/remote_config/integration_test/Podfile b/remote_config/integration_test/Podfile index 2b37d40cd4..b30496d35e 100644 --- a/remote_config/integration_test/Podfile +++ b/remote_config/integration_test/Podfile @@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/RemoteConfig', '8.2.0' + pod 'Firebase/RemoteConfig', '8.3.0' end target 'integration_test_tvos' do platform :tvos, '10.0' - pod 'Firebase/RemoteConfig', '8.2.0' + pod 'Firebase/RemoteConfig', '8.3.0' end post_install do |installer| diff --git a/storage/integration_test/Podfile b/storage/integration_test/Podfile index d266066f58..bdba13c7e2 100644 --- a/storage/integration_test/Podfile +++ b/storage/integration_test/Podfile @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git' target 'integration_test' do platform :ios, '10.0' - pod 'Firebase/Storage', '8.2.0' - pod 'Firebase/Auth', '8.2.0' + pod 'Firebase/Storage', '8.3.0' + pod 'Firebase/Auth', '8.3.0' end target 'integration_test_tvos' do platform :tvos, '10.0' - pod 'Firebase/Storage', '8.2.0' - pod 'Firebase/Auth', '8.2.0' + pod 'Firebase/Storage', '8.3.0' + pod 'Firebase/Auth', '8.3.0' end post_install do |installer|