@google-cloud/firestore v4.9.9 introduces an bug in which queries that do equality comparissons against timestamps fail.
- clone the repo
- cd into the root and run
npm install - create a test firebase project and firestore database and copy serviceAccountKey.json to the root of the cloned repo
npm run test- The test passes
npm i @google-cloud/firestore@4.9.9npm run test- The test fails
It is possible to alternate back and forth between v4.9.8 and v4.9.9 using npm i ... as many times as wanted and consistently fail on 4.9.9 but pass on 4.9.8