Skip to content

Commit a62f80e

Browse files
Use bold words
1 parent 03a0985 commit a62f80e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/firebase/index.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7687,11 +7687,11 @@ declare namespace firebase.firestore {
76877687
* of problem. Consequently, you must update your code to handle `Timestamp`
76887688
* objects instead of `Date` objects.
76897689
*
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*.
76957695
*
76967696
* @example **Using Date objects in Firestore.**
76977697
* // With deprecated setting `timestampsInSnapshot: true`:

0 commit comments

Comments
 (0)