connect-session-firebase icon indicating copy to clipboard operation
connect-session-firebase copied to clipboard

Update firebase-admin to the latest version πŸš€

Open greenkeeper[bot] opened this issue 7 years ago β€’ 26 comments

Version 6.0.0 of firebase-admin was just published.

Dependency firebase-admin
Current Version 5.13.1
Type devDependency

The version 6.0.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of firebase-admin.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes Firebase Admin Node.js SDK v6.0.0
  • 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.
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 :palm_tree:

greenkeeper[bot] avatar Aug 09 '18 20:08 greenkeeper[bot]

Coverage Status

Coverage remained the same at 100.0% when pulling 64cf34bcedf904932cea25c4af9e0f0c266aa97b on greenkeeper/firebase-admin-6.0.0 into 47c4ac81d448b1a3fa900dc9fe598a861864cf38 on master.

coveralls avatar Aug 09 '18 20:08 coveralls

Update to this version instead πŸš€

greenkeeper[bot] avatar Oct 23 '18 21:10 greenkeeper[bot]

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] avatar Nov 19 '18 19:11 greenkeeper[bot]

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] avatar Nov 28 '18 22:11 greenkeeper[bot]

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] avatar Dec 12 '18 21:12 greenkeeper[bot]

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] avatar Jan 09 '19 21:01 greenkeeper[bot]

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] avatar Jan 23 '19 21:01 greenkeeper[bot]

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.

greenkeeper[bot] avatar Jan 31 '19 22:01 greenkeeper[bot]

Update to this version instead πŸš€

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] avatar Mar 14 '19 20:03 greenkeeper[bot]

Update to this version instead πŸš€

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] avatar Mar 20 '19 17:03 greenkeeper[bot]

Update to this version instead πŸš€

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] avatar Mar 29 '19 23:03 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Apr 17 '19 17:04 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar May 21 '19 22:05 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar May 23 '19 18:05 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Jun 11 '19 20:06 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Jun 19 '19 17:06 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Jul 24 '19 18:07 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Aug 21 '19 20:08 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Sep 05 '19 21:09 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Sep 18 '19 20:09 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Oct 16 '19 23:10 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Oct 30 '19 21:10 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Nov 19 '19 20:11 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Dec 19 '19 19:12 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Jan 16 '20 04:01 greenkeeper[bot]

Update to this version instead πŸš€

greenkeeper[bot] avatar Mar 12 '20 18:03 greenkeeper[bot]