soumak77 / firebase-mock

Firebase mock library for writing unit tests
https://soumak77.github.io/firebase-mock
349 stars 97 forks source link

Firestore: timestampsInSnapshots support #129

Open BrianChapman opened 5 years ago

BrianChapman commented 5 years ago

The timestampsInSnapshots option has been around for a while but it is deprecated and now is enabled by default.

Version 5.8.0 - Jan 17, 2019

BREAKING: The timestampsInSnapshots setting is now enabled by default. Now, timestamp 
fields read from a DocumentSnapshot will be returned as Timestamp objects instead of Date. 
Any code expecting to receive a Date object must be updated.