File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7687,11 +7687,11 @@ declare namespace firebase.firestore {
7687
7687
* of problem. Consequently, you must update your code to handle `Timestamp`
7688
7688
* objects instead of `Date` objects.
7689
7689
*
7690
- * If you wish to TEMPORARILY opt into the old behavior of returning `Date`
7691
- * objects, you may TEMPORARILY set `timestampsInSnapshots` to false.
7692
- * Opting into this behavior will no longer be possible in the next major
7693
- * release of Firestore, after which code that expects Date objects WILL
7694
- * BREAK .
7690
+ * If you wish to *temporarily* opt into the old behavior of returning
7691
+ * `Date` objects, you may *temporarily* set `timestampsInSnapshots` to
7692
+ * false. Opting into this behavior will no longer be possible in the next
7693
+ * major release of Firestore, after which code that expects Date objects
7694
+ * *will break* .
7695
7695
*
7696
7696
* @example **Using Date objects in Firestore.**
7697
7697
* // With deprecated setting `timestampsInSnapshot: true`:
You can’t perform that action at this time.
0 commit comments