Skip to content

firebase-admin 8.3.0 causes npm install warnings #614

@jhuleatt

Description

@jhuleatt

Describe your environment

  • Operating System version: Mac OS
  • firebase-admin SDK version: 8.3.0

Describe the problem

Running npm install with firebase-admin as a dependency results in the following warnings:

npm WARN @firebase/database@0.4.11 requires a peer of @firebase/app@0.x but none is installed. You must install peer dependencies yourself.
npm WARN @firebase/database@0.4.11 requires a peer of @firebase/app-types@0.x but none is installed. You must install peer dependencies yourself.
npm WARN @firebase/database-types@0.4.2 requires a peer of @firebase/app-types@0.x but none is installed. You must install peer dependencies yourself.

I believe this is caused by this change in 8.3.0:

Downgraded the dependency on the @firebase/app package to a dev dependency.

Steps to reproduce:

Clone the functions-samples repo, navigate to the functions dir of big-ben, and run npm install firebase-admin@8.3.0

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions