Skip to content

Firebase Admin Node.js SDK v7.0.0

Compare
Choose a tag to compare
@hiranya911 hiranya911 released this 31 Jan 21:52
· 1021 commits to master since this release
84d8a4f
  • 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.