File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Firestore.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 8585static const double kPrimingTimeout = 45.0 ;
8686
8787static NSString *defaultProjectId;
88- static NSString *defaultDatabaseId = @" enterprise " ;
88+ static NSString *defaultDatabaseId = @" (default) " ;
8989static FIRFirestoreSettings *defaultSettings;
9090
9191static bool runningAgainstEmulator = false ;
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments