Skip to content

Firebase Admin Node.js SDK v5.8.0

Compare
Choose a tag to compare
@avishalom avishalom released this 11 Jan 22:15
· 1102 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.