@firebase/database 1.0.14-firebase-studio-sdk-integration.fe1264c00 → 1.0.14-firebase-studio-sdk-integration.a528caf5f

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.
@@ -1,10 +1,10 @@
1
1
  import { _isFirebaseServerApp, _getProvider, getApp, SDK_VERSION as SDK_VERSION$1, _registerComponent, registerVersion } from '@firebase/app';
2
2
  import { Component, ComponentContainer, Provider } from '@firebase/component';
3
- import { stringify, jsonEval, contains, assert, isNodeSdk, stringToByteArray, Sha1, base64, deepCopy, base64Encode, isMobileCordova, stringLength, Deferred, safeGet, isAdmin, isValidFormat, isEmpty, isReactNative, assertionError, map, querystring, errorPrefix, updateEmulatorBanner, getModularInstance, getDefaultEmulatorHostnameAndPort, deepEqual, createMockUserToken, isCloudWorkstation, pingServer } from '@firebase/util';
3
+ import { stringify, jsonEval, contains, assert, isNodeSdk, stringToByteArray, Sha1, base64, deepCopy, base64Encode, isMobileCordova, stringLength, Deferred, safeGet, isAdmin, isValidFormat, isEmpty, isReactNative, assertionError, map, querystring, errorPrefix, getModularInstance, updateEmulatorBanner, getDefaultEmulatorHostnameAndPort, deepEqual, createMockUserToken, isCloudWorkstation, pingServer } from '@firebase/util';
4
4
  import { Logger, LogLevel } from '@firebase/logger';
5
5
 
6
6
  const name = "@firebase/database";
7
- const version = "1.0.14-firebase-studio-sdk-integration.fe1264c00";
7
+ const version = "1.0.14-firebase-studio-sdk-integration.a528caf5f";
8
8
 
9
9
  /**
10
10
  * @license
@@ -10936,7 +10936,6 @@ function repoStart(repo, appId, authOverride) {
10936
10936
  repo.server_.unlisten(query, tag);
10937
10937
  }
10938
10938
  });
10939
- updateEmulatorBanner('Database', repo.repoInfo_.isUsingEmulator);
10940
10939
  }
10941
10940
  /**
10942
10941
  * @returns The time in milliseconds, taking the server offset into account if we have one.
@@ -13599,6 +13598,7 @@ class Database {
13599
13598
  if (!this._instanceStarted) {
13600
13599
  repoStart(this._repoInternal, this.app.options.appId, this.app.options['databaseAuthVariableOverride']);
13601
13600
  this._instanceStarted = true;
13601
+ updateEmulatorBanner('Database', this._repo.repoInfo_.emulatorOptions !== null);
13602
13602
  }
13603
13603
  return this._repoInternal;
13604
13604
  }