Skip to content

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade firebase-admin from 6.0.0 to 6.5.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 6 versions ahead of your current version.
  • The recommended version was released a year ago, on 2019-01-23.
Release notes
Package name: firebase-admin
  • 6.5.1 - 2019-01-23
    • 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.
  • 6.5.0 - 2019-01-09

    Authentication

    • Fixed how the SDK parses the error codes sent by auth backend servers.
    • Correctly marked optional fields in the UserRecord type.
  • 6.4.0 - 2018-12-12
    • [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.
  • 6.3.0 - 2018-11-28
    • 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

  • 6.2.0 - 2018-11-19

    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.
  • 6.1.0 - 2018-10-23
    • Upgraded Cloud Firestore client to v0.18.0.
    • Exposed the CollectionReference, WriteBatch, WriteResult and
      QueryDocumentSnapshot types from the admin.firestore namespace.
  • 6.0.0 - 2018-08-09
    • The Admin SDK no longer supports Node.js 4. Developers must use Node.js 6 or higher to deploy the Admin SDK.
    • The Admin SDK now installs Cloud Firestore and Cloud Storage libraries as optional dependencies. SDK installation no longer fails when encountering errors from Cloud Firestore, Cloud Storage or gRPC dependencies.
    • Upgraded the Cloud Firestore client from 0.15.4 to 0.16.0. This version contains a new array-contains query operator and FieldValue.arrayUnion() and FieldValue.arrayRemove() APIs.
from firebase-admin GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant