Skip to content
Prev Previous commit
Merge branch 'master' into master
  • Loading branch information
jamesdaniels authored Feb 12, 2020
commit 2d0abb837499b376a1695a190de4b4af092e7bc5
4 changes: 2 additions & 2 deletions reactfire/firestore/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export function useFirestoreDoc<T = unknown>(
): T extends {} ? T : firestore.DocumentSnapshot {
return useObservable(
doc(ref),
'firestore doc: ' + ref.path,
checkStartWithValue(options)
`firestore:doc:${ref.firestore.app.name}:${ref.path}`,
options ? options.startWithValue : undefined
);
}

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.