Skip to content

Releases: firebase/firebase-admin-node

Firebase Admin Node.js SDK v8.4.0

21 Aug 17:43
247a9a9
Compare
Choose a tag to compare

Cloud Messaging

  • [Feature] Added support for specifying the analytics label for notifications. Thanks chemidy for the contribution.

Firebase Admin Node.js SDK v8.3.0

24 Jul 18:19
f7810f7
Compare
Choose a tag to compare

Realtime Database

Authentication

  • Implemented additional argument validation in the admin.auth().importUsers() API.

Cloud Storage

  • Upgraded the @google-cloud/storage dependency to v3.0.0. This new major version drops support for Node.js versions older than v8. Since firebase-admin already supports only Node.js v8 and above, this does not have a noticeable impact on users of the Admin SDK.

Firebase Admin Node.js SDK v8.2.0

19 Jun 17:25
843df12
Compare
Choose a tag to compare
  • Updated the metadata server URL (used by the application default credentials) to the v1 endpoint. This makes it possible to use the SDK in Google Kubernetes Engine again.

Realtime Database

  • Upgraded the @firebase/database dependency to v0.4.4.

Cloud Messaging

  • Gracefully handling array-like objects in messaging.sendAll() and messaging.sendMulticast() APIs.

Firebase Admin Node.js SDK v8.1.0

11 Jun 19:54
c9da506
Compare
Choose a tag to compare
  • The SDK now automatically retries HTTP calls failing due to 503 errors.

Project Management

Firebase Admin Node.js SDK v8.0.0

23 May 17:37
9e86633
Compare
Choose a tag to compare
  • The Admin SDK no longer supports Node 6. Developers must use Node 8.13.0 or higher when deploying the Admin SDK.

Cloud Firestore

  • Upgraded the Cloud Firestore client dependency to v2.0.0. This upgrade comes with a pure JS gRPC client implementation that is much smaller on disk.

Cloud Storage

  • Upgraded the Cloud Storage client dependency to v2.5.0.

Firebase Admin Node.js SDK v7.4.0

21 May 18:08
cbcc607
Compare
Choose a tag to compare
  • 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.

Firebase Admin Node.js SDK v7.3.0

17 Apr 17:19
31af105
Compare
Choose a tag to compare

Firebase Auth

  • [feature] Added the provider config management APIs for managing OIDC and SAML provider configurations (CRUD) via auth.listProviderConfigs(), auth.getProviderConfig(), auth.deleteProviderConfig(), auth.updateProviderConfig() and auth.createProviderConfig().

Firebase Admin Node.js SDK v7.2.0

28 Mar 20:02
d0ccf8f
Compare
Choose a tag to compare

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.

Firebase Admin Node.js SDK v7.1.1

20 Mar 17:46
bcdefd4
Compare
Choose a tag to compare

Firebase Cloud Messaging

  • Fixed a bug in the FCM batch APIs that prevented them from correctly handling some message parameters like AndroidConfig.ttl.

Firebase Admin Node.js SDK v7.1.0

14 Mar 20:28
69262ad
Compare
Choose a tag to compare

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.