connect-session-firebase
connect-session-firebase copied to clipboard
Update firebase-admin to the latest version π
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-containsquery operator andFieldValue.arrayUnion()andFieldValue.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:
Coverage remained the same at 100.0% when pulling 64cf34bcedf904932cea25c4af9e0f0c266aa97b on greenkeeper/firebase-admin-6.0.0 into 47c4ac81d448b1a3fa900dc9fe598a861864cf38 on master.
- The
devDependencyfirebase-admin was updated from5.13.1to6.1.0.
- The
devDependencyfirebase-admin was updated from5.13.1to6.2.0.
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()andauth.generateSignInWithEmailLink().
Cloud Firestore
- Upgraded Cloud Firestore client to v0.19.0.
- Exposed the
Transactiontype from theadmin.firestorenamespace.
Cloud Messaging
- Improved error handling in FCM. The SDK now checks the key
type.googleapis.com/google.firebase.fcm.v1.FcmErrorto set error code. Thanks chemidy for the contribution.
- The
devDependencyfirebase-admin was updated from5.13.1to6.3.0.
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()andlistIosApps()methods for listing the existing apps in a project. - New
createAndroidApp()andcreateIosApp()methods for creating new apps in a project. - New
AndroidAppandIosAppAPIs for updating individual apps.
Cloud Messaging
ApsAlerttype now supports specifying a subtitle. Thanks chemidy for the
contribution.
- The
devDependencyfirebase-admin was updated from5.13.1to6.4.0.
Update to this version instead π
Release Notes for Firebase Admin Node.js SDK v6.4.0
- [added]
messaging.Apstype now supports configuring a critical sound. A newmessaging.CriticalSoundtype has been introduced for this purpose. - [added]
messaging.AndroidNotificationtype now supportschannel_id. - [added]
AppOptionsnow accepts an optionalhttp.Agentobject. Thehttp.Agentspecified 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(), andadmin.credential.refreshToken()methods now accept anhttp.Agentas an optional argument. If specified, thehttp.Agentwill be used when calling Google backend servers to fetch OAuth2 access tokens.
- The
devDependencyfirebase-admin was updated from5.13.1to6.5.0.
Update to this version instead π
Release Notes for Firebase Admin Node.js SDK v6.5.0
- A new
shaCertificate()method for creating instances ofadmin.projectManagement.ShaCertificate.
Authentication
- Fixed how the SDK parses the error codes sent by auth backend servers.
- Correctly marked optional fields in the
UserRecordtype.
- The
devDependencyfirebase-admin was updated from5.13.1to6.5.1.
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_CREDENTIALSenvironment variable to a refresh token file instead of a service account is now supported.
- The
devDependencyfirebase-admin was updated from5.13.1to7.0.0.
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()andverifySessionCookie()methods now returnauth/id-token-expiredandauth/session-cookie-expirederror codes for expired JWTs. - Credentials-related errors are now reported with additional helpful details.
- The
devDependencyfirebase-admin was updated from5.13.1to7.1.0.
Update to this version instead π
Release Notes for Firebase Admin Node.js SDK v7.1.0
Firebase Cloud Messaging
- A new
messaging.sendMulticast()API for sending a message to a list of device registration tokens. - A new
messaging.sendAll()API for sending a list of messages as a single batch.
Firebase Auth
- Improved typings of the
auth.UpdateRequestinterface to clearly specify the nullable fields.
Cloud Firestore
- Upgraded the Cloud Firestore client dependency to v1.1.0.
- The
devDependencyfirebase-admin was updated from5.13.1to7.1.1.
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.
- The
devDependencyfirebase-admin was updated from5.13.1to7.2.0.
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
v1betaandv1clients, 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.
- The
devDependencyfirebase-admin was updated from5.13.1to7.3.0.
- The
devDependencyfirebase-admin was updated from5.13.1to7.4.0.
- The
devDependencyfirebase-admin was updated from5.13.1to8.0.0.
- The
devDependencyfirebase-admin was updated from5.13.1to8.1.0.
- The
devDependencyfirebase-admin was updated from5.13.1to8.2.0.
- The
devDependencyfirebase-admin was updated from5.13.1to8.3.0.
- The
devDependencyfirebase-admin was updated from5.13.1to8.4.0.
- The
devDependencyfirebase-admin was updated from5.13.1to8.5.0.
- The
devDependencyfirebase-admin was updated from5.13.1to8.6.0.
- The
devDependencyfirebase-admin was updated from5.13.1to8.6.1.
- The
devDependencyfirebase-admin was updated from5.13.1to8.7.0.
- The
devDependencyfirebase-admin was updated from5.13.1to8.8.0.
- The
devDependencyfirebase-admin was updated from5.13.1to8.9.0.
- The
devDependencyfirebase-admin was updated from5.13.1to8.9.1.
- The
devDependencyfirebase-admin was updated from5.13.1to8.10.0.