If I read a document using the FirebaseFirestore.getDocument
method, its snapshot.data
object is completely missing any value that resolves as a Firestore Timestamp
value. For example, a document of the following format in Firebase ...
const docData = {
author: "Some Name",
description: "Some description",
creationDate: <some timestamp>,
}
... is returned as ...
const docData = {
author: "Some Name",
description: "Some description",
}
I would expect that any snapshot.data
value has certain values in Firestore, it this method would return those values as part of its resolved object structure.
https://github.com/Paganiniana/capawesome-bug-reproduction
(See the readme)
No response
π Capacitor Doctor π
Latest Dependencies:
@capacitor/cli: 5.5.0
@capacitor/core: 5.5.0
@capacitor/android: 5.5.0
@capacitor/ios: 5.5.0
Installed Dependencies:
@capacitor/android: not installed
@capacitor/cli: 5.5.0
@capacitor/ios: 5.5.0
@capacitor/core: 5.5.0
[success] iOS looking great! π
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too