Skip to content

Firebase Admin Node.js SDK v5.4.3

Compare
Choose a tag to compare
@hiranya911 hiranya911 released this 23 Oct 22:31
· 1087 commits to master since this release
  • Fixed a regression in module loading that prevented using the Admin SDK in environments like AWS Lambda. This regression was introduced in the 5.4.0 release, which added a new dependency to Firestore and gRPC. This fix lazily loads Firestore and gRPC, thus enabling Admin SDK usage in the affected environments as long as no explicit attempts are made to use the Firestore API.