Firebase Admin Node.js SDK v8.2.0
- 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()
andmessaging.sendMulticast()
APIs.