Skip to content

Commit 3b9ca57

Browse files
committed
revert test settings
1 parent e699c17 commit 3b9ca57

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

Firestore/Example/Firestore.xcodeproj/xcshareddata/xcschemes/Firestore_Example_iOS.xcscheme

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,18 @@
8989
ReferencedContainer = "container:Firestore.xcodeproj">
9090
</BuildableReference>
9191
</BuildableProductRunnable>
92+
<EnvironmentVariables>
93+
<EnvironmentVariable
94+
key = "PROJECT_ID"
95+
value = "firestore-sdk-nightly"
96+
isEnabled = "YES">
97+
</EnvironmentVariable>
98+
<EnvironmentVariable
99+
key = "TARGET_BACKEND"
100+
value = "nightly"
101+
isEnabled = "YES">
102+
</EnvironmentVariable>
103+
</EnvironmentVariables>
92104
</LaunchAction>
93105
<ProfileAction
94106
buildConfiguration = "Release"

Firestore/Example/Tests/Util/FSTIntegrationTestCase.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
static const double kPrimingTimeout = 45.0;
8686

8787
static NSString *defaultProjectId;
88-
static NSString *defaultDatabaseId = @"enterprise";
88+
static NSString *defaultDatabaseId = @"(default)";
8989
static FIRFirestoreSettings *defaultSettings;
9090

9191
static bool runningAgainstEmulator = false;

Firestore/core/src/api/ordering.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#ifndef FIRESTORE_CORE_SRC_API_ORDERING_H_
1818
#define FIRESTORE_CORE_SRC_API_ORDERING_H_
1919

20+
#include <memory>
21+
#include <string>
2022
#include <utility>
2123

2224
#include "Firestore/core/src/api/expressions.h"

0 commit comments

Comments
 (0)