Skip to content

Commit 2ac701d

Browse files
calvinturbopubkey
authored andcommitted
missing imports
1 parent 8b2d715 commit 2ac701d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/replication-firestore.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ import {
4242
orderBy,
4343
limit,
4444
getDoc,
45-
QueryConstraint
45+
QueryConstraint,
46+
addDoc,
47+
updateDoc,
48+
doc
4649
} from 'firebase/firestore';
4750
import {
4851
FirestoreOptions,

0 commit comments

Comments
 (0)