@firebase/database 1.0.14-firebase-studio-sdk-integration.9de25069c → 1.0.14-firebase-studio-sdk-integration.bffdabd70

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.
@@ -1252,7 +1252,7 @@ WebSocketConnection.responsesRequiredToBeHealthy = 2;
1252
1252
  WebSocketConnection.healthyTimeout = 30000;
1253
1253
 
1254
1254
  const name = "@firebase/database";
1255
- const version = "1.0.14-firebase-studio-sdk-integration.9de25069c";
1255
+ const version = "1.0.14-firebase-studio-sdk-integration.bffdabd70";
1256
1256
 
1257
1257
  /**
1258
1258
  * @license
@@ -13706,6 +13706,7 @@ function connectDatabaseEmulator(db, host, port, options = {}) {
13706
13706
  : createMockUserToken(options.mockUserToken, db.app.options.projectId);
13707
13707
  tokenProvider = new EmulatorTokenProvider(token);
13708
13708
  }
13709
+ // Workaround to get cookies in Firebase Studio
13709
13710
  if (isCloudWorkstation(host)) {
13710
13711
  void pingServer(host);
13711
13712
  }