Skip to content

Commit 26f8b4a

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-bot
and
firebase-workflow-trigger-bot
authored
Update mobile dependencies - Tue Sep 14 2021 (#659)
### Android - com.google.firebase.firebase_database → 20.0.2 - com.google.firebase.firebase_functions → 20.0.1 ### iOS - Firebase/Analytics → 8.7.0 - Firebase/Auth → 8.7.0 - Firebase/Core → 8.7.0 - Firebase/Crashlytics → 8.7.0 - Firebase/Database → 8.7.0 - Firebase/DynamicLinks → 8.7.0 - Firebase/Firestore → 8.7.0 - Firebase/Functions → 8.7.0 - Firebase/Installations → 8.7.0 - Firebase/Messaging → 8.7.0 - Firebase/RemoteConfig → 8.7.0 - Firebase/Storage → 8.7.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/1231831992). Co-authored-by: firebase-workflow-trigger-bot <[email protected]>
1 parent ba12775 commit 26f8b4a

File tree

19 files changed

+81
-81
lines changed

19 files changed

+81
-81
lines changed

Android/firebase_dependencies.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ def firebaseDependenciesMap = [
2323
'analytics' : ['com.google.firebase:firebase-analytics:19.0.1',
2424
'com.google.android.gms:play-services-base:17.6.0'],
2525
'auth' : ['com.google.firebase:firebase-auth:21.0.1'],
26-
'database' : ['com.google.firebase:firebase-database:20.0.1'],
26+
'database' : ['com.google.firebase:firebase-database:20.0.2'],
2727
'dynamic_links' : ['com.google.firebase:firebase-dynamic-links:20.1.1'],
2828
'firestore' : ['com.google.firebase:firebase-firestore:23.0.3'],
29-
'functions' : ['com.google.firebase:firebase-functions:20.0.0'],
29+
'functions' : ['com.google.firebase:firebase-functions:20.0.1'],
3030
'installations' : ['com.google.firebase:firebase-installations:17.0.0',
3131
'com.google.android.gms:play-services-base:17.6.0'],
3232
'invites' : ['com.google.firebase:firebase-invites:17.0.0'],

admob/integration_test/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ platform :ios, '10.0'
33
# Firebase AdMob test application.
44

55
target 'integration_test' do
6-
pod 'Firebase/Analytics', '8.6.0'
6+
pod 'Firebase/Analytics', '8.7.0'
77
pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk'
88
end
99

analytics/integration_test/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase Analytics test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '8.6.0'
7+
pod 'Firebase/Analytics', '8.7.0'
88
end
99

1010
post_install do |installer|

app/integration_test/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase App test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '8.6.0'
7+
pod 'Firebase/Analytics', '8.7.0'
88
end
99

1010
post_install do |installer|

auth/integration_test/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git'
44

55
target 'integration_test' do
66
platform :ios, '10.0'
7-
pod 'Firebase/Auth', '8.6.0'
7+
pod 'Firebase/Auth', '8.7.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '10.0'
12-
pod 'Firebase/Auth', '8.6.0'
12+
pod 'Firebase/Auth', '8.7.0'
1313
end
1414

1515
post_install do |installer|

cmake/external/firestore.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if(TARGET firestore)
1818
return()
1919
endif()
2020

21-
set(version CocoaPods-8.6.0)
21+
set(version CocoaPods-8.7.0)
2222
ExternalProject_Add(
2323
firestore
2424

database/database_resources/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ android {
4646

4747
dependencies {
4848
implementation 'com.google.firebase:firebase-analytics:19.0.1'
49-
implementation 'com.google.firebase:firebase-database:20.0.1'
49+
implementation 'com.google.firebase:firebase-database:20.0.2'
5050
//implementation project(':app:app_resources')
5151
}
5252

database/integration_test/Podfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'
44

55
target 'integration_test' do
66
platform :ios, '10.0'
7-
pod 'Firebase/Database', '8.6.0'
8-
pod 'Firebase/Auth', '8.6.0'
7+
pod 'Firebase/Database', '8.7.0'
8+
pod 'Firebase/Auth', '8.7.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '10.0'
13-
pod 'Firebase/Database', '8.6.0'
14-
pod 'Firebase/Auth', '8.6.0'
13+
pod 'Firebase/Database', '8.7.0'
14+
pod 'Firebase/Auth', '8.7.0'
1515
end
1616

1717
post_install do |installer|

dynamic_links/integration_test/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase Dynamic Links test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/DynamicLinks', '8.6.0'
7+
pod 'Firebase/DynamicLinks', '8.7.0'
88
end
99

1010
post_install do |installer|

firestore/integration_test/Podfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'
44

55
target 'integration_test' do
66
platform :ios, '10.0'
7-
pod 'Firebase/Firestore', '8.6.0'
8-
pod 'Firebase/Auth', '8.6.0'
7+
pod 'Firebase/Firestore', '8.7.0'
8+
pod 'Firebase/Auth', '8.7.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '10.0'
13-
pod 'Firebase/Firestore', '8.6.0'
14-
pod 'Firebase/Auth', '8.6.0'
13+
pod 'Firebase/Firestore', '8.7.0'
14+
pod 'Firebase/Auth', '8.7.0'
1515
end
1616

1717
post_install do |installer|

firestore/integration_test_internal/Podfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ platform :ios, '10.0'
44

55
target 'integration_test' do
66
platform :ios, '10.0'
7-
pod 'Firebase/Firestore', '8.6.0'
8-
pod 'Firebase/Auth', '8.6.0'
7+
pod 'Firebase/Firestore', '8.7.0'
8+
pod 'Firebase/Auth', '8.7.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '10.0'
13-
pod 'Firebase/Firestore', '8.6.0'
14-
pod 'Firebase/Auth', '8.6.0'
13+
pod 'Firebase/Firestore', '8.7.0'
14+
pod 'Firebase/Auth', '8.7.0'
1515
end
1616

1717
post_install do |installer|

functions/integration_test/Podfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ source 'https://github.com/CocoaPods/Specs.git'
44

55
target 'integration_test' do
66
platform :ios, '10.0'
7-
pod 'Firebase/Functions', '8.6.0'
8-
pod 'Firebase/Auth', '8.6.0'
7+
pod 'Firebase/Functions', '8.7.0'
8+
pod 'Firebase/Auth', '8.7.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '10.0'
13-
pod 'Firebase/Functions', '8.6.0'
14-
pod 'Firebase/Auth', '8.6.0'
13+
pod 'Firebase/Functions', '8.7.0'
14+
pod 'Firebase/Auth', '8.7.0'
1515
end
1616

1717
post_install do |installer|

installations/integration_test/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ platform :ios, '10.0'
44
# Firebase Installations test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '8.6.0'
8-
pod 'Firebase/Installations', '8.6.0'
7+
pod 'Firebase/Analytics', '8.7.0'
8+
pod 'Firebase/Installations', '8.7.0'
99
end
1010

1111
post_install do |installer|

ios_pod/Podfile

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '10.0'
33

44
target 'GetPods' do
5-
pod 'Firebase/Core', '8.6.0'
5+
pod 'Firebase/Core', '8.7.0'
66

77
pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk'
8-
pod 'Firebase/Analytics', '8.6.0'
9-
pod 'Firebase/Auth', '8.6.0'
10-
pod 'Firebase/Crashlytics', '8.6.0'
11-
pod 'Firebase/Database', '8.6.0'
12-
pod 'Firebase/DynamicLinks', '8.6.0'
13-
pod 'Firebase/Firestore', '8.6.0'
14-
pod 'Firebase/Functions', '8.6.0'
15-
pod 'Firebase/Installations', '8.6.0'
16-
pod 'Firebase/Messaging', '8.6.0'
17-
pod 'Firebase/RemoteConfig', '8.6.0'
18-
pod 'Firebase/Storage', '8.6.0'
8+
pod 'Firebase/Analytics', '8.7.0'
9+
pod 'Firebase/Auth', '8.7.0'
10+
pod 'Firebase/Crashlytics', '8.7.0'
11+
pod 'Firebase/Database', '8.7.0'
12+
pod 'Firebase/DynamicLinks', '8.7.0'
13+
pod 'Firebase/Firestore', '8.7.0'
14+
pod 'Firebase/Functions', '8.7.0'
15+
pod 'Firebase/Installations', '8.7.0'
16+
pod 'Firebase/Messaging', '8.7.0'
17+
pod 'Firebase/RemoteConfig', '8.7.0'
18+
pod 'Firebase/Storage', '8.7.0'
1919

2020
end

messaging/integration_test/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git'
44

55
target 'integration_test' do
66
platform :ios, '10.0'
7-
pod 'Firebase/Messaging', '8.6.0'
7+
pod 'Firebase/Messaging', '8.7.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '10.0'
12-
pod 'Firebase/Messaging', '8.6.0'
12+
pod 'Firebase/Messaging', '8.7.0'
1313
end
1414

1515
post_install do |installer|

release_build_files/Android/firebase_dependencies.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ def firebaseDependenciesMap = [
2323
'analytics' : ['com.google.firebase:firebase-analytics:19.0.1',
2424
'com.google.android.gms:play-services-base:17.6.0'],
2525
'auth' : ['com.google.firebase:firebase-auth:21.0.1'],
26-
'database' : ['com.google.firebase:firebase-database:20.0.1'],
26+
'database' : ['com.google.firebase:firebase-database:20.0.2'],
2727
'dynamic_links' : ['com.google.firebase:firebase-dynamic-links:20.1.1'],
2828
'firestore' : ['com.google.firebase:firebase-firestore:23.0.3'],
29-
'functions' : ['com.google.firebase:firebase-functions:20.0.0'],
29+
'functions' : ['com.google.firebase:firebase-functions:20.0.1'],
3030
'installations' : ['com.google.firebase:firebase-installations:17.0.0',
3131
'com.google.android.gms:play-services-base:17.6.0'],
3232
'invites' : ['com.google.firebase:firebase-invites:17.0.0'],

release_build_files/readme.md

+31-31
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Firebase Functions | libfirebase_functions
119119
| | libfirebase_app.a
120120
| | com.google.firebase:firebase-analytics:19.0.1
121121
| | (Maven package)
122-
| | com.google.firebase:firebase-functions:20.0.0
122+
| | com.google.firebase:firebase-functions:20.0.1
123123
| | (Maven package)
124124
| | com.google.firebase:firebase-auth:21.0.1
125125
| | (Maven package)
@@ -140,7 +140,7 @@ Firebase Realtime Database | libfirebase_database.a
140140
| | libfirebase_app.a
141141
| | com.google.firebase:firebase-analytics:19.0.1
142142
| | (Maven package)
143-
| | com.google.firebase:firebase-database:20.0.1
143+
| | com.google.firebase:firebase-database:20.0.2
144144
| | (Maven package)
145145
| | com.google.firebase:firebase-auth:21.0.1
146146
| | (Maven package)
@@ -180,46 +180,46 @@ Feature | Required Frameworks and Cocoapods
180180
-------------------------- | ---------------------------------------
181181
Firebase AdMob | firebase_admob.xcframework
182182
| | firebase.xcframework
183-
| | Firebase/Analytics Cocoapod (8.6.0)
183+
| | Firebase/Analytics Cocoapod (8.7.0)
184184
| | Google-Mobile-Ads-SDK Cocoapod (7.69.0-cppsdk)
185185
Firebase Analytics | firebase_analytics.xcframework
186186
| | firebase.xcframework
187-
| | Firebase/Analytics Cocoapod (8.6.0)
187+
| | Firebase/Analytics Cocoapod (8.7.0)
188188
Firebase Authentication | firebase_auth.xcframework
189189
| | firebase.xcframework
190-
| | Firebase/Auth Cocoapod (8.6.0)
190+
| | Firebase/Auth Cocoapod (8.7.0)
191191
Firebase Dynamic Links | firebase_dynamic_links.xcframework
192192
| | firebase.xcframework
193-
| | Firebase/DynamicLinks Cocoapod (8.6.0)
193+
| | Firebase/DynamicLinks Cocoapod (8.7.0)
194194
Cloud Firestore | firebase_firestore.xcframework
195195
| | firebase_auth.xcframework
196196
| | firebase.xcframework
197-
| | Firebase/Firestore Cocoapod (8.6.0)
198-
| | Firebase/Auth Cocoapod (8.6.0)
197+
| | Firebase/Firestore Cocoapod (8.7.0)
198+
| | Firebase/Auth Cocoapod (8.7.0)
199199
Firebase Functions | firebase_functions.xcframework
200200
| | firebase_auth.xcframework (optional)
201201
| | firebase.xcframework
202-
| | Firebase/Functions Cocoapod (8.6.0)
203-
| | Firebase/Auth Cocoapod (8.6.0)
202+
| | Firebase/Functions Cocoapod (8.7.0)
203+
| | Firebase/Auth Cocoapod (8.7.0)
204204
Firebase Installations | firebase_installations.xcframework
205205
| | firebase.xcframework
206-
| | FirebaseInstallations Cocoapod (8.6.0)
206+
| | FirebaseInstallations Cocoapod (8.7.0)
207207
Firebase Cloud Messaging | firebase_messaging.xcframework
208208
| | firebase.xcframework
209-
| | Firebase/Messaging Cocoapod (8.6.0)
209+
| | Firebase/Messaging Cocoapod (8.7.0)
210210
Firebase Realtime Database | firebase_database.xcframework
211211
| | firebase_auth.xcframework
212212
| | firebase.xcframework
213-
| | Firebase/Database Cocoapod (8.6.0)
214-
| | Firebase/Auth Cocoapod (8.6.0)
213+
| | Firebase/Database Cocoapod (8.7.0)
214+
| | Firebase/Auth Cocoapod (8.7.0)
215215
Firebase Remote Config | firebase_remote_config.xcframework
216216
| | firebase.xcframework
217-
| | Firebase/RemoteConfig Cocoapod (8.6.0)
217+
| | Firebase/RemoteConfig Cocoapod (8.7.0)
218218
Firebase Storage | firebase_storage.xcframework
219219
| | firebase_auth.xcframework
220220
| | firebase.xcframework
221-
| | Firebase/Storage Cocoapod (8.6.0)
222-
| | Firebase/Auth Cocoapod (8.6.0)
221+
| | Firebase/Storage Cocoapod (8.7.0)
222+
| | Firebase/Auth Cocoapod (8.7.0)
223223

224224
Important: Each version of the Firebase C++ SDK supports a specific version of
225225
the Firebase iOS SDK. Please ensure that you reference the Cocoapod versions
@@ -240,46 +240,46 @@ Feature | Required Libraries and Cocoapods
240240
-------------------------- | -----------------------------------------
241241
Firebase AdMob | libfirebase_admob.a
242242
| | libfirebase_app.a
243-
| | Firebase/Analytics Cocoapod (8.6.0)
243+
| | Firebase/Analytics Cocoapod (8.7.0)
244244
| | Google-Mobile-Ads-SDK Cocoapod (7.69.0-cppsdk)
245245
Firebase Analytics | libfirebase_analytics.a
246246
| | libfirebase_app.a
247-
| | Firebase/Analytics Cocoapod (8.6.0)
247+
| | Firebase/Analytics Cocoapod (8.7.0)
248248
Firebase Authentication | libfirebase_auth.a
249249
| | libfirebase_app.a
250-
| | Firebase/Auth Cocoapod (8.6.0)
250+
| | Firebase/Auth Cocoapod (8.7.0)
251251
Firebase Dynamic Links | libfirebase_dynamic_links.a
252252
| | libfirebase_app.a
253-
| | Firebase/DynamicLinks Cocoapod (8.6.0)
253+
| | Firebase/DynamicLinks Cocoapod (8.7.0)
254254
Cloud Firestore | libfirebase_firestore.a
255255
| | libfirebase_app.a
256256
| | libfirebase_auth.a
257-
| | Firebase/Firestore Cocoapod (8.6.0)
258-
| | Firebase/Auth Cocoapod (8.6.0)
257+
| | Firebase/Firestore Cocoapod (8.7.0)
258+
| | Firebase/Auth Cocoapod (8.7.0)
259259
Firebase Functions | libfirebase_functions.a
260260
| | libfirebase_app.a
261261
| | libfirebase_auth.a (optional)
262-
| | Firebase/Functions Cocoapod (8.6.0)
263-
| | Firebase/Auth Cocoapod (8.6.0)
262+
| | Firebase/Functions Cocoapod (8.7.0)
263+
| | Firebase/Auth Cocoapod (8.7.0)
264264
Firebase Installations | libfirebase_installations.a
265265
| | libfirebase_app.a
266-
| | FirebaseInstallations Cocoapod (8.6.0)
266+
| | FirebaseInstallations Cocoapod (8.7.0)
267267
Firebase Cloud Messaging | libfirebase_messaging.a
268268
| | libfirebase_app.a
269269
| | Firebase/CloudMessaging Cocoapod (8.1.1)
270270
Firebase Realtime Database | libfirebase_database.a
271271
| | libfirebase_app.a
272272
| | libfirebase_auth.a
273-
| | Firebase/Database Cocoapod (8.6.0)
274-
| | Firebase/Auth Cocoapod (8.6.0)
273+
| | Firebase/Database Cocoapod (8.7.0)
274+
| | Firebase/Auth Cocoapod (8.7.0)
275275
Firebase Remote Config | libfirebase_remote_config.a
276276
| | libfirebase_app.a
277-
| | Firebase/RemoteConfig Cocoapod (8.6.0)
277+
| | Firebase/RemoteConfig Cocoapod (8.7.0)
278278
Firebase Storage | libfirebase_storage.a
279279
| | libfirebase_app.a
280280
| | libfirebase_auth.a
281-
| | Firebase/Storage Cocoapod (8.6.0)
282-
| | Firebase/Auth Cocoapod (8.6.0)
281+
| | Firebase/Storage Cocoapod (8.7.0)
282+
| | Firebase/Auth Cocoapod (8.7.0)
283283

284284
Important: Each version of the Firebase C++ SDK supports a specific version of
285285
the Firebase iOS SDK. Please ensure that you reference the Cocoapod versions

remote_config/integration_test/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ source 'https://github.com/CocoaPods/Specs.git'
44

55
target 'integration_test' do
66
platform :ios, '10.0'
7-
pod 'Firebase/RemoteConfig', '8.6.0'
7+
pod 'Firebase/RemoteConfig', '8.7.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '10.0'
12-
pod 'Firebase/RemoteConfig', '8.6.0'
12+
pod 'Firebase/RemoteConfig', '8.7.0'
1313
end
1414

1515
post_install do |installer|

0 commit comments

Comments
 (0)