@firebase/database 0.12.7-canary.1c37b5e96 → 0.12.7-canary.7a4e65cef

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.
@@ -12260,7 +12260,7 @@ var parseRepoInfo = function (dataURL, nodeAdmin) {
12260
12260
  }
12261
12261
  var webSocketOnly = parsedUrl.scheme === 'ws' || parsedUrl.scheme === 'wss';
12262
12262
  return {
12263
- repoInfo: new RepoInfo(parsedUrl.host, parsedUrl.secure, namespace, nodeAdmin, webSocketOnly,
12263
+ repoInfo: new RepoInfo(parsedUrl.host, parsedUrl.secure, namespace, webSocketOnly, nodeAdmin,
12264
12264
  /*persistenceKey=*/ '',
12265
12265
  /*includeNamespaceInQueryParams=*/ namespace !== parsedUrl.subdomain),
12266
12266
  path: new Path(parsedUrl.pathString)