PalatinCoder / Dorfolympiade

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

An in-range update of firebase-admin is breaking the build 🚨 #21

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency firebase-admin was updated from 6.5.0 to 6.5.1.

🚨 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 - ❌ **Travis CI - Branch:** The build **failed**.

Release Notes for Firebase Admin Node.js SDK v6.5.1
  • Implemented a Node.js environment check that is executed at package import time.
  • Setting the GOOGLE_APPLICATION_CREDENTIALS environment variable to a refresh token file instead of a service account is now supported.
FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

Your tests for group pwa are passing again with this update. Explicitly upgrade pwa to this version πŸš€

Release Notes for Firebase Admin Node.js SDK v7.1.0

Firebase Cloud Messaging

Firebase Auth

  • Improved typings of the auth.UpdateRequest interface to clearly specify the nullable fields.

Cloud Firestore

  • Upgraded the Cloud Firestore client dependency to v1.1.0.
greenkeeper[bot] commented 5 years ago

Your tests for group pwa are passing again with this update. Explicitly upgrade pwa to this version πŸš€

Release Notes for Firebase Admin Node.js SDK v7.1.1

Firebase Cloud Messaging

  • Fixed a bug in the FCM batch APIs that prevented them from correctly handling some message parameters like AndroidConfig.ttl.
greenkeeper[bot] commented 5 years ago

Your tests for group pwa are passing again with this update. Explicitly upgrade pwa to this version πŸš€

Release Notes for Firebase Admin Node.js SDK v7.2.0

Cloud Firestore

  • Upgraded the Cloud Firestore client dependency to v1.2.0. This upgrade exposes the v1beta and v1 clients, which provide direct access to the underlying Firestore and Firestore Admin RPCs. Please note that you must provide your Firebase credentials directly to these clients.
greenkeeper[bot] commented 5 years ago

Your tests for group pwa are passing again with this update. Explicitly upgrade pwa to this version πŸš€

Release Notes for Firebase Admin Node.js SDK v7.3.0

Firebase Auth

  • [feature] Added the provider config management APIs for managing OIDC and SAML provider configurations (CRUD) via auth.listProviderConfigs(), auth.getProviderConfig(), auth.deleteProviderConfig(), auth.updateProviderConfig() and auth.createProviderConfig().
greenkeeper[bot] commented 5 years ago

Your tests for group pwa are passing again with this update. Explicitly upgrade pwa to this version πŸš€

Release Notes for Firebase Admin Node.js SDK v7.4.0
  • Support for Node 6 is now deprecated. Developers are recommended to use Node 8 or higher when deploying the Admin SDK. An upcoming release will completely drop Node 6 support.

Cloud Firestore

  • Upgraded the Cloud Firestore client dependency to v1.3.0. This upgrade comes with a new API for executing collection group queries.

Realtime Database

  • Updated typings of the admin.database.ThenableReference type to extend from the built-in Promise type.