An in-range update of firebase-admin is breaking the build π¨
greenkeeper opened this issue Β· 3 comments
The dependency firebase-admin was updated from 8.2.0
to 8.3.0
.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
firebase-admin is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β ci/circleci: Your tests failed on CircleCI (Details).
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot π΄
After pinning to 8.2.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
dependency
firebase-admin was updated from8.3.0
to8.4.0
.
Your tests are still failing with this version. Compare changes
Release Notes for Firebase Admin Node.js SDK v8.4.0
Cloud Messaging
- [Feature] Added support for specifying the analytics label for notifications. Thanks chemidy for the contribution.
- The
dependency
firebase-admin was updated from8.4.0
to8.5.0
.
Your tests are still failing with this version. Compare changes
Release Notes for Firebase Admin Node.js SDK v8.5.0
Authentication
- [Feature] Added multi-tenancy support to the authentication service (Google Cloud Identity Platform project required). Tenant related APIs are exposed via
tenantManager()
on theadmin.auth
interface. - [Feature] Added tenant management APIs
authForTenant()
,getTenant()
,listTenants()
,deleteTenant()
,createTenant()
andupdateTenant()
to the newly definedTenantManager
. - [Feature] Defined
TenantAwareAuth
interface retrieved viaTenantManager#authForTenant()
for managing users, configuring SAML/OIDC providers, generating email links for password reset, email verification, etc for specific tenants.
Realtime Database
- [Fixed] Upgraded
@firebase/database
dependency version to 0.5.1. This helps avoid some peer dependency warnings that were observed during package installation.