Breaking Changes
- change: Dropped support for Node.js 10. Developers should use Node.js 12 or up when deploying the Admin SDK (#1445).
New Features
- Admin SDK now offers a series of ES module entry points (e.g.
firebase-admin/app
,firebase-admin/auth
etc) - New module entry points can be used in native ESM runtimes.
- Developers are recommended to use the new entry points, and migrate out of the namespaced API.
Bug Fixes
- fix: Using Node 12 for nightly builds (#1460)