We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d4991 commit 3a624bfCopy full SHA for 3a624bf
1 file changed
packages/firestore/lib/modular/snapshot.js
@@ -19,7 +19,6 @@ export function snapshotEqual(left, right) {
19
return left.isEqual.call(left, right, MODULAR_DEPRECATION_ARG);
20
}
21
22
-
23
export function onSnapshotsInSync(firestore, ...args) {
24
return firestore.onSnapshotsInSync.call(firestore, ...args, MODULAR_DEPRECATION_ARG);
25
-}
+}
0 commit comments