fix(deps): update dependency firebase-admin to ~6.5.0 - autoclosed #1119
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~6.0.0
->~6.5.0
Release Notes
firebase/firebase-admin-node
v6.5.1
Compare Source
package import time.
GOOGLE_APPLICATION_CREDENTIALS
environment variableto a refresh token instead of a service account is now supported.
v6.5.0
Compare Source
UserRecord
types.admin.projectManagement().shaCertificate()
method to create aninstance of admin.projectManagement.ShaCertificate.
v6.4.0
Compare Source
messaging.Aps
type now supports configuring a critical sound.A new
messaging.CriticalSound
type has been introduced for this purpose.messaging.AndroidNotification
type now supportschannel_id
.AppOptions
now accepts an optionalhttp.Agent
object. Thehttp.Agent
specified via this API is used when the SDK makes backendHTTP calls. This can be used when it is required to deploy the Admin SDK
behind a proxy.
admin.credential.cert()
,admin.credential.applicationDefault()
,and
admin.credential.refreshToken()
methods now accept anhttp.Agent
as an optional argument. If specified, the
http.Agent
will be usedwhen calling Google backend servers to fetch OAuth2 access tokens.
v6.3.0
Compare Source
ProjectManagement
service, which includes the ability tocreate, list, and get details about Android and iOS apps associated with your
Firebase Project.
messaging.ApsAlert
type now supports subtitle in its payload.v6.2.0
Compare Source
password reset, email verification and email link sign-in via
auth.generatePasswordResetLink()
,auth.generateEmailVerificationLink()
and
auth.generateSignInWithEmailLink()
.Transaction
type from theadmin.firestore
namespace.type.googleapis.com/google.firebase.fcm.v1.FcmError
to set error code.v6.1.0
Compare Source
CollectionReference
,WriteBatch
,WriteResult
andQueryDocumentSnapshot
types from theadmin.firestore
namespace.Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.