@firebase/database-compat 0.1.7-canary.7a4e65cef → 0.1.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.
package/dist/index.esm2017.js
CHANGED
|
@@ -5,7 +5,7 @@ import { errorPrefix, validateArgCount, validateCallback, validateContextObject,
|
|
|
5
5
|
import { Logger } from '@firebase/logger';
|
|
6
6
|
|
|
7
7
|
const name = "@firebase/database-compat";
|
|
8
|
-
const version = "0.1.7-canary.
|
|
8
|
+
const version = "0.1.7-canary.e9e5f6b3c";
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* @license
|
package/dist/index.esm5.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -12,7 +12,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
12
12
|
var firebase__default = /*#__PURE__*/_interopDefaultLegacy(firebase);
|
|
13
13
|
|
|
14
14
|
var name = "@firebase/database-compat";
|
|
15
|
-
var version = "0.1.7-canary.
|
|
15
|
+
var version = "0.1.7-canary.e9e5f6b3c";
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* @license
|
package/dist/index.standalone.js
CHANGED
|
@@ -17357,7 +17357,7 @@ function repoManagerDatabaseFromApp(app, authProvider, appCheckProvider, url, no
|
|
|
17357
17357
|
var repoInfo = parsedUrl.repoInfo;
|
|
17358
17358
|
var isEmulator;
|
|
17359
17359
|
var dbEmulatorHost = undefined;
|
|
17360
|
-
if (typeof process !== 'undefined') {
|
|
17360
|
+
if (typeof process !== 'undefined' && process.env) {
|
|
17361
17361
|
dbEmulatorHost = process.env[FIREBASE_DATABASE_EMULATOR_HOST_VAR];
|
|
17362
17362
|
}
|
|
17363
17363
|
if (dbEmulatorHost) {
|