Skip to content

Firebase Admin Node SDK v5.0.0

Choose a tag to compare

@hiranya911 hiranya911 released this 17 May 20:05
· 1207 commits to master since this release
  • The deprecated serviceAccount property in the admin.App.Options type has been removed in favor of the credential property.
  • createdAt and lastSignedInAt properties in admin.auth.UserMetadata has been renamed to creationTime and lastSignInTime. Also these properties now provide UTC formatted string values instead of Date 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.