Skip to content

Commit 4f1d245

Browse files
firebase-workflow-trigger[bot]firebase-workflow-trigger-botdconeybejonsimantov
authored
Update iOS dependencies - Fri Oct 29 2021 (#714)
* Update iOS dependencies - Fri Oct 29 2021 ### iOS - Firebase/Analytics → 8.9.0 - Firebase/Auth → 8.9.0 - Firebase/Core → 8.9.0 - Firebase/Crashlytics → 8.9.0 - Firebase/Database → 8.9.0 - Firebase/DynamicLinks → 8.9.0 - Firebase/Firestore → 8.9.0 - Firebase/Functions → 8.9.0 - Firebase/Installations → 8.9.0 - Firebase/Messaging → 8.9.0 - Firebase/RemoteConfig → 8.9.0 - Firebase/Storage → 8.9.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/1399963409). * Fix the Firestore SDK build that was broken due to AppCheck changes in the iOS repository. * Update minimum tvOS version to 12.0 for testapps. * integration_test_util.cc: fix Android build error regarding EmptyAuthCredentialsProvider Co-authored-by: firebase-workflow-trigger-bot <[email protected]> Co-authored-by: Denver Coneybeare <[email protected]> Co-authored-by: Jon Simantov <[email protected]>
1 parent 0201e94 commit 4f1d245

File tree

24 files changed

+145
-131
lines changed

24 files changed

+145
-131
lines changed

admob/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
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.8.0'
6+
pod 'Firebase/Analytics', '8.9.0'
77
pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk'
88
end
99

analytics/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
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.8.0'
7+
pod 'Firebase/Analytics', '8.9.0'
88
end
99

1010
post_install do |installer|

app/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
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.8.0'
7+
pod 'Firebase/Analytics', '8.9.0'
88
end
99

1010
post_install do |installer|

auth/integration_test/Podfile

Lines changed: 3 additions & 3 deletions
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.8.0'
7+
pod 'Firebase/Auth', '8.9.0'
88
end
99

1010
target 'integration_test_tvos' do
11-
platform :tvos, '10.0'
12-
pod 'Firebase/Auth', '8.8.0'
11+
platform :tvos, '12.0'
12+
pod 'Firebase/Auth', '8.9.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
@@ -18,7 +18,7 @@ if(TARGET firestore)
1818
return()
1919
endif()
2020

21-
set(version CocoaPods-8.8.0)
21+
set(version CocoaPods-8.9.0)
2222
ExternalProject_Add(
2323
firestore
2424

database/integration_test/Podfile

Lines changed: 5 additions & 5 deletions
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.8.0'
8-
pod 'Firebase/Auth', '8.8.0'
7+
pod 'Firebase/Database', '8.9.0'
8+
pod 'Firebase/Auth', '8.9.0'
99
end
1010

1111
target 'integration_test_tvos' do
12-
platform :tvos, '10.0'
13-
pod 'Firebase/Database', '8.8.0'
14-
pod 'Firebase/Auth', '8.8.0'
12+
platform :tvos, '12.0'
13+
pod 'Firebase/Database', '8.9.0'
14+
pod 'Firebase/Auth', '8.9.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, '10.0'
44
# Firebase Dynamic Links test application.
55

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

1010
post_install do |installer|

firestore/integration_test/Podfile

Lines changed: 5 additions & 5 deletions
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.8.0'
8-
pod 'Firebase/Auth', '8.8.0'
7+
pod 'Firebase/Firestore', '8.9.0'
8+
pod 'Firebase/Auth', '8.9.0'
99
end
1010

1111
target 'integration_test_tvos' do
12-
platform :tvos, '10.0'
13-
pod 'Firebase/Firestore', '8.8.0'
14-
pod 'Firebase/Auth', '8.8.0'
12+
platform :tvos, '12.0'
13+
pod 'Firebase/Firestore', '8.9.0'
14+
pod 'Firebase/Auth', '8.9.0'
1515
end
1616

1717
post_install do |installer|

firestore/integration_test_internal/Podfile

Lines changed: 5 additions & 5 deletions
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.8.0'
8-
pod 'Firebase/Auth', '8.8.0'
7+
pod 'Firebase/Firestore', '8.9.0'
8+
pod 'Firebase/Auth', '8.9.0'
99
end
1010

1111
target 'integration_test_tvos' do
12-
platform :tvos, '10.0'
13-
pod 'Firebase/Firestore', '8.8.0'
14-
pod 'Firebase/Auth', '8.8.0'
12+
platform :tvos, '12.0'
13+
pod 'Firebase/Firestore', '8.9.0'
14+
pod 'Firebase/Auth', '8.9.0'
1515
end
1616

1717
post_install do |installer|

firestore/integration_test_internal/src/util/integration_test_util.cc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
#include <chrono> // NOLINT(build/c++11)
1818
#include <thread> // NOLINT(build/c++11)
1919

20-
#include "Firestore/core/src/auth/empty_credentials_provider.h"
2120
#include "absl/memory/memory.h"
2221
#include "app_framework.h"
2322
#include "firebase/app.h"
2423
#include "firebase/firestore.h"
2524
#include "firestore/src/common/hard_assert_common.h"
2625

2726
#if !defined(__ANDROID__)
27+
#include "Firestore/core/src/credentials/empty_credentials_provider.h"
2828
#include "firestore/src/main/firestore_main.h"
2929
#else
3030
#include "firestore/src/android/firestore_android.h"
@@ -33,13 +33,11 @@
3333
namespace firebase {
3434
namespace firestore {
3535

36-
using auth::EmptyCredentialsProvider;
37-
3836
struct TestFriend {
3937
static FirestoreInternal* CreateTestFirestoreInternal(App* app) {
4038
#if !defined(__ANDROID__)
41-
return new FirestoreInternal(app,
42-
absl::make_unique<EmptyCredentialsProvider>());
39+
return new FirestoreInternal(
40+
app, absl::make_unique<credentials::EmptyAuthCredentialsProvider>());
4341
#else
4442
return new FirestoreInternal(app);
4543
#endif // !defined(__ANDROID__)

0 commit comments

Comments
 (0)