Skip to content

Update mobile dependencies - Tue Sep 14 2021 #659

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Android/firebase_dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ def firebaseDependenciesMap = [
'analytics' : ['com.google.firebase:firebase-analytics:19.0.1',
'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.1'],
'database' : ['com.google.firebase:firebase-database:20.0.2'],
'dynamic_links' : ['com.google.firebase:firebase-dynamic-links:20.1.1'],
'firestore' : ['com.google.firebase:firebase-firestore:23.0.3'],
'functions' : ['com.google.firebase:firebase-functions:20.0.0'],
'functions' : ['com.google.firebase:firebase-functions:20.0.1'],
'installations' : ['com.google.firebase:firebase-installations:17.0.0',
'com.google.android.gms:play-services-base:17.6.0'],
'invites' : ['com.google.firebase:firebase-invites:17.0.0'],
Expand Down
2 changes: 1 addition & 1 deletion admob/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ platform :ios, '10.0'
# Firebase AdMob test application.

target 'integration_test' do
pod 'Firebase/Analytics', '8.6.0'
pod 'Firebase/Analytics', '8.7.0'
pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk'
end

Expand Down
2 changes: 1 addition & 1 deletion analytics/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '10.0'
# Firebase Analytics test application.

target 'integration_test' do
pod 'Firebase/Analytics', '8.6.0'
pod 'Firebase/Analytics', '8.7.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion app/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '10.0'
# Firebase App test application.

target 'integration_test' do
pod 'Firebase/Analytics', '8.6.0'
pod 'Firebase/Analytics', '8.7.0'
end

post_install do |installer|
Expand Down
4 changes: 2 additions & 2 deletions auth/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/Auth', '8.6.0'
pod 'Firebase/Auth', '8.7.0'
end

target 'integration_test_tvos' do
platform :tvos, '10.0'
pod 'Firebase/Auth', '8.6.0'
pod 'Firebase/Auth', '8.7.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion cmake/external/firestore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if(TARGET firestore)
return()
endif()

set(version CocoaPods-8.6.0)
set(version CocoaPods-8.7.0)
ExternalProject_Add(
firestore

Expand Down
2 changes: 1 addition & 1 deletion database/database_resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {

dependencies {
implementation 'com.google.firebase:firebase-analytics:19.0.1'
implementation 'com.google.firebase:firebase-database:20.0.1'
implementation 'com.google.firebase:firebase-database:20.0.2'
//implementation project(':app:app_resources')
}

Expand Down
8 changes: 4 additions & 4 deletions database/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/Database', '8.6.0'
pod 'Firebase/Auth', '8.6.0'
pod 'Firebase/Database', '8.7.0'
pod 'Firebase/Auth', '8.7.0'
end

target 'integration_test_tvos' do
platform :tvos, '10.0'
pod 'Firebase/Database', '8.6.0'
pod 'Firebase/Auth', '8.6.0'
pod 'Firebase/Database', '8.7.0'
pod 'Firebase/Auth', '8.7.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion dynamic_links/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '10.0'
# Firebase Dynamic Links test application.

target 'integration_test' do
pod 'Firebase/DynamicLinks', '8.6.0'
pod 'Firebase/DynamicLinks', '8.7.0'
end

post_install do |installer|
Expand Down
8 changes: 4 additions & 4 deletions firestore/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/Firestore', '8.6.0'
pod 'Firebase/Auth', '8.6.0'
pod 'Firebase/Firestore', '8.7.0'
pod 'Firebase/Auth', '8.7.0'
end

target 'integration_test_tvos' do
platform :tvos, '10.0'
pod 'Firebase/Firestore', '8.6.0'
pod 'Firebase/Auth', '8.6.0'
pod 'Firebase/Firestore', '8.7.0'
pod 'Firebase/Auth', '8.7.0'
end

post_install do |installer|
Expand Down
8 changes: 4 additions & 4 deletions firestore/integration_test_internal/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ platform :ios, '10.0'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/Firestore', '8.6.0'
pod 'Firebase/Auth', '8.6.0'
pod 'Firebase/Firestore', '8.7.0'
pod 'Firebase/Auth', '8.7.0'
end

target 'integration_test_tvos' do
platform :tvos, '10.0'
pod 'Firebase/Firestore', '8.6.0'
pod 'Firebase/Auth', '8.6.0'
pod 'Firebase/Firestore', '8.7.0'
pod 'Firebase/Auth', '8.7.0'
end

post_install do |installer|
Expand Down
8 changes: 4 additions & 4 deletions functions/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/Functions', '8.6.0'
pod 'Firebase/Auth', '8.6.0'
pod 'Firebase/Functions', '8.7.0'
pod 'Firebase/Auth', '8.7.0'
end

target 'integration_test_tvos' do
platform :tvos, '10.0'
pod 'Firebase/Functions', '8.6.0'
pod 'Firebase/Auth', '8.6.0'
pod 'Firebase/Functions', '8.7.0'
pod 'Firebase/Auth', '8.7.0'
end

post_install do |installer|
Expand Down
4 changes: 2 additions & 2 deletions installations/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ platform :ios, '10.0'
# Firebase Installations test application.

target 'integration_test' do
pod 'Firebase/Analytics', '8.6.0'
pod 'Firebase/Installations', '8.6.0'
pod 'Firebase/Analytics', '8.7.0'
pod 'Firebase/Installations', '8.7.0'
end

post_install do |installer|
Expand Down
24 changes: 12 additions & 12 deletions ios_pod/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'

target 'GetPods' do
pod 'Firebase/Core', '8.6.0'
pod 'Firebase/Core', '8.7.0'

pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk'
pod 'Firebase/Analytics', '8.6.0'
pod 'Firebase/Auth', '8.6.0'
pod 'Firebase/Crashlytics', '8.6.0'
pod 'Firebase/Database', '8.6.0'
pod 'Firebase/DynamicLinks', '8.6.0'
pod 'Firebase/Firestore', '8.6.0'
pod 'Firebase/Functions', '8.6.0'
pod 'Firebase/Installations', '8.6.0'
pod 'Firebase/Messaging', '8.6.0'
pod 'Firebase/RemoteConfig', '8.6.0'
pod 'Firebase/Storage', '8.6.0'
pod 'Firebase/Analytics', '8.7.0'
pod 'Firebase/Auth', '8.7.0'
pod 'Firebase/Crashlytics', '8.7.0'
pod 'Firebase/Database', '8.7.0'
pod 'Firebase/DynamicLinks', '8.7.0'
pod 'Firebase/Firestore', '8.7.0'
pod 'Firebase/Functions', '8.7.0'
pod 'Firebase/Installations', '8.7.0'
pod 'Firebase/Messaging', '8.7.0'
pod 'Firebase/RemoteConfig', '8.7.0'
pod 'Firebase/Storage', '8.7.0'

end
4 changes: 2 additions & 2 deletions messaging/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/Messaging', '8.6.0'
pod 'Firebase/Messaging', '8.7.0'
end

target 'integration_test_tvos' do
platform :tvos, '10.0'
pod 'Firebase/Messaging', '8.6.0'
pod 'Firebase/Messaging', '8.7.0'
end

post_install do |installer|
Expand Down
4 changes: 2 additions & 2 deletions release_build_files/Android/firebase_dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ def firebaseDependenciesMap = [
'analytics' : ['com.google.firebase:firebase-analytics:19.0.1',
'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.1'],
'database' : ['com.google.firebase:firebase-database:20.0.2'],
'dynamic_links' : ['com.google.firebase:firebase-dynamic-links:20.1.1'],
'firestore' : ['com.google.firebase:firebase-firestore:23.0.3'],
'functions' : ['com.google.firebase:firebase-functions:20.0.0'],
'functions' : ['com.google.firebase:firebase-functions:20.0.1'],
'installations' : ['com.google.firebase:firebase-installations:17.0.0',
'com.google.android.gms:play-services-base:17.6.0'],
'invites' : ['com.google.firebase:firebase-invites:17.0.0'],
Expand Down
62 changes: 31 additions & 31 deletions release_build_files/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Firebase Functions | libfirebase_functions
| | libfirebase_app.a
| | com.google.firebase:firebase-analytics:19.0.1
| | (Maven package)
| | com.google.firebase:firebase-functions:20.0.0
| | com.google.firebase:firebase-functions:20.0.1
| | (Maven package)
| | com.google.firebase:firebase-auth:21.0.1
| | (Maven package)
Expand All @@ -140,7 +140,7 @@ Firebase Realtime Database | libfirebase_database.a
| | libfirebase_app.a
| | com.google.firebase:firebase-analytics:19.0.1
| | (Maven package)
| | com.google.firebase:firebase-database:20.0.1
| | com.google.firebase:firebase-database:20.0.2
| | (Maven package)
| | com.google.firebase:firebase-auth:21.0.1
| | (Maven package)
Expand Down Expand Up @@ -180,46 +180,46 @@ Feature | Required Frameworks and Cocoapods
-------------------------- | ---------------------------------------
Firebase AdMob | firebase_admob.xcframework
| | firebase.xcframework
| | Firebase/Analytics Cocoapod (8.6.0)
| | Firebase/Analytics Cocoapod (8.7.0)
| | Google-Mobile-Ads-SDK Cocoapod (7.69.0-cppsdk)
Firebase Analytics | firebase_analytics.xcframework
| | firebase.xcframework
| | Firebase/Analytics Cocoapod (8.6.0)
| | Firebase/Analytics Cocoapod (8.7.0)
Firebase Authentication | firebase_auth.xcframework
| | firebase.xcframework
| | Firebase/Auth Cocoapod (8.6.0)
| | Firebase/Auth Cocoapod (8.7.0)
Firebase Dynamic Links | firebase_dynamic_links.xcframework
| | firebase.xcframework
| | Firebase/DynamicLinks Cocoapod (8.6.0)
| | Firebase/DynamicLinks Cocoapod (8.7.0)
Cloud Firestore | firebase_firestore.xcframework
| | firebase_auth.xcframework
| | firebase.xcframework
| | Firebase/Firestore Cocoapod (8.6.0)
| | Firebase/Auth Cocoapod (8.6.0)
| | Firebase/Firestore Cocoapod (8.7.0)
| | Firebase/Auth Cocoapod (8.7.0)
Firebase Functions | firebase_functions.xcframework
| | firebase_auth.xcframework (optional)
| | firebase.xcframework
| | Firebase/Functions Cocoapod (8.6.0)
| | Firebase/Auth Cocoapod (8.6.0)
| | Firebase/Functions Cocoapod (8.7.0)
| | Firebase/Auth Cocoapod (8.7.0)
Firebase Installations | firebase_installations.xcframework
| | firebase.xcframework
| | FirebaseInstallations Cocoapod (8.6.0)
| | FirebaseInstallations Cocoapod (8.7.0)
Firebase Cloud Messaging | firebase_messaging.xcframework
| | firebase.xcframework
| | Firebase/Messaging Cocoapod (8.6.0)
| | Firebase/Messaging Cocoapod (8.7.0)
Firebase Realtime Database | firebase_database.xcframework
| | firebase_auth.xcframework
| | firebase.xcframework
| | Firebase/Database Cocoapod (8.6.0)
| | Firebase/Auth Cocoapod (8.6.0)
| | Firebase/Database Cocoapod (8.7.0)
| | Firebase/Auth Cocoapod (8.7.0)
Firebase Remote Config | firebase_remote_config.xcframework
| | firebase.xcframework
| | Firebase/RemoteConfig Cocoapod (8.6.0)
| | Firebase/RemoteConfig Cocoapod (8.7.0)
Firebase Storage | firebase_storage.xcframework
| | firebase_auth.xcframework
| | firebase.xcframework
| | Firebase/Storage Cocoapod (8.6.0)
| | Firebase/Auth Cocoapod (8.6.0)
| | Firebase/Storage Cocoapod (8.7.0)
| | Firebase/Auth Cocoapod (8.7.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
Expand All @@ -240,46 +240,46 @@ Feature | Required Libraries and Cocoapods
-------------------------- | -----------------------------------------
Firebase AdMob | libfirebase_admob.a
| | libfirebase_app.a
| | Firebase/Analytics Cocoapod (8.6.0)
| | Firebase/Analytics Cocoapod (8.7.0)
| | Google-Mobile-Ads-SDK Cocoapod (7.69.0-cppsdk)
Firebase Analytics | libfirebase_analytics.a
| | libfirebase_app.a
| | Firebase/Analytics Cocoapod (8.6.0)
| | Firebase/Analytics Cocoapod (8.7.0)
Firebase Authentication | libfirebase_auth.a
| | libfirebase_app.a
| | Firebase/Auth Cocoapod (8.6.0)
| | Firebase/Auth Cocoapod (8.7.0)
Firebase Dynamic Links | libfirebase_dynamic_links.a
| | libfirebase_app.a
| | Firebase/DynamicLinks Cocoapod (8.6.0)
| | Firebase/DynamicLinks Cocoapod (8.7.0)
Cloud Firestore | libfirebase_firestore.a
| | libfirebase_app.a
| | libfirebase_auth.a
| | Firebase/Firestore Cocoapod (8.6.0)
| | Firebase/Auth Cocoapod (8.6.0)
| | Firebase/Firestore Cocoapod (8.7.0)
| | Firebase/Auth Cocoapod (8.7.0)
Firebase Functions | libfirebase_functions.a
| | libfirebase_app.a
| | libfirebase_auth.a (optional)
| | Firebase/Functions Cocoapod (8.6.0)
| | Firebase/Auth Cocoapod (8.6.0)
| | Firebase/Functions Cocoapod (8.7.0)
| | Firebase/Auth Cocoapod (8.7.0)
Firebase Installations | libfirebase_installations.a
| | libfirebase_app.a
| | FirebaseInstallations Cocoapod (8.6.0)
| | FirebaseInstallations Cocoapod (8.7.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.6.0)
| | Firebase/Auth Cocoapod (8.6.0)
| | Firebase/Database Cocoapod (8.7.0)
| | Firebase/Auth Cocoapod (8.7.0)
Firebase Remote Config | libfirebase_remote_config.a
| | libfirebase_app.a
| | Firebase/RemoteConfig Cocoapod (8.6.0)
| | Firebase/RemoteConfig Cocoapod (8.7.0)
Firebase Storage | libfirebase_storage.a
| | libfirebase_app.a
| | libfirebase_auth.a
| | Firebase/Storage Cocoapod (8.6.0)
| | Firebase/Auth Cocoapod (8.6.0)
| | Firebase/Storage Cocoapod (8.7.0)
| | Firebase/Auth Cocoapod (8.7.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
Expand Down
4 changes: 2 additions & 2 deletions remote_config/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/RemoteConfig', '8.6.0'
pod 'Firebase/RemoteConfig', '8.7.0'
end

target 'integration_test_tvos' do
platform :tvos, '10.0'
pod 'Firebase/RemoteConfig', '8.6.0'
pod 'Firebase/RemoteConfig', '8.7.0'
end

post_install do |installer|
Expand Down
Loading