Skip to content

Commit 38a3b6b

Browse files
authored
Change type of event.data.data() to any for Firestore functions (#116)
1 parent 4cdd810 commit 38a3b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/firestore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export interface DeltaDocumentSnapshot {
7676
updateTime: string;
7777
readTime: string;
7878
previous: any;
79-
data: () => object;
79+
data: () => any;
8080
get: (key: string) => any;
8181
};
8282

0 commit comments

Comments
 (0)