File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ export function useCollection<T>(
62
62
export interface UseDocumentOptions extends _UseFirestoreRefOptions { }
63
63
64
64
/**
65
- * Creates a reactive document from a document ref from Firestore. Extracts the type of the converter
65
+ * Creates a reactive document from a document ref from Firestore. Automatically extracts the type of the converter or
66
+ * the document.
66
67
*
67
68
* @param documentRef - document reference
68
69
* @param options - optional options
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import { _FirestoreRefOptionsWithDefaults } from './bind'
15
15
export type FirestoreReference = Query | DocumentReference | CollectionReference
16
16
17
17
/**
18
- * Default converter for Firestore data. Can be overridden by setting the
18
+ * Default converter for Firestore data. Can be overridden globally by setting `globalFirestoreOptions.converter`.
19
19
*/
20
20
export const firestoreDefaultConverter : FirestoreDataConverter < VueFirestoreDocumentData > =
21
21
{
You can’t perform that action at this time.
0 commit comments