soumak77 / firebase-mock

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

Add Timestamp support #143

Open op opened 5 years ago

op commented 5 years ago

This is a breaking change, which follows upstream breaking change on returning Timestamp instead of Date.

References:

  1. https://cloud.google.com/nodejs/docs/reference/firestore/latest/Timestamp
  2. https://github.com/googleapis/nodejs-firestore/blob/master/CHANGELOG.md#v0200
op commented 5 years ago

This change includes all work from #135.