Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mcve-google-cloud-firestore-4.9.9

@google-cloud/firestore v4.9.9 introduces an bug in which queries that do equality comparissons against timestamps fail.

  1. clone the repo
  2. cd into the root and run npm install
  3. create a test firebase project and firestore database and copy serviceAccountKey.json to the root of the cloned repo
  4. npm run test
  5. The test passes
  6. npm i @google-cloud/firestore@4.9.9
  7. npm run test
  8. 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

About

@google-cloud/firestore v4.9.9 introduces a bug in which Google Cloud Firestore queries using equality comparison between Javascript Date objects and Firestore timestamps always returns zero results. Produced for the Firebase support team in response to case number 00127960.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages