We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4f151 commit d0afc0aCopy full SHA for d0afc0a
src/firestore/utils.ts
@@ -35,7 +35,7 @@ export const firestoreDefaultConverter: FirestoreDataConverter<VueFirestoreDocum
35
? (Object.defineProperties(snapshot.data(options)!, {
36
id: {
37
// TODO: can the `id` change? If so this should be a get
38
- value: () => snapshot.id,
+ value: snapshot.id,
39
},
40
// TODO: check if worth adding or should be through an option
41
// $meta: {
0 commit comments