Skip to content

Firebase Admin Node.js SDK v5.8.0

Choose a tag to compare

@avishalom avishalom released this 11 Jan 22:15
· 1147 commits to master since this release
e553ae9

Initialization

  • The admin.initializeApp() method can now be invoked without any arguments. This will initialize an app using Google Application Default Credentials, and other AppOptions loaded from the FIREBASE_CONFIG environment variable.

Authentication

  • Upgraded the jsonwebtoken library to 8.1.0.