Releases: firebase/firebase-admin-node
Releases · firebase/firebase-admin-node
Firebase Admin Node.js SDK v5.0.1
Firebase Admin Node SDK v5.0.0
- The deprecated
serviceAccount
property in theadmin.App.Options
type has been removed in favor of thecredential
property. createdAt
andlastSignedInAt
properties inadmin.auth.UserMetadata
has been renamed tocreationTime
andlastSignInTime
. Also these properties now provide UTC formatted string values instead ofDate
values.- Initializing the SDK without setting a credential results in an exception.
- Initializing the SDK with a malformed private key string results in an exception.