We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62f80e commit 3486677Copy full SHA for 3486677
packages/firebase/index.d.ts
@@ -7682,8 +7682,8 @@ declare namespace firebase.firestore {
7682
* causes unexpected behavior when using a timestamp from a snapshot as a
7683
* part of a subsequent query.
7684
*
7685
- * Now, Firestore returns `Timestamp` values for all timestamp values stored
7686
- * in Cloud Firestore instead of system `Date` objects, avoiding this kind
+ * Now, Firestore returns `Timestamp` values for all timestamp values stored
+ * in Cloud Firestore instead of system `Date` objects, avoiding this kind
7687
* of problem. Consequently, you must update your code to handle `Timestamp`
7688
* objects instead of `Date` objects.
7689
0 commit comments