@firebase/database 0.13.4-canary.dc7574e0f → 0.13.4-canary.dcfebe8dc

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.
@@ -4,7 +4,7 @@ import { stringify, jsonEval, contains, assert, isNodeSdk, base64, stringToByteA
4
4
  import { Logger, LogLevel } from '@firebase/logger';
5
5
 
6
6
  const name = "@firebase/database";
7
- const version = "0.13.4-canary.dc7574e0f";
7
+ const version = "0.13.4-canary.dcfebe8dc";
8
8
 
9
9
  /**
10
10
  * @license
@@ -9135,7 +9135,7 @@ function viewProcessorApplyServerMerge(viewProcessor, viewCache, path, changedCh
9135
9135
  });
9136
9136
  viewMergeTree.children.inorderTraversal((childKey, childMergeTree) => {
9137
9137
  const isUnknownDeepMerge = !viewCache.serverCache.isCompleteForChild(childKey) &&
9138
- childMergeTree.value === undefined;
9138
+ childMergeTree.value === null;
9139
9139
  if (!serverNode.hasChild(childKey) && !isUnknownDeepMerge) {
9140
9140
  const serverChild = viewCache.serverCache
9141
9141
  .getNode()