We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660572a commit 1346b90Copy full SHA for 1346b90
packages/@posva/vuefire-core/src/firestore/utils.ts
@@ -37,7 +37,7 @@ export function extractRefs(
37
refs[path + key] = ref
38
} else if (Array.isArray(ref)) {
39
// TODO handle array
40
- data[key] = Array(ref.length).fill(null)
+ data[key] = Array(ref.length)
41
const oldArray = oldDoc[key] || []
42
// Items that are no longer in the array aren't going to be processed
43
const newElements = oldArray.filter(
0 commit comments