We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c698b commit 2d4fd68Copy full SHA for 2d4fd68
Firestore/Example/Tests/Util/FSTIntegrationTestCase.mm
@@ -198,12 +198,6 @@ + (void)setUpDefaults {
198
// SSL certs.
199
NSString *project = [[NSProcessInfo processInfo] environment][@"PROJECT_ID"];
200
NSString *targetBackend = [[NSProcessInfo processInfo] environment][@"TARGET_BACKEND"];
201
-
202
- // Forcing use of nightly.
203
- // TODO(types/ehsann): remove this before merging into main.
204
- targetBackend = @"nightly";
205
- project = @"firestore-sdk-nightly";
206
207
NSString *host;
208
if (targetBackend) {
209
if ([targetBackend isEqualToString:@"emulator"]) {
0 commit comments