firebase-tools dependency · Issue #3479 · angular/angularfire · GitHub
Skip to content

firebase-tools dependency #3479

Description

@alexfung888

Version info

Angular: 17.0.7

Firebase: 10.7.1

AngularFire: 17.0.0

Other (e.g. Ionic/Cordova, Node, browser, operating system):
node: 18.18.0
OS: windows 11

How to reproduce these conditions

Failing test unit, Stackblitz demonstrating the problem

any repo

Steps to set up and reproduce

yarn

Sample data and security rules
any

Debug output

** Errors in the JavaScript console **
none

** Output from firebase.database().enableLogging(true); **
none

** Screenshots **
N/A

Expected behavior

successful compilation

Actual behavior

➤ YN0060: │ mysite@workspace:. provides firebase-tools (p4391f) with version 13.0.1, which doesn't satisfy what @angular/fire requests

https://github.com/angular/angularfire/blob/master/src/package.json says:

  "peerDependencies": {
    "firebase-tools": "^12.0.0"
  },

but https://github.com/angular/angularfire/blob/master/package.json says

  "dependencies": {
    "firebase-tools": "^13.0.0"
  },

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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