@firebase/database 1.0.18-canary.2fe754727 → 1.0.18-canary.b5df4ae71
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.cjs.js +1 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm2017.js +2 -3
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.node.cjs.js +1 -2
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.standalone.js +0 -1
- package/dist/index.standalone.js.map +1 -1
- package/dist/node-esm/index.node.esm.js +2 -3
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/package.json +7 -7
package/dist/index.standalone.js
CHANGED
|
@@ -13607,7 +13607,6 @@ class Database {
|
|
|
13607
13607
|
if (!this._instanceStarted) {
|
|
13608
13608
|
repoStart(this._repoInternal, this.app.options.appId, this.app.options['databaseAuthVariableOverride']);
|
|
13609
13609
|
this._instanceStarted = true;
|
|
13610
|
-
util.updateEmulatorBanner('Database', this._repo.repoInfo_.emulatorOptions !== null);
|
|
13611
13610
|
}
|
|
13612
13611
|
return this._repoInternal;
|
|
13613
13612
|
}
|