Firebase Admin Node.js SDK v5.8.0
Initialization
- The
admin.initializeApp()method can now be invoked without any arguments. This will initialize an app using Google Application Default Credentials, and otherAppOptionsloaded from theFIREBASE_CONFIGenvironment variable.
Authentication
- Upgraded the
jsonwebtokenlibrary to 8.1.0.