firestore-storage icon indicating copy to clipboard operation
firestore-storage copied to clipboard

Bump "@google-cloud/firestore": "^6.5.0" to "^7.8.0"

Open WianSnyman opened this issue 8 months ago • 0 comments

To prevent conflicts and warning during compile time, please bump the package dependency

From the command npm list @google-cloud/firestore when starting a fresh firebase node project, it is clear what needs to be bumped

functions@ /__________
├── @google-cloud/[email protected]
├─┬ [email protected]
│ └── @google-cloud/[email protected] deduped
└─┬ [email protected]
  └── @google-cloud/[email protected]

A quick fix in the meantime would be to add an override to the firebase package.json

"overrides": {
  "firestore-storage": {
    "@google-cloud/firestore": "7.8.0"
  }
},

WianSnyman avatar Jun 18 '24 21:06 WianSnyman