Skip to content

Firebase Admin Node.js SDK v7.4.0

Compare
Choose a tag to compare
@hiranya911 hiranya911 released this 21 May 18:08
· 998 commits to master since this release
cbcc607
  • Support for Node 6 is now deprecated. Developers are recommended to use Node 8 or higher when deploying the Admin SDK. An upcoming release will completely drop Node 6 support.

Cloud Firestore

  • Upgraded the Cloud Firestore client dependency to v1.3.0. This upgrade comes with a new API for executing collection group queries.

Realtime Database

  • Updated typings of the admin.database.ThenableReference type to extend from the built-in Promise type.