Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Unreleased

- [fixed] Fixed a bug in the FCM batch APIs that prevented them from correctly
handling some message parameters like `AndroidConfig.ttl`.
- [changed] Updated the Google Cloud Firestore client to v1.2.0. This update
exposes the `v1beta` and `v1` clients and provides direct access to the
- [changed] Updated the Google Cloud Firestore client to v1.2.0. This update
exposes the `v1beta` and `v1` clients and provides direct access to the
underlying Firestore and Firestore Admin RPCs. Please note that you will have
to provide your Firebase credentials directly to these clients.


# v7.1.1

- [fixed] Fixed a bug in the FCM batch APIs that prevented them from correctly
handling some message parameters like `AndroidConfig.ttl`.

# v7.1.0

- [added] A new `messaging.sendAll()` API for sending multiple messages as a
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase-admin",
"version": "7.1.0",
"version": "7.1.1",
"description": "Firebase admin SDK for Node.js",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"license": "Apache-2.0",
Expand Down