File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 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>(
6262export interface UseDocumentOptions extends _UseFirestoreRefOptions { }
6363
6464/**
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.
6667 *
6768 * @param documentRef - document reference
6869 * @param options - optional options
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import { _FirestoreRefOptionsWithDefaults } from './bind'
1515export type FirestoreReference = Query | DocumentReference | CollectionReference
1616
1717/**
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`.
1919 */
2020export const firestoreDefaultConverter : FirestoreDataConverter < VueFirestoreDocumentData > =
2121 {
You can’t perform that action at this time.
0 commit comments