basics / code-snippet-to-svg

MIT License
1 stars 1 forks source link

Update firebase-admin in group default to the latest version πŸš€ #9

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency firebase-admin was updated from 6.0.0 to 6.1.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Find out more about this release.

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

Update to this version instead πŸš€

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

Authentication

  • Added the email action link generation APIs for creating links for password reset, email verification and email link sign-in via auth.generatePasswordResetLink(), auth.generateEmailVerificationLink() and auth.generateSignInWithEmailLink().

Cloud Firestore

  • Upgraded Cloud Firestore client to v0.19.0.
  • Exposed the Transaction type from the admin.firestore namespace.

Cloud Messaging

  • Improved error handling in FCM. The SDK now checks the key type.googleapis.com/google.firebase.fcm.v1.FcmError to set error code. Thanks chemidy for the contribution.
greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for Firebase Admin Node.js SDK v6.3.0
  • A new admin.projectManagement() API for managing apps in a Firebase project.
  • New listAndroidApps() and listIosApps() methods for listing the existing apps in a project.
  • New createAndroidApp() and createIosApp() methods for creating new apps in a project.
  • New AndroidApp and IosApp APIs for updating individual apps.

Cloud Messaging

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for Firebase Admin Node.js SDK v6.4.0
  • [added] messaging.Aps type now supports configuring a critical sound. A new messaging.CriticalSound type has been introduced for this purpose.
  • [added] messaging.AndroidNotification type now supports channel_id.
  • [added] AppOptions now accepts an optional http.Agent object. The http.Agent specified via this API is used when the SDK makes backend HTTP calls. This can be used when it is required to deploy the Admin SDK behind a proxy.
  • [added] admin.credential.cert(), admin.credential.applicationDefault(), and admin.credential.refreshToken() methods now accept an http.Agent as an optional argument. If specified, the http.Agent will be used when calling Google backend servers to fetch OAuth2 access tokens.
greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for Firebase Admin Node.js SDK v6.5.0

Authentication

  • Fixed how the SDK parses the error codes sent by auth backend servers.
  • Correctly marked optional fields in the UserRecord type.
greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

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.
greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for Firebase Admin Node.js SDK v7.0.0
  • Updated the Google Cloud Firestore client to v1.0.1. This contains breaking changes. Refer to the Cloud Firestore release notes for more details and migration instructions.
  • Updated the Google Cloud Storage client to v2.3.0. This contains breaking changes. Refer to the Cloud Storage release notes for more details and migration instructions.

Authentication

  • The verifyIdToken() and verifySessionCookie() methods now return auth/id-token-expired and auth/session-cookie-expired error codes for expired JWTs.
  • Credentials-related errors are now reported with additional helpful details.
StephanGerbeth commented 5 years ago

:tada: This PR is included in version 1.5.6 :tada:

The release is available on:

Your semantic-release bot :package::rocket: