@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.
@@ -1294,7 +1294,7 @@ var WebSocketConnection = /** @class */ (function () {
1294
1294
  }());
1295
1295
 
1296
1296
  var name = "@firebase/database";
1297
- var version = "0.12.7-canary.7a4e65cef";
1297
+ var version = "0.12.7-canary.e9e5f6b3c";
1298
1298
 
1299
1299
  /**
1300
1300
  * @license
@@ -14016,7 +14016,7 @@ function repoManagerDatabaseFromApp(app, authProvider, appCheckProvider, url, no
14016
14016
  var repoInfo = parsedUrl.repoInfo;
14017
14017
  var isEmulator;
14018
14018
  var dbEmulatorHost = undefined;
14019
- if (typeof process !== 'undefined') {
14019
+ if (typeof process !== 'undefined' && process.env) {
14020
14020
  dbEmulatorHost = process.env[FIREBASE_DATABASE_EMULATOR_HOST_VAR];
14021
14021
  }
14022
14022
  if (dbEmulatorHost) {