File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,9 @@ export class Constants {
76
76
// Environment variable to override SDK/CLI to point at the Realtime Database emulator.
77
77
static FIREBASE_DATABASE_EMULATOR_HOST = "FIREBASE_DATABASE_EMULATOR_HOST" ;
78
78
79
+ // Environment variable to discover the Data Connect emulator.
80
+ static FIREBASE_DATACONNECT_EMULATOR_HOST = "FIREBASE_DATACONNECT_EMULATOR_HOST" ;
81
+
79
82
// Environment variable to override SDK/CLI to point at the Firebase Auth emulator.
80
83
static FIREBASE_AUTH_EMULATOR_HOST = "FIREBASE_AUTH_EMULATOR_HOST" ;
81
84
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ export function setEnvVarsForEmulators(
41
41
case Emulators . TASKS :
42
42
env [ Constants . CLOUD_TASKS_EMULATOR_HOST ] = host ;
43
43
break ;
44
+ case Emulators . DATACONNECT :
45
+ env [ Constants . FIREBASE_DATACONNECT_EMULATOR_HOST ] = host ;
44
46
}
45
47
}
46
48
}
You can’t perform that action at this time.
0 commit comments