@firebase/database 0.12.7-canary.7a4e65cef → 0.12.7-canary.e9e5f6b3c

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14011,7 +14011,7 @@ function repoManagerDatabaseFromApp(app, authProvider, appCheckProvider, url, no
14011
14011
  var repoInfo = parsedUrl.repoInfo;
14012
14012
  var isEmulator;
14013
14013
  var dbEmulatorHost = undefined;
14014
- if (typeof process !== 'undefined') {
14014
+ if (typeof process !== 'undefined' && process.env) {
14015
14015
  dbEmulatorHost = process.env[FIREBASE_DATABASE_EMULATOR_HOST_VAR];
14016
14016
  }
14017
14017
  if (dbEmulatorHost) {