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.
any
1 parent 4cdd810 commit 38a3b6bCopy full SHA for 38a3b6b
src/providers/firestore.ts
@@ -76,7 +76,7 @@ export interface DeltaDocumentSnapshot {
76
updateTime: string;
77
readTime: string;
78
previous: any;
79
- data: () => object;
+ data: () => any;
80
get: (key: string) => any;
81
};
82
0 commit comments