diff --git a/Android/firebase_dependencies.gradle b/Android/firebase_dependencies.gradle index 76e00a0de3..b37d437e83 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:31.1.0') + implementation platform('com.google.firebase:firebase-bom:31.1.1') } for (String lib : firebaseCpp.dependencies.libSet) { // Generate and include the proguard file diff --git a/admob/admob_resources/build.gradle b/admob/admob_resources/build.gradle index d412eb8da1..415b3c27df 100644 --- a/admob/admob_resources/build.gradle +++ b/admob/admob_resources/build.gradle @@ -45,7 +45,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:31.1.0') + implementation platform('com.google.firebase:firebase-bom:31.1.1') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-ads:19.8.0' } diff --git a/admob/integration_test/Podfile b/admob/integration_test/Podfile index dd6bbcdf57..30a3fb6d94 100644 --- a/admob/integration_test/Podfile +++ b/admob/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '11.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '10.2.0' + pod 'Firebase/Analytics', '10.3.0' pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk3' end diff --git a/analytics/integration_test/Podfile b/analytics/integration_test/Podfile index bb15212726..6ee15a1905 100644 --- a/analytics/integration_test/Podfile +++ b/analytics/integration_test/Podfile @@ -5,12 +5,12 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '11.0' - pod 'Firebase/Analytics', '10.2.0' + pod 'Firebase/Analytics', '10.3.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Analytics', '10.2.0' + pod 'Firebase/Analytics', '10.3.0' end post_install do |installer| diff --git a/analytics/ios_headers/FIREventNames.h b/analytics/ios_headers/FIREventNames.h index 37ed95dc8a..60c785e5c8 100644 --- a/analytics/ios_headers/FIREventNames.h +++ b/analytics/ios_headers/FIREventNames.h @@ -1,6 +1,6 @@ // Copyright 2022 Google LLC -// Copied from Firebase Analytics iOS SDK 10.2.0. +// Copied from Firebase Analytics iOS SDK 10.3.0. /// @file FIREventNames.h /// diff --git a/analytics/ios_headers/FIRParameterNames.h b/analytics/ios_headers/FIRParameterNames.h index c17bb0b1df..4c4815c6e4 100644 --- a/analytics/ios_headers/FIRParameterNames.h +++ b/analytics/ios_headers/FIRParameterNames.h @@ -1,6 +1,6 @@ // Copyright 2022 Google LLC -// Copied from Firebase Analytics iOS SDK 10.2.0. +// Copied from Firebase Analytics iOS SDK 10.3.0. /// @file FIRParameterNames.h /// diff --git a/analytics/ios_headers/FIRUserPropertyNames.h b/analytics/ios_headers/FIRUserPropertyNames.h index c664d4d0c4..90f10213de 100644 --- a/analytics/ios_headers/FIRUserPropertyNames.h +++ b/analytics/ios_headers/FIRUserPropertyNames.h @@ -1,6 +1,6 @@ // Copyright 2022 Google LLC -// Copied from Firebase Analytics iOS SDK 10.2.0. +// Copied from Firebase Analytics iOS SDK 10.3.0. /// @file FIRUserPropertyNames.h /// diff --git a/app/app_resources/build.gradle b/app/app_resources/build.gradle index c5a86c5f62..78cf63fcb8 100644 --- a/app/app_resources/build.gradle +++ b/app/app_resources/build.gradle @@ -50,7 +50,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:31.1.0') + implementation platform('com.google.firebase:firebase-bom:31.1.1') implementation 'com.google.firebase:firebase-analytics' } diff --git a/app/google_api_resources/build.gradle b/app/google_api_resources/build.gradle index 08874196e9..85a0b11458 100644 --- a/app/google_api_resources/build.gradle +++ b/app/google_api_resources/build.gradle @@ -53,7 +53,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:31.1.0') + implementation platform('com.google.firebase:firebase-bom:31.1.1') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.android.gms:play-services-base:18.1.0' implementation project(':app:app_resources') diff --git a/app/integration_test/Podfile b/app/integration_test/Podfile index f383b64af0..1b04ac3111 100644 --- a/app/integration_test/Podfile +++ b/app/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '11.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '10.2.0' + pod 'Firebase/Analytics', '10.3.0' end post_install do |installer| diff --git a/app/invites_resources/build.gradle b/app/invites_resources/build.gradle index 9fcdb5d60c..3835372f47 100644 --- a/app/invites_resources/build.gradle +++ b/app/invites_resources/build.gradle @@ -49,7 +49,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:31.1.0') + implementation platform('com.google.firebase:firebase-bom:31.1.1') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-dynamic-links' implementation project(':app:app_resources') diff --git a/app_check/integration_test/Podfile b/app_check/integration_test/Podfile index 67d1e75284..98845c63ae 100644 --- a/app_check/integration_test/Podfile +++ b/app_check/integration_test/Podfile @@ -4,16 +4,16 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '11.0' - pod 'Firebase/AppCheck', '10.2.0' - pod 'Firebase/Database', '10.2.0' - pod 'Firebase/Auth', '10.2.0' + pod 'Firebase/AppCheck', '10.3.0' + pod 'Firebase/Database', '10.3.0' + pod 'Firebase/Auth', '10.3.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/AppCheck', '10.2.0' - pod 'Firebase/Database', '10.2.0' - pod 'Firebase/Auth', '10.2.0' + pod 'Firebase/AppCheck', '10.3.0' + pod 'Firebase/Database', '10.3.0' + pod 'Firebase/Auth', '10.3.0' end post_install do |installer| diff --git a/auth/auth_resources/build.gradle b/auth/auth_resources/build.gradle index 8d180f18fe..f212d23528 100644 --- a/auth/auth_resources/build.gradle +++ b/auth/auth_resources/build.gradle @@ -49,7 +49,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:31.1.0') + implementation platform('com.google.firebase:firebase-bom:31.1.1') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-auth' implementation project(':app:app_resources') diff --git a/auth/integration_test/Podfile b/auth/integration_test/Podfile index 856beb3d66..a52fc1f9ee 100644 --- a/auth/integration_test/Podfile +++ b/auth/integration_test/Podfile @@ -4,12 +4,12 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '11.0' - pod 'Firebase/Auth', '10.2.0' + pod 'Firebase/Auth', '10.3.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Auth', '10.2.0' + pod 'Firebase/Auth', '10.3.0' end post_install do |installer| diff --git a/cmake/external/firestore.cmake b/cmake/external/firestore.cmake index 9d30ec7bcc..2a0514b76b 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.2.0) +set(version CocoaPods-10.3.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 2618a8d1e6..79fbf84281 100644 --- a/database/database_resources/build.gradle +++ b/database/database_resources/build.gradle @@ -45,7 +45,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:31.1.0') + implementation platform('com.google.firebase:firebase-bom:31.1.1') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-database' //implementation project(':app:app_resources') diff --git a/database/integration_test/Podfile b/database/integration_test/Podfile index 3f2b6b4681..a2e98bba52 100644 --- a/database/integration_test/Podfile +++ b/database/integration_test/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '11.0' - pod 'Firebase/Database', '10.2.0' - pod 'Firebase/Auth', '10.2.0' + pod 'Firebase/Database', '10.3.0' + pod 'Firebase/Auth', '10.3.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Database', '10.2.0' - pod 'Firebase/Auth', '10.2.0' + pod 'Firebase/Database', '10.3.0' + pod 'Firebase/Auth', '10.3.0' end post_install do |installer| diff --git a/dynamic_links/integration_test/Podfile b/dynamic_links/integration_test/Podfile index 66378fbc71..87b1a794eb 100644 --- a/dynamic_links/integration_test/Podfile +++ b/dynamic_links/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '11.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/DynamicLinks', '10.2.0' + pod 'Firebase/DynamicLinks', '10.3.0' end post_install do |installer| diff --git a/firestore/firestore_resources/build.gradle b/firestore/firestore_resources/build.gradle index c58e574006..021c02907b 100644 --- a/firestore/firestore_resources/build.gradle +++ b/firestore/firestore_resources/build.gradle @@ -53,7 +53,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:31.1.0') + implementation platform('com.google.firebase:firebase-bom:31.1.1') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-firestore' } diff --git a/firestore/integration_test/Podfile b/firestore/integration_test/Podfile index 52091f605c..4c53755261 100644 --- a/firestore/integration_test/Podfile +++ b/firestore/integration_test/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '11.0' - pod 'Firebase/Firestore', '10.2.0' - pod 'Firebase/Auth', '10.2.0' + pod 'Firebase/Firestore', '10.3.0' + pod 'Firebase/Auth', '10.3.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Firestore', '10.2.0' - pod 'Firebase/Auth', '10.2.0' + pod 'Firebase/Firestore', '10.3.0' + pod 'Firebase/Auth', '10.3.0' end post_install do |installer| diff --git a/firestore/integration_test_internal/Podfile b/firestore/integration_test_internal/Podfile index 867f7f6f0b..d68bc0dfcc 100644 --- a/firestore/integration_test_internal/Podfile +++ b/firestore/integration_test_internal/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '11.0' - pod 'Firebase/Firestore', '10.2.0' - pod 'Firebase/Auth', '10.2.0' + pod 'Firebase/Firestore', '10.3.0' + pod 'Firebase/Auth', '10.3.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Firestore', '10.2.0' - pod 'Firebase/Auth', '10.2.0' + pod 'Firebase/Firestore', '10.3.0' + pod 'Firebase/Auth', '10.3.0' end post_install do |installer| diff --git a/firestore/integration_test_internal/src/query_test.cc b/firestore/integration_test_internal/src/query_test.cc index 76168f5be4..f1702f6702 100644 --- a/firestore/integration_test_internal/src/query_test.cc +++ b/firestore/integration_test_internal/src/query_test.cc @@ -660,7 +660,6 @@ TEST_F(QueryTest, TestQueriesCanUseArrayContainsFilters) { } TEST_F(QueryTest, TestQueriesCanUseInFilters) { - GTEST_SKIP() << "Skip until double free bug (b/260406277) is fixed."; CollectionReference collection = Collection( {{"a", {{"zip", FieldValue::Integer(98101)}}}, {"b", {{"zip", FieldValue::Integer(98102)}}}, diff --git a/functions/integration_test/Podfile b/functions/integration_test/Podfile index 53f42ac37c..28e73fcfb4 100644 --- a/functions/integration_test/Podfile +++ b/functions/integration_test/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '11.0' - pod 'Firebase/Functions', '10.2.0' - pod 'Firebase/Auth', '10.2.0' + pod 'Firebase/Functions', '10.3.0' + pod 'Firebase/Auth', '10.3.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Functions', '10.2.0' - pod 'Firebase/Auth', '10.2.0' + pod 'Firebase/Functions', '10.3.0' + pod 'Firebase/Auth', '10.3.0' end post_install do |installer| diff --git a/gma/gma_resources/build.gradle b/gma/gma_resources/build.gradle index 2d58397f7d..b5194ac428 100644 --- a/gma/gma_resources/build.gradle +++ b/gma/gma_resources/build.gradle @@ -45,7 +45,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:31.1.0') + implementation platform('com.google.firebase:firebase-bom:31.1.1') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.android.gms:play-services-ads:21.3.0' } diff --git a/gma/integration_test/Podfile b/gma/integration_test/Podfile index bb01b4df8b..f912016092 100644 --- a/gma/integration_test/Podfile +++ b/gma/integration_test/Podfile @@ -4,7 +4,7 @@ platform :ios, '11.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '10.2.0' + pod 'Firebase/Analytics', '10.3.0' pod 'Google-Mobile-Ads-SDK', '9.11.0.1' end diff --git a/installations/integration_test/Podfile b/installations/integration_test/Podfile index 43844833ea..4fd5581d18 100644 --- a/installations/integration_test/Podfile +++ b/installations/integration_test/Podfile @@ -4,8 +4,8 @@ platform :ios, '11.0' use_frameworks! :linkage => :static target 'integration_test' do - pod 'Firebase/Analytics', '10.2.0' - pod 'Firebase/Installations', '10.2.0' + pod 'Firebase/Analytics', '10.3.0' + pod 'Firebase/Installations', '10.3.0' end post_install do |installer| diff --git a/ios_pod/Podfile b/ios_pod/Podfile index 688891de18..b2d5d56a19 100644 --- a/ios_pod/Podfile +++ b/ios_pod/Podfile @@ -3,20 +3,20 @@ platform :ios, '11.0' use_frameworks! target 'GetPods' do - pod 'Firebase/Core', '10.2.0' + pod 'Firebase/Core', '10.3.0' pod 'Google-Mobile-Ads-SDK', '9.11.0.1' - pod 'Firebase/Analytics', '10.2.0' - pod 'Firebase/AppCheck', '10.2.0' - pod 'Firebase/Auth', '10.2.0' - pod 'Firebase/Crashlytics', '10.2.0' - pod 'Firebase/Database', '10.2.0' - pod 'Firebase/DynamicLinks', '10.2.0' - pod 'Firebase/Firestore', '10.2.0' - pod 'Firebase/Functions', '10.2.0' - pod 'Firebase/Installations', '10.2.0' - pod 'Firebase/Messaging', '10.2.0' - pod 'Firebase/RemoteConfig', '10.2.0' - pod 'Firebase/Storage', '10.2.0' + pod 'Firebase/Analytics', '10.3.0' + pod 'Firebase/AppCheck', '10.3.0' + pod 'Firebase/Auth', '10.3.0' + pod 'Firebase/Crashlytics', '10.3.0' + pod 'Firebase/Database', '10.3.0' + pod 'Firebase/DynamicLinks', '10.3.0' + pod 'Firebase/Firestore', '10.3.0' + pod 'Firebase/Functions', '10.3.0' + pod 'Firebase/Installations', '10.3.0' + pod 'Firebase/Messaging', '10.3.0' + pod 'Firebase/RemoteConfig', '10.3.0' + pod 'Firebase/Storage', '10.3.0' end diff --git a/ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h b/ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h index eafc47075e..1f92d4adc6 100644 --- a/ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseAnalyticsSwift-Swift.h @@ -1,5 +1,5 @@ // Copyright 2022 Google LLC -// Copied from Firebase iOS SDK 10.2.0. +// Copied from Firebase iOS SDK 10.3.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h b/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h index e055188f0a..9727d7fe53 100644 --- a/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h +++ b/ios_pod/swift_headers/FirebaseCoreInternal-Swift.h @@ -1,5 +1,5 @@ // Copyright 2022 Google LLC -// Copied from Firebase iOS SDK 10.2.0. +// Copied from Firebase iOS SDK 10.3.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) #ifndef FIREBASECOREINTERNAL_SWIFT_H diff --git a/ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h b/ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h index 2a2920d68d..94db8dbaff 100644 --- a/ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseDatabaseSwift-Swift.h @@ -1,5 +1,5 @@ // Copyright 2022 Google LLC -// Copied from Firebase iOS SDK 10.2.0. +// Copied from Firebase iOS SDK 10.3.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h b/ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h index 015c584819..bb37e4680f 100644 --- a/ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseFirestoreSwift-Swift.h @@ -1,5 +1,5 @@ // Copyright 2022 Google LLC -// Copied from Firebase iOS SDK 10.2.0. +// Copied from Firebase iOS SDK 10.3.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseFunctions-Swift.h b/ios_pod/swift_headers/FirebaseFunctions-Swift.h index 5cb59f3d89..bff50d8749 100644 --- a/ios_pod/swift_headers/FirebaseFunctions-Swift.h +++ b/ios_pod/swift_headers/FirebaseFunctions-Swift.h @@ -1,5 +1,5 @@ // Copyright 2022 Google LLC -// Copied from Firebase iOS SDK 10.2.0. +// Copied from Firebase iOS SDK 10.3.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) #ifndef FIREBASEFUNCTIONS_SWIFT_H diff --git a/ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h b/ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h index 21c54761a3..16b4046aba 100644 --- a/ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseInAppMessagingSwift-Swift.h @@ -1,5 +1,5 @@ // Copyright 2022 Google LLC -// Copied from Firebase iOS SDK 10.2.0. +// Copied from Firebase iOS SDK 10.3.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h b/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h index fe0f80d669..e45e398f7c 100644 --- a/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h +++ b/ios_pod/swift_headers/FirebaseMLModelDownloader-Swift.h @@ -1,5 +1,5 @@ // Copyright 2022 Google LLC -// Copied from Firebase iOS SDK 10.2.0. +// Copied from Firebase iOS SDK 10.3.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseRemoteConfigSwift-Swift.h b/ios_pod/swift_headers/FirebaseRemoteConfigSwift-Swift.h index b2c13e6a04..3009df241b 100644 --- a/ios_pod/swift_headers/FirebaseRemoteConfigSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseRemoteConfigSwift-Swift.h @@ -1,5 +1,5 @@ // Copyright 2022 Google LLC -// Copied from Firebase iOS SDK 10.2.0. +// Copied from Firebase iOS SDK 10.3.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h b/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h index 4e7e60b370..bf5b8363af 100644 --- a/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h +++ b/ios_pod/swift_headers/FirebaseSharedSwift-Swift.h @@ -1,5 +1,5 @@ // Copyright 2022 Google LLC -// Copied from Firebase iOS SDK 10.2.0. +// Copied from Firebase iOS SDK 10.3.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/ios_pod/swift_headers/FirebaseStorage-Swift.h b/ios_pod/swift_headers/FirebaseStorage-Swift.h index eee1707cdc..59f39ceedc 100644 --- a/ios_pod/swift_headers/FirebaseStorage-Swift.h +++ b/ios_pod/swift_headers/FirebaseStorage-Swift.h @@ -1,5 +1,5 @@ // Copyright 2022 Google LLC -// Copied from Firebase iOS SDK 10.2.0. +// Copied from Firebase iOS SDK 10.3.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) #ifndef FIREBASESTORAGE_SWIFT_H diff --git a/ios_pod/swift_headers/SwiftProtobuf-Swift.h b/ios_pod/swift_headers/SwiftProtobuf-Swift.h index 827bd4c42e..00e9d71e2b 100644 --- a/ios_pod/swift_headers/SwiftProtobuf-Swift.h +++ b/ios_pod/swift_headers/SwiftProtobuf-Swift.h @@ -1,5 +1,5 @@ // Copyright 2022 Google LLC -// Copied from Firebase iOS SDK 10.2.0. +// Copied from Firebase iOS SDK 10.3.0. // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 // clang-1316.0.20.8) diff --git a/messaging/integration_test/Podfile b/messaging/integration_test/Podfile index 31dd42be62..a83216b8f3 100644 --- a/messaging/integration_test/Podfile +++ b/messaging/integration_test/Podfile @@ -4,12 +4,12 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '11.0' - pod 'Firebase/Messaging', '10.2.0' + pod 'Firebase/Messaging', '10.3.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Messaging', '10.2.0' + pod 'Firebase/Messaging', '10.3.0' end post_install do |installer| diff --git a/messaging/messaging_java/build.gradle b/messaging/messaging_java/build.gradle index 3a63df2dd7..02bc864072 100644 --- a/messaging/messaging_java/build.gradle +++ b/messaging/messaging_java/build.gradle @@ -55,7 +55,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:31.1.0') + implementation platform('com.google.firebase:firebase-bom:31.1.1') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-messaging' implementation 'com.google.flatbuffers:flatbuffers-java:1.12.0' diff --git a/release_build_files/Android/firebase_dependencies.gradle b/release_build_files/Android/firebase_dependencies.gradle index de78ad8942..ed55d838ed 100644 --- a/release_build_files/Android/firebase_dependencies.gradle +++ b/release_build_files/Android/firebase_dependencies.gradle @@ -130,7 +130,7 @@ project.afterEvaluate { // Add the bill-of-materials project.dependencies { - implementation platform('com.google.firebase:firebase-bom:31.1.0') + implementation platform('com.google.firebase:firebase-bom:31.1.1') } for (String lib : firebaseCpp.dependencies.libSet) { // Messaging includes an aar, which to be depended on properly requires diff --git a/release_build_files/readme.md b/release_build_files/readme.md index b566e07741..070c5bcca0 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -87,7 +87,7 @@ distributed as part of the core Firebase Feature | Required Libraries and Gradle Packages -------------------------- | -------------------------------------- -All Firebase SDKs | platform(com.google.firebase:firebase-bom:31.1.0) +All Firebase SDKs | platform(com.google.firebase:firebase-bom:31.1.1) | | (Android Bill of Materials) Firebase AdMob | libfirebase_admob.a | (deprecated) | libfirebase_app.a @@ -232,50 +232,50 @@ Feature | Required Frameworks and Cocoapods -------------------------- | --------------------------------------- Firebase AdMob | firebase_admob.xcframework | (deprecated) | firebase.xcframework -| | Firebase/Analytics Cocoapod (10.2.0) +| | Firebase/Analytics Cocoapod (10.3.0) | | Google-Mobile-Ads-SDK Cocoapod (7.69.0-cppsdk3) Firebase Analytics | firebase_analytics.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (10.2.0) +| | Firebase/Analytics Cocoapod (10.3.0) Firebase Authentication | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Auth Cocoapod (10.2.0) +| | Firebase/Auth Cocoapod (10.3.0) Firebase Dynamic Links | firebase_dynamic_links.xcframework | | firebase.xcframework -| | Firebase/DynamicLinks Cocoapod (10.2.0) +| | Firebase/DynamicLinks Cocoapod (10.3.0) Cloud Firestore | firebase_firestore.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Firestore Cocoapod (10.2.0) -| | Firebase/Auth Cocoapod (10.2.0) +| | Firebase/Firestore Cocoapod (10.3.0) +| | Firebase/Auth Cocoapod (10.3.0) Firebase Functions | firebase_functions.xcframework | | firebase_auth.xcframework (optional) | | firebase.xcframework -| | Firebase/Functions Cocoapod (10.2.0) -| | Firebase/Auth Cocoapod (10.2.0) +| | Firebase/Functions Cocoapod (10.3.0) +| | Firebase/Auth Cocoapod (10.3.0) Google Mobile Ads | firebase_gma.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (10.2.0) +| | Firebase/Analytics Cocoapod (10.3.0) | | Google-Mobile-Ads-SDK Cocoapod (9.11.0.1) Firebase Installations | firebase_installations.xcframework | | firebase.xcframework -| | FirebaseInstallations Cocoapod (10.2.0) +| | FirebaseInstallations Cocoapod (10.3.0) Firebase Cloud Messaging | firebase_messaging.xcframework | | firebase.xcframework -| | Firebase/Messaging Cocoapod (10.2.0) +| | Firebase/Messaging Cocoapod (10.3.0) Firebase Realtime Database | firebase_database.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Database Cocoapod (10.2.0) -| | Firebase/Auth Cocoapod (10.2.0) +| | Firebase/Database Cocoapod (10.3.0) +| | Firebase/Auth Cocoapod (10.3.0) Firebase Remote Config | firebase_remote_config.xcframework | | firebase.xcframework -| | Firebase/RemoteConfig Cocoapod (10.2.0) +| | Firebase/RemoteConfig Cocoapod (10.3.0) Firebase Storage | firebase_storage.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Storage Cocoapod (10.2.0) -| | Firebase/Auth Cocoapod (10.2.0) +| | Firebase/Storage Cocoapod (10.3.0) +| | Firebase/Auth Cocoapod (10.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 @@ -300,50 +300,50 @@ Feature | Required Libraries and Cocoapods -------------------------- | ----------------------------------------- Firebase AdMob | libfirebase_admob.a | (deprecated) | libfirebase_app.a -| | Firebase/Analytics Cocoapod (10.2.0) +| | Firebase/Analytics Cocoapod (10.3.0) | | Google-Mobile-Ads-SDK Cocoapod (7.69.0-cppsdk3) Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (10.2.0) +| | Firebase/Analytics Cocoapod (10.3.0) Firebase Authentication | libfirebase_auth.a | | libfirebase_app.a -| | Firebase/Auth Cocoapod (10.2.0) +| | Firebase/Auth Cocoapod (10.3.0) Firebase Dynamic Links | libfirebase_dynamic_links.a | | libfirebase_app.a -| | Firebase/DynamicLinks Cocoapod (10.2.0) +| | Firebase/DynamicLinks Cocoapod (10.3.0) Cloud Firestore | libfirebase_firestore.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Firestore Cocoapod (10.2.0) -| | Firebase/Auth Cocoapod (10.2.0) +| | Firebase/Firestore Cocoapod (10.3.0) +| | Firebase/Auth Cocoapod (10.3.0) Firebase Functions | libfirebase_functions.a | | libfirebase_app.a | | libfirebase_auth.a (optional) -| | Firebase/Functions Cocoapod (10.2.0) -| | Firebase/Auth Cocoapod (10.2.0) +| | Firebase/Functions Cocoapod (10.3.0) +| | Firebase/Auth Cocoapod (10.3.0) Google Mobile Ads | libfirebase_gma.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (10.2.0) +| | Firebase/Analytics Cocoapod (10.3.0) | | Google-Mobile-Ads-SDK Cocoapod (9.11.0.1) Firebase Installations | libfirebase_installations.a | | libfirebase_app.a -| | FirebaseInstallations Cocoapod (10.2.0) +| | FirebaseInstallations Cocoapod (10.3.0) Firebase Cloud Messaging | libfirebase_messaging.a | | libfirebase_app.a -| | Firebase/CloudMessaging Cocoapod (10.2.0) +| | Firebase/CloudMessaging Cocoapod (10.3.0) Firebase Realtime Database | libfirebase_database.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Database Cocoapod (10.2.0) -| | Firebase/Auth Cocoapod (10.2.0) +| | Firebase/Database Cocoapod (10.3.0) +| | Firebase/Auth Cocoapod (10.3.0) Firebase Remote Config | libfirebase_remote_config.a | | libfirebase_app.a -| | Firebase/RemoteConfig Cocoapod (10.2.0) +| | Firebase/RemoteConfig Cocoapod (10.3.0) Firebase Storage | libfirebase_storage.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Storage Cocoapod (10.2.0) -| | Firebase/Auth Cocoapod (10.2.0) +| | Firebase/Storage Cocoapod (10.3.0) +| | Firebase/Auth Cocoapod (10.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 diff --git a/remote_config/integration_test/Podfile b/remote_config/integration_test/Podfile index 8e0c999a99..8826004fe3 100644 --- a/remote_config/integration_test/Podfile +++ b/remote_config/integration_test/Podfile @@ -4,12 +4,12 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '11.0' - pod 'Firebase/RemoteConfig', '10.2.0' + pod 'Firebase/RemoteConfig', '10.3.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/RemoteConfig', '10.2.0' + pod 'Firebase/RemoteConfig', '10.3.0' end post_install do |installer| diff --git a/storage/integration_test/Podfile b/storage/integration_test/Podfile index 5e83b4e219..b466172137 100644 --- a/storage/integration_test/Podfile +++ b/storage/integration_test/Podfile @@ -4,14 +4,14 @@ use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '11.0' - pod 'Firebase/Storage', '10.2.0' - pod 'Firebase/Auth', '10.2.0' + pod 'Firebase/Storage', '10.3.0' + pod 'Firebase/Auth', '10.3.0' end target 'integration_test_tvos' do platform :tvos, '12.0' - pod 'Firebase/Storage', '10.2.0' - pod 'Firebase/Auth', '10.2.0' + pod 'Firebase/Storage', '10.3.0' + pod 'Firebase/Auth', '10.3.0' end post_install do |installer| diff --git a/storage/storage_resources/build.gradle b/storage/storage_resources/build.gradle index 7c68aa9572..1f4d794341 100644 --- a/storage/storage_resources/build.gradle +++ b/storage/storage_resources/build.gradle @@ -49,7 +49,7 @@ android { } dependencies { - implementation platform('com.google.firebase:firebase-bom:31.1.0') + implementation platform('com.google.firebase:firebase-bom:31.1.1') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-storage' }