Skip to content

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

Open
@WianSnyman

Description

@WianSnyman

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"
  }
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions