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 1047052 commit e799273Copy full SHA for e799273
index.d.ts
@@ -188,7 +188,7 @@ export interface FirestoreQueryOptions {
188
interface ReduxFirestoreApi {
189
// https://github.com/prescottprue/redux-firestore#get
190
// https://github.com/prescottprue/redux-firestore#get-1
191
- get: (docPath: string | FirestoreQueryOptions) => void
+ get: (docPath: string | FirestoreQueryOptions) => Promise<void>
192
193
// https://github.com/prescottprue/redux-firestore#set
194
set: (docPath: string | FirestoreQueryOptions, data: Object) => Promise<void>
0 commit comments