Skip to content

Commit ca5cdee

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-bota-maurice
authored
Update mobile dependencies - Tue Aug 29 2023 (#1436)
* Update mobile dependencies - Tue Aug 29 2023 ### Android - com.google.android.gms.play_services_ads → 22.3.0 - com.google.firebase.firebase_bom → 32.2.3 ### iOS - Firebase/Analytics → 10.14.0 - Firebase/AppCheck → 10.14.0 - Firebase/Auth → 10.14.0 - Firebase/Core → 10.14.0 - Firebase/CoreOnly → 10.14.0 - Firebase/Crashlytics → 10.14.0 - Firebase/Database → 10.14.0 - Firebase/DynamicLinks → 10.14.0 - Firebase/Firestore → 10.14.0 - Firebase/Functions → 10.14.0 - Firebase/Installations → 10.14.0 - Firebase/Messaging → 10.14.0 - Firebase/RemoteConfig → 10.14.0 - Firebase/Storage → 10.14.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/6016988287). * Update query_main to use normalized_order_bys * Update query_main.cc --------- Co-authored-by: firebase-workflow-trigger-bot <firebase-workflow-trigger-bot@google.com> Co-authored-by: a-maurice <amaurice@google.com>
1 parent 7a19a44 commit ca5cdee

File tree

45 files changed

+4286
-3488
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+4286
-3488
lines changed

Android/firebase_dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def firebaseDependenciesMap = [
2727
'dynamic_links' : ['com.google.firebase:firebase-dynamic-links'],
2828
'firestore' : ['com.google.firebase:firebase-firestore'],
2929
'functions' : ['com.google.firebase:firebase-functions'],
30-
'gma' : ['com.google.android.gms:play-services-ads:22.2.0'],
30+
'gma' : ['com.google.android.gms:play-services-ads:22.3.0'],
3131
'installations' : ['com.google.firebase:firebase-installations'],
3232
'invites' : ['com.google.firebase:firebase-invites'],
3333
// Messaging has an additional local dependency to include.
@@ -158,7 +158,7 @@ project.afterEvaluate {
158158

159159
// Add the bill-of-materials
160160
project.dependencies {
161-
implementation platform('com.google.firebase:firebase-bom:32.2.2')
161+
implementation platform('com.google.firebase:firebase-bom:32.2.3')
162162
}
163163
for (String lib : firebaseCpp.dependencies.libSet) {
164164
// Generate and include the proguard file

analytics/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ use_frameworks! :linkage => :static
55

66
target 'integration_test' do
77
platform :ios, '11.0'
8-
pod 'Firebase/Analytics', '10.13.0'
8+
pod 'Firebase/Analytics', '10.14.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Analytics', '10.13.0'
13+
pod 'Firebase/Analytics', '10.14.0'
1414
end
1515

1616
post_install do |installer|

analytics/ios_headers/FIREventNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2023 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 10.13.0.
3+
// Copied from Firebase Analytics iOS SDK 10.14.0.
44

55
/// @file FIREventNames.h
66
///

analytics/ios_headers/FIRParameterNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2023 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 10.13.0.
3+
// Copied from Firebase Analytics iOS SDK 10.14.0.
44

55
/// @file FIRParameterNames.h
66
///

analytics/ios_headers/FIRUserPropertyNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2023 Google LLC
22

3-
// Copied from Firebase Analytics iOS SDK 10.13.0.
3+
// Copied from Firebase Analytics iOS SDK 10.14.0.
44

55
/// @file FIRUserPropertyNames.h
66
///

app/app_resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050
}
5151

5252
dependencies {
53-
implementation platform('com.google.firebase:firebase-bom:32.2.2')
53+
implementation platform('com.google.firebase:firebase-bom:32.2.3')
5454
implementation 'com.google.firebase:firebase-analytics'
5555
}
5656

app/google_api_resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
}
5454

5555
dependencies {
56-
implementation platform('com.google.firebase:firebase-bom:32.2.2')
56+
implementation platform('com.google.firebase:firebase-bom:32.2.3')
5757
implementation 'com.google.firebase:firebase-analytics'
5858
implementation 'com.google.android.gms:play-services-base:18.2.0'
5959
implementation project(':app:app_resources')

app/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '11.0'
44
use_frameworks! :linkage => :static
55

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

1010
post_install do |installer|

app/invites_resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
}
5050

5151
dependencies {
52-
implementation platform('com.google.firebase:firebase-bom:32.2.2')
52+
implementation platform('com.google.firebase:firebase-bom:32.2.3')
5353
implementation 'com.google.firebase:firebase-analytics'
5454
implementation 'com.google.firebase:firebase-dynamic-links'
5555
implementation project(':app:app_resources')

app_check/app_check_resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
}
5050

5151
dependencies {
52-
implementation platform('com.google.firebase:firebase-bom:32.2.2')
52+
implementation platform('com.google.firebase:firebase-bom:32.2.3')
5353
implementation 'com.google.firebase:firebase-appcheck'
5454
}
5555

app_check/integration_test/Podfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '11.0'
7-
pod 'Firebase/AppCheck', '10.13.0'
8-
pod 'Firebase/Database', '10.13.0'
9-
pod 'Firebase/Auth', '10.13.0'
10-
pod 'Firebase/Storage', '10.13.0'
11-
pod 'Firebase/Functions', '10.13.0'
7+
pod 'Firebase/AppCheck', '10.14.0'
8+
pod 'Firebase/Database', '10.14.0'
9+
pod 'Firebase/Auth', '10.14.0'
10+
pod 'Firebase/Storage', '10.14.0'
11+
pod 'Firebase/Functions', '10.14.0'
1212
end
1313

1414
target 'integration_test_tvos' do
1515
platform :tvos, '12.0'
16-
pod 'Firebase/AppCheck', '10.13.0'
17-
pod 'Firebase/Database', '10.13.0'
18-
pod 'Firebase/Auth', '10.13.0'
19-
pod 'Firebase/Storage', '10.13.0'
20-
pod 'Firebase/Functions', '10.13.0'
16+
pod 'Firebase/AppCheck', '10.14.0'
17+
pod 'Firebase/Database', '10.14.0'
18+
pod 'Firebase/Auth', '10.14.0'
19+
pod 'Firebase/Storage', '10.14.0'
20+
pod 'Firebase/Functions', '10.14.0'
2121
end
2222

2323
post_install do |installer|

auth/auth_resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
}
5050

5151
dependencies {
52-
implementation platform('com.google.firebase:firebase-bom:32.2.2')
52+
implementation platform('com.google.firebase:firebase-bom:32.2.3')
5353
implementation 'com.google.firebase:firebase-analytics'
5454
implementation 'com.google.firebase:firebase-auth'
5555
implementation project(':app:app_resources')

auth/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '11.0'
7-
pod 'Firebase/Auth', '10.13.0'
7+
pod 'Firebase/Auth', '10.14.0'
88
end
99

1010
target 'integration_test_tvos' do
1111
platform :tvos, '12.0'
12-
pod 'Firebase/Auth', '10.13.0'
12+
pod 'Firebase/Auth', '10.14.0'
1313
end
1414

1515
post_install do |installer|

cmake/external/firestore.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ endif()
2020

2121
# If the format of the line below changes, then be sure to update
2222
# https://github.com/firebase/firebase-cpp-sdk/blob/fd054fa016/.github/workflows/update-dependencies.yml#L81
23-
set(version CocoaPods-10.13.0)
23+
set(version CocoaPods-10.14.0)
2424

2525
function(GetReleasedDep)
2626
message("Getting released firebase-ios-sdk @ ${version}")

database/database_resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
}
4646

4747
dependencies {
48-
implementation platform('com.google.firebase:firebase-bom:32.2.2')
48+
implementation platform('com.google.firebase:firebase-bom:32.2.3')
4949
implementation 'com.google.firebase:firebase-analytics'
5050
implementation 'com.google.firebase:firebase-database'
5151
//implementation project(':app:app_resources')

database/integration_test/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '11.0'
7-
pod 'Firebase/Database', '10.13.0'
8-
pod 'Firebase/Auth', '10.13.0'
7+
pod 'Firebase/Database', '10.14.0'
8+
pod 'Firebase/Auth', '10.14.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Database', '10.13.0'
14-
pod 'Firebase/Auth', '10.13.0'
13+
pod 'Firebase/Database', '10.14.0'
14+
pod 'Firebase/Auth', '10.14.0'
1515
end
1616

1717
post_install do |installer|

dynamic_links/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '11.0'
44
use_frameworks! :linkage => :static
55

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

1010
post_install do |installer|

firestore/firestore_resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
}
5454

5555
dependencies {
56-
implementation platform('com.google.firebase:firebase-bom:32.2.2')
56+
implementation platform('com.google.firebase:firebase-bom:32.2.3')
5757
implementation 'com.google.firebase:firebase-analytics'
5858
implementation 'com.google.firebase:firebase-firestore'
5959
}

firestore/integration_test/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '11.0'
7-
pod 'Firebase/Firestore', '10.13.0'
8-
pod 'Firebase/Auth', '10.13.0'
7+
pod 'Firebase/Firestore', '10.14.0'
8+
pod 'Firebase/Auth', '10.14.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Firestore', '10.13.0'
14-
pod 'Firebase/Auth', '10.13.0'
13+
pod 'Firebase/Firestore', '10.14.0'
14+
pod 'Firebase/Auth', '10.14.0'
1515
end
1616

1717
post_install do |installer|

firestore/integration_test_internal/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '11.0'
7-
pod 'Firebase/Firestore', '10.13.0'
8-
pod 'Firebase/Auth', '10.13.0'
7+
pod 'Firebase/Firestore', '10.14.0'
8+
pod 'Firebase/Auth', '10.14.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Firestore', '10.13.0'
14-
pod 'Firebase/Auth', '10.13.0'
13+
pod 'Firebase/Firestore', '10.14.0'
14+
pod 'Firebase/Auth', '10.14.0'
1515
end
1616

1717
post_install do |installer|

firestore/src/main/query_main.cc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ core::Bound QueryInternal::ToBound(
176176
const core::Query& internal_query = query_.query();
177177

178178
SharedMessage<google_firestore_v1_ArrayValue> components{{}};
179-
components->values_count = CheckedSize(internal_query.order_bys().size());
179+
components->values_count =
180+
CheckedSize(internal_query.normalized_order_bys().size());
180181
components->values =
181182
MakeArray<google_firestore_v1_Value>(components->values_count);
182183

@@ -187,8 +188,8 @@ core::Bound QueryInternal::ToBound(
187188
// the provided document. Without the key (by using the explicit sort orders),
188189
// multiple documents could match the position, yielding duplicate results.
189190

190-
for (size_t i = 0; i < internal_query.order_bys().size(); ++i) {
191-
const core::OrderBy& order_by = internal_query.order_bys()[i];
191+
for (size_t i = 0; i < internal_query.normalized_order_bys().size(); ++i) {
192+
const core::OrderBy& order_by = internal_query.normalized_order_bys()[i];
192193
const model::FieldPath& field_path = order_by.field();
193194

194195
if (field_path.IsKeyFieldPath()) {

functions/integration_test/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ use_frameworks! :linkage => :static
44

55
target 'integration_test' do
66
platform :ios, '11.0'
7-
pod 'Firebase/Functions', '10.13.0'
8-
pod 'Firebase/Auth', '10.13.0'
7+
pod 'Firebase/Functions', '10.14.0'
8+
pod 'Firebase/Auth', '10.14.0'
99
end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '12.0'
13-
pod 'Firebase/Functions', '10.13.0'
14-
pod 'Firebase/Auth', '10.13.0'
13+
pod 'Firebase/Functions', '10.14.0'
14+
pod 'Firebase/Auth', '10.14.0'
1515
end
1616

1717
post_install do |installer|

gma/gma_resources/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ android {
4545
}
4646

4747
dependencies {
48-
implementation platform('com.google.firebase:firebase-bom:32.2.2')
48+
implementation platform('com.google.firebase:firebase-bom:32.2.3')
4949
implementation 'com.google.firebase:firebase-analytics'
50-
implementation 'com.google.android.gms:play-services-ads:22.2.0'
50+
implementation 'com.google.android.gms:play-services-ads:22.3.0'
5151
}
5252

5353
afterEvaluate {

gma/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '11.0'
44
use_frameworks! :linkage => :static
55

66
target 'integration_test' do
7-
pod 'Firebase/CoreOnly', '10.13.0'
7+
pod 'Firebase/CoreOnly', '10.14.0'
88
pod 'Google-Mobile-Ads-SDK', '10.9.0'
99
end
1010

installations/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ platform :ios, '11.0'
44
use_frameworks! :linkage => :static
55

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

1111
post_install do |installer|

ios_pod/Podfile

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ platform :ios, '11.0'
33
use_frameworks!
44

55
target 'GetPods' do
6-
pod 'Firebase/Core', '10.13.0'
6+
pod 'Firebase/Core', '10.14.0'
77

88
pod 'Google-Mobile-Ads-SDK', '10.9.0'
9-
pod 'Firebase/Analytics', '10.13.0'
10-
pod 'Firebase/AppCheck', '10.13.0'
11-
pod 'Firebase/Auth', '10.13.0'
12-
pod 'Firebase/Crashlytics', '10.13.0'
13-
pod 'Firebase/Database', '10.13.0'
14-
pod 'Firebase/DynamicLinks', '10.13.0'
15-
pod 'Firebase/Firestore', '10.13.0'
16-
pod 'Firebase/Functions', '10.13.0'
17-
pod 'Firebase/Installations', '10.13.0'
18-
pod 'Firebase/Messaging', '10.13.0'
19-
pod 'Firebase/RemoteConfig', '10.13.0'
20-
pod 'Firebase/Storage', '10.13.0'
9+
pod 'Firebase/Analytics', '10.14.0'
10+
pod 'Firebase/AppCheck', '10.14.0'
11+
pod 'Firebase/Auth', '10.14.0'
12+
pod 'Firebase/Crashlytics', '10.14.0'
13+
pod 'Firebase/Database', '10.14.0'
14+
pod 'Firebase/DynamicLinks', '10.14.0'
15+
pod 'Firebase/Firestore', '10.14.0'
16+
pod 'Firebase/Functions', '10.14.0'
17+
pod 'Firebase/Installations', '10.14.0'
18+
pod 'Firebase/Messaging', '10.14.0'
19+
pod 'Firebase/RemoteConfig', '10.14.0'
20+
pod 'Firebase/Storage', '10.14.0'
2121

2222
end

0 commit comments

Comments
 (0)