From ca002b6cc74f1a4fe579907abc1c466c1473ef3c Mon Sep 17 00:00:00 2001 From: Jon Simantov Date: Tue, 15 Jun 2021 11:32:46 -0700 Subject: [PATCH 1/4] Update iOS dependencies to 8.1.1. --- admob/integration_test/Podfile | 2 +- analytics/integration_test/Podfile | 2 +- app/integration_test/Podfile | 2 +- auth/integration_test/Podfile | 4 ++-- database/integration_test/Podfile | 4 ++-- dynamic_links/integration_test/Podfile | 2 +- firestore/integration_test/Podfile | 4 ++-- functions/integration_test/Podfile | 4 ++-- installations/integration_test/Podfile | 4 ++-- ios_pod/Podfile | 24 ++++++++++++------------ messaging/integration_test/Podfile | 2 +- remote_config/integration_test/Podfile | 4 ++-- storage/integration_test/Podfile | 4 ++-- 13 files changed, 31 insertions(+), 31 deletions(-) diff --git a/admob/integration_test/Podfile b/admob/integration_test/Podfile index c8b2868954..162d2cd568 100644 --- a/admob/integration_test/Podfile +++ b/admob/integration_test/Podfile @@ -3,7 +3,7 @@ platform :ios, '10.0' # Firebase AdMob test application. target 'integration_test' do - pod 'Firebase/Analytics', '8.0.0' + pod 'Firebase/Analytics', '8.1.1' pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk' end diff --git a/analytics/integration_test/Podfile b/analytics/integration_test/Podfile index dddbdab090..b5173c0002 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.0.0' + pod 'Firebase/Analytics', '8.1.1' end post_install do |installer| diff --git a/app/integration_test/Podfile b/app/integration_test/Podfile index 208fedff14..49a017cdba 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.0.0' + pod 'Firebase/Analytics', '8.1.1' end post_install do |installer| diff --git a/auth/integration_test/Podfile b/auth/integration_test/Podfile index 9547ad36dc..0bfe971207 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.0.0' + pod 'Firebase/Auth', '8.1.1' end target 'integration_test_tvos' do platform :tvos, '10.0' - pod 'Firebase/Auth', '8.0.0' + pod 'Firebase/Auth', '8.1.1' end post_install do |installer| diff --git a/database/integration_test/Podfile b/database/integration_test/Podfile index d971852ee6..b490dd075c 100644 --- a/database/integration_test/Podfile +++ b/database/integration_test/Podfile @@ -4,8 +4,8 @@ platform :ios, '10.0' # Firebase Realtime Database test application. target 'integration_test' do - pod 'Firebase/Database', '8.0.0' - pod 'Firebase/Auth', '8.0.0' + pod 'Firebase/Database', '8.1.1' + pod 'Firebase/Auth', '8.1.1' end post_install do |installer| diff --git a/dynamic_links/integration_test/Podfile b/dynamic_links/integration_test/Podfile index 589c16cd0d..6eab07b079 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.0.0' + pod 'Firebase/DynamicLinks', '8.1.1' end post_install do |installer| diff --git a/firestore/integration_test/Podfile b/firestore/integration_test/Podfile index 23532617ee..93672ac167 100644 --- a/firestore/integration_test/Podfile +++ b/firestore/integration_test/Podfile @@ -4,8 +4,8 @@ platform :ios, '10.0' # Firebase Realtime Firestore test application. target 'integration_test' do - pod 'Firebase/Firestore', '8.0.0' - pod 'Firebase/Auth', '8.0.0' + pod 'Firebase/Firestore', '8.1.1' + pod 'Firebase/Auth', '8.1.1' end post_install do |installer| diff --git a/functions/integration_test/Podfile b/functions/integration_test/Podfile index 538490a4b4..a1aa87be1e 100644 --- a/functions/integration_test/Podfile +++ b/functions/integration_test/Podfile @@ -4,8 +4,8 @@ platform :ios, '10.0' # Cloud Functions for Firebase test application. target 'integration_test' do - pod 'Firebase/Functions', '8.0.0' - pod 'Firebase/Auth', '8.0.0' + pod 'Firebase/Functions', '8.1.1' + pod 'Firebase/Auth', '8.1.1' end post_install do |installer| diff --git a/installations/integration_test/Podfile b/installations/integration_test/Podfile index 74eccf0074..95295d1a96 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.0.0' - pod 'Firebase/Installations', '8.0.0' + pod 'Firebase/Analytics', '8.1.1' + pod 'Firebase/Installations', '8.1.1' end post_install do |installer| diff --git a/ios_pod/Podfile b/ios_pod/Podfile index 8d2a7c78ca..da55b5537c 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.0.0' + pod 'Firebase/Core', '8.1.1' pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk' - pod 'Firebase/Analytics', '8.0.0' - pod 'Firebase/Auth', '8.0.0' - pod 'Firebase/Crashlytics', '8.0.0' - pod 'Firebase/Database', '8.0.0' - pod 'Firebase/DynamicLinks', '8.0.0' - pod 'Firebase/Firestore', '8.0.0' - pod 'Firebase/Functions', '8.0.0' - pod 'Firebase/Installations', '8.0.0' - pod 'Firebase/Messaging', '8.0.0' - pod 'Firebase/RemoteConfig', '8.0.0' - pod 'Firebase/Storage', '8.0.0' + pod 'Firebase/Analytics', '8.1.1' + pod 'Firebase/Auth', '8.1.1' + pod 'Firebase/Crashlytics', '8.1.1' + pod 'Firebase/Database', '8.1.1' + pod 'Firebase/DynamicLinks', '8.1.1' + pod 'Firebase/Firestore', '8.1.1' + pod 'Firebase/Functions', '8.1.1' + pod 'Firebase/Installations', '8.1.1' + pod 'Firebase/Messaging', '8.1.1' + pod 'Firebase/RemoteConfig', '8.1.1' + pod 'Firebase/Storage', '8.1.1' end diff --git a/messaging/integration_test/Podfile b/messaging/integration_test/Podfile index 4560523688..b9537e7f35 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.0.0' + pod 'Firebase/Messaging', '8.1.1' end post_install do |installer| diff --git a/remote_config/integration_test/Podfile b/remote_config/integration_test/Podfile index e956f7cbd0..dc7ac987de 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.0.0' + pod 'Firebase/RemoteConfig', '8.1.1' end target 'integration_test_tvos' do platform :tvos, '10.0' - pod 'Firebase/RemoteConfig', '8.0.0' + pod 'Firebase/RemoteConfig', '8.1.1' end post_install do |installer| diff --git a/storage/integration_test/Podfile b/storage/integration_test/Podfile index 684ddeca0f..209de8aa51 100644 --- a/storage/integration_test/Podfile +++ b/storage/integration_test/Podfile @@ -4,8 +4,8 @@ platform :ios, '10.0' # Cloud Storage for Firebase test application. target 'integration_test' do - pod 'Firebase/Storage', '8.0.0' - pod 'Firebase/Auth', '8.0.0' + pod 'Firebase/Storage', '8.1.1' + pod 'Firebase/Auth', '8.1.1' end post_install do |installer| From b9a857acdda5f84533de55f9fab17d5e496aec42 Mon Sep 17 00:00:00 2001 From: Jon Simantov Date: Tue, 15 Jun 2021 11:36:13 -0700 Subject: [PATCH 2/4] Update Android dependencies. --- Android/firebase_dependencies.gradle | 6 +++--- app/invites_resources/build.gradle | 2 +- firestore/firestore_resources/build.gradle | 2 +- release_build_files/Android/firebase_dependencies.gradle | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Android/firebase_dependencies.gradle b/Android/firebase_dependencies.gradle index 3e3ff8403c..2d1a47da0d 100644 --- a/Android/firebase_dependencies.gradle +++ b/Android/firebase_dependencies.gradle @@ -24,8 +24,8 @@ def firebaseDependenciesMap = [ 'com.google.android.gms:play-services-base:17.6.0'], '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.0.0'], - 'firestore' : ['com.google.firebase:firebase-firestore:23.0.0'], + 'dynamic_links' : ['com.google.firebase:firebase-dynamic-links:20.1.0'], + 'firestore' : ['com.google.firebase:firebase-firestore:23.0.1'], '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.9.0', 'com.google.android.gms:play-services-base:17.6.0'], - 'performance' : ['com.google.firebase:firebase-perf:20.0.0'], + 'performance' : ['com.google.firebase:firebase-perf:20.0.1'], '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/app/invites_resources/build.gradle b/app/invites_resources/build.gradle index 75b1e9312c..3146efaa2c 100644 --- a/app/invites_resources/build.gradle +++ b/app/invites_resources/build.gradle @@ -50,7 +50,7 @@ android { dependencies { implementation 'com.google.firebase:firebase-analytics:19.0.0' - implementation 'com.google.firebase:firebase-dynamic-links:20.0.0' + implementation 'com.google.firebase:firebase-dynamic-links:20.1.0' implementation project(':app:app_resources') } diff --git a/firestore/firestore_resources/build.gradle b/firestore/firestore_resources/build.gradle index 99489f7ecf..983a183ec6 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.0' + implementation 'com.google.firebase:firebase-firestore:23.0.1' } afterEvaluate { diff --git a/release_build_files/Android/firebase_dependencies.gradle b/release_build_files/Android/firebase_dependencies.gradle index afe398464b..965dcfead0 100644 --- a/release_build_files/Android/firebase_dependencies.gradle +++ b/release_build_files/Android/firebase_dependencies.gradle @@ -24,8 +24,8 @@ def firebaseDependenciesMap = [ 'com.google.android.gms:play-services-base:17.6.0'], '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.0.0'], - 'firestore' : ['com.google.firebase:firebase-firestore:23.0.0'], + 'dynamic_links' : ['com.google.firebase:firebase-dynamic-links:20.1.0'], + 'firestore' : ['com.google.firebase:firebase-firestore:23.0.1'], '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.9.0', 'com.google.android.gms:play-services-base:17.6.0'], - 'performance' : ['com.google.firebase:firebase-perf:20.0.0'], + 'performance' : ['com.google.firebase:firebase-perf:20.0.1'], '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'], From bffce7648f48d15a9123067d6f11e2bb0f0ac425 Mon Sep 17 00:00:00 2001 From: Jon Simantov Date: Tue, 15 Jun 2021 11:36:29 -0700 Subject: [PATCH 3/4] Update listed dependencies in readme file. --- release_build_files/readme.md | 108 +++++++++++++++++----------------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/release_build_files/readme.md b/release_build_files/readme.md index 5df03098c6..c9e5599dad 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -83,79 +83,79 @@ Feature | Required Libraries and Gradle Packages -------------------------- | -------------------------------------- Firebase AdMob | libfirebase_admob.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:18.0.3 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) -| | com.google.firebase:firebase-ads:20.0.0 +| | com.google.firebase:firebase-ads:19.8.0 | | (Maven package) -| | com.google.android.gms:play-services-measurement-sdk-api:18.0.3 +| | 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:18.0.3 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) Firebase Authentication | libfirebase_auth.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:18.0.3 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) -| | com.google.firebase:firebase-auth:20.0.4 +| | 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:18.0.3 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) -| | com.google.firebase:firebase-dynamic-links:19.1.1 +| | 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:18.0.3 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) -| | com.google.firebase:firebase-firestore:22.1.2 +| | com.google.firebase:firebase-firestore:23.0.1 | | (Maven package) -| | com.google.firebase:firebase-auth:20.0.4 +| | 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:18.0.3 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) -| | com.google.firebase:firebase-functions:19.2.0 +| | com.google.firebase:firebase-functions:20.0.0 | | (Maven package) -| | com.google.firebase:firebase-auth:20.0.4 +| | com.google.firebase:firebase-auth:21.0.1 | | (Maven package) Firebase Installations | libfirebase_installations.a | | libfirebase_app.a -| | com.google.firebase:firebase-installations:16.3.5 +| | com.google.firebase:firebase-installations:17.0.0 | | (Maven package) Firebase Messaging | libfirebase_messaging.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:18.0.3 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) -| | com.google.firebase:firebase-messaging:21.1.0 +| | com.google.firebase:firebase-messaging:22.0.0 | | (Maven package) | | libmessaging_java.jar (Android service) | | androidx.core:core:1.0.1 (Maven package) Firebase Realtime Database | libfirebase_database.a | | libfirebase_auth.a | | libfirebase_app.a -| | com.google.firebase:firebase-analytics:18.0.3 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) -| | com.google.firebase:firebase-database:19.7.0 +| | com.google.firebase:firebase-database:20.0.0 | | (Maven package) -| | com.google.firebase:firebase-auth:20.0.4 +| | 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:18.0.3 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) -| | com.google.firebase:firebase-config:20.0.4 +| | 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:18.0.3 +| | com.google.firebase:firebase-analytics:19.0.0 | | (Maven package) -| | com.google.firebase:firebase-storage:19.2.2 +| | com.google.firebase:firebase-storage:20.0.0 | | (Maven package) | | com.google.firebase:firebase-auth:20.0.4 | | (Maven package) @@ -175,46 +175,46 @@ Feature | Required Frameworks and Cocoapods -------------------------- | --------------------------------------- Firebase AdMob | firebase_admob.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (8.0.0) +| | Firebase/Analytics Cocoapod (8.1.1) | | Google-Mobile-Ads-SDK Cocoapod (7.69.0-cppsdk) Firebase Analytics | firebase_analytics.xcframework | | firebase.xcframework -| | Firebase/Analytics Cocoapod (8.0.0) +| | Firebase/Analytics Cocoapod (8.1.1) Firebase Authentication | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Auth Cocoapod (8.0.0) +| | Firebase/Auth Cocoapod (8.1.1) Firebase Dynamic Links | firebase_dynamic_links.xcframework | | firebase.xcframework -| | Firebase/DynamicLinks Cocoapod (8.0.0) +| | Firebase/DynamicLinks Cocoapod (8.1.1) Cloud Firestore | firebase_firestore.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Firestore Cocoapod (8.0.0) -| | Firebase/Auth Cocoapod (8.0.0) +| | Firebase/Firestore Cocoapod (8.1.1) +| | Firebase/Auth Cocoapod (8.1.1) Firebase Functions | firebase_functions.xcframework | | firebase_auth.xcframework (optional) | | firebase.xcframework -| | Firebase/Functions Cocoapod (8.0.0) -| | Firebase/Auth Cocoapod (8.0.0) +| | Firebase/Functions Cocoapod (8.1.1) +| | Firebase/Auth Cocoapod (8.1.1) Firebase Installations | firebase_installations.xcframework | | firebase.xcframework -| | FirebaseInstallations Cocoapod (8.0.0) +| | FirebaseInstallations Cocoapod (8.1.1) Firebase Cloud Messaging | firebase_messaging.xcframework | | firebase.xcframework -| | Firebase/Messaging Cocoapod (8.0.0) +| | Firebase/Messaging Cocoapod (8.1.1) Firebase Realtime Database | firebase_database.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Database Cocoapod (8.0.0) -| | Firebase/Auth Cocoapod (8.0.0) +| | Firebase/Database Cocoapod (8.1.1) +| | Firebase/Auth Cocoapod (8.1.1) Firebase Remote Config | firebase_remote_config.xcframework | | firebase.xcframework -| | Firebase/RemoteConfig Cocoapod (8.0.0) +| | Firebase/RemoteConfig Cocoapod (8.1.1) Firebase Storage | firebase_storage.xcframework | | firebase_auth.xcframework | | firebase.xcframework -| | Firebase/Storage Cocoapod (8.0.0) -| | Firebase/Auth Cocoapod (8.0.0) +| | Firebase/Storage Cocoapod (8.1.1) +| | Firebase/Auth Cocoapod (8.1.1) 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 @@ -235,46 +235,46 @@ Feature | Required Libraries and Cocoapods -------------------------- | ----------------------------------------- Firebase AdMob | libfirebase_admob.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (8.0.0) +| | Firebase/Analytics Cocoapod (8.1.1) | | Google-Mobile-Ads-SDK Cocoapod (7.69.0-cppsdk) Firebase Analytics | libfirebase_analytics.a | | libfirebase_app.a -| | Firebase/Analytics Cocoapod (8.0.0) +| | Firebase/Analytics Cocoapod (8.1.1) Firebase Authentication | libfirebase_auth.a | | libfirebase_app.a -| | Firebase/Auth Cocoapod (8.0.0) +| | Firebase/Auth Cocoapod (8.1.1) Firebase Dynamic Links | libfirebase_dynamic_links.a | | libfirebase_app.a -| | Firebase/DynamicLinks Cocoapod (8.0.0) +| | Firebase/DynamicLinks Cocoapod (8.1.1) Cloud Firestore | libfirebase_firestore.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Firestore Cocoapod (8.0.0) -| | Firebase/Auth Cocoapod (8.0.0) +| | Firebase/Firestore Cocoapod (8.1.1) +| | Firebase/Auth Cocoapod (8.1.1) Firebase Functions | libfirebase_functions.a | | libfirebase_app.a | | libfirebase_auth.a (optional) -| | Firebase/Functions Cocoapod (8.0.0) -| | Firebase/Auth Cocoapod (8.0.0) +| | Firebase/Functions Cocoapod (8.1.1) +| | Firebase/Auth Cocoapod (8.1.1) Firebase Installations | libfirebase_installations.a | | libfirebase_app.a -| | FirebaseInstallations Cocoapod (8.0.0) +| | FirebaseInstallations Cocoapod (8.1.1) Firebase Cloud Messaging | libfirebase_messaging.a | | libfirebase_app.a -| | Firebase/CloudMessaging Cocoapod (8.0.0) +| | Firebase/CloudMessaging Cocoapod (8.1.1) Firebase Realtime Database | libfirebase_database.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Database Cocoapod (8.0.0) -| | Firebase/Auth Cocoapod (8.0.0) +| | Firebase/Database Cocoapod (8.1.1) +| | Firebase/Auth Cocoapod (8.1.1) Firebase Remote Config | libfirebase_remote_config.a | | libfirebase_app.a -| | Firebase/RemoteConfig Cocoapod (8.0.0) +| | Firebase/RemoteConfig Cocoapod (8.1.1) Firebase Storage | libfirebase_storage.a | | libfirebase_app.a | | libfirebase_auth.a -| | Firebase/Storage Cocoapod (8.0.0) -| | Firebase/Auth Cocoapod (8.0.0) +| | Firebase/Storage Cocoapod (8.1.1) +| | Firebase/Auth Cocoapod (8.1.1) 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 From e39876a0ceec6cfead790dd5b21991e32e3b0e84 Mon Sep 17 00:00:00 2001 From: Jon Simantov Date: Tue, 15 Jun 2021 11:39:20 -0700 Subject: [PATCH 4/4] Add AdMob note. --- release_build_files/readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/release_build_files/readme.md b/release_build_files/readme.md index c9e5599dad..04e65f843a 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -164,6 +164,11 @@ Important: Each version of the Firebase C++ SDK supports specific Firebase Android SDK module versions. Please ensure that you reference the correct version of each Maven package listed above in your Gradle file. +Note: AdMob C++ is not currently compatible with the latest Firebase AdMob +Android SDK (20.x.x). Please ensure that you use firebase-ads version 19.8.0 in +conjunction with the latest firebase-analytics version to maintain +compatibility. + ### iOS Dependencies iOS users can include either xcframeworks or static libraries depending upon their