Releases: firebase/firebase-admin-node
Releases · firebase/firebase-admin-node
Firebase Admin Node.js SDK v9.6.0
Firebase Admin Node.js SDK v9.5.0
New Features
- feat(auth): Add ability to link a federated ID with the
updateUser()
method. (#770) - feat(auth): Implement getUserByProviderId (#769)
- feat: Exporting all types of Messages so they can be used by consumers (#1147)
Bug Fixes
- fix: Removing FirebaseServiceInterface and FirebaseServiceInternalsInterface (#1128)
Miscellaneous
- [chore] Release 9.5.0 (#1167)
- (chore): Export UserProvider type and add it to toc.yaml (#1165)
- Allow enabling of anonymous provider via tenant configuration (#802)
- Improve token verification logic with Auth Emulator. (#1148)
- update typo in interface name (#1138)
- Updating Google Cloud naming (#1122)
- chore(core): Automate Daily Integration Tests (#1130)
- chore(rc): Add more unit tests for timestamp validation (#1092)
- Remove delayed response message for holidays (#1125)
- build(deps): bump highlight.js from 10.4.0 to 10.5.0 (#1127)
- build(deps): bump ini from 1.3.5 to 1.3.8 (#1126)
- build(deps): bump date-and-time from 0.14.1 to 0.14.2 (#1120)
- Adding delayed response message for holidays (#1118)
Firebase Admin Node.js SDK v9.4.2
Firebase Admin Node.js SDK v9.4.1
Firebase Admin Node.js SDK v9.4.0
New Features
- feat(firestore): Exposed more types from the admin.firestore namespace (#1080)
Bug Fixes
Miscellaneous
Firebase Admin Node.js SDK v9.3.0
Firebase Admin Node.js SDK v9.2.0
New Features
- feat(ml): Adding Firebase ML support for AutoML models (#1024)
Bug Fixes
- fix(storage): Support typing generation for the storage API (#1019)
Miscellaneous
- [chore] Release 9.2.0 (#1030)
- build(deps): bump node-forge from 0.9.1 to 0.10.0 (#1028)
- Adding More ModelOptions to toc.yaml (#1027)
- build(deps): bump node-fetch from 2.6.0 to 2.6.1 (#1025)
- chore: Enabling max-len lint rule (#1014)
- build(deps-dev): bump bcrypt from 3.0.8 to 5.0.0 (#1002)
- Allow Credential to auto-generate typings, separate internal vs external APIs (#1012)
- auth: Add credential service (#1011)
Firebase Admin Node.js SDK v9.1.1
Firebase Admin Node.js SDK v9.1.0
New Features
- feat(auth): Adds ability to enable MFA on a Google Cloud Identity Platform tenant (#930)
Bug Fixes
- fix(auth): Make displayName optional for AuthProviderConfig typings (#970)
- fix(auth): Fix several typing inconsistencies (#966)
- fix: Use object instead of Object in typings (#961)
Miscellaneous
- [chore] Release 9.1.0 (#991)
- Firebase ML can gracefully accept unknown fields in ModelResponse (#989)
- Allow RTDB to auto-generate typings, separate internal vs external APIs (#963)
- Allow Firestore to auto-generate typings, separate internal vs external APIs (#986)
- Allow RemoteConfig to auto-generate typings, separate internal vs external APIs (#984)
- Allow FCM to auto-generate typings, separate internal vs external APIs (#982)
- Allow security-rules to auto-generate typings, separate internal vs external APIs (#974)
- chore: Adopt no-unused-vars-experimental for eslint to prevent incorrect linting errors (#981)
- chore: Make instance-id use new modularization pattern (#977)
- Allow project-management to auto-generate typings, separate internal vs external APIs (#971)
- chore(rc): Move manual typings remote-config typings to separate folder (#975)
- Allow instance-id to auto-generate typings, separate internal vs external APIs (#969)
- Modify gulpfile to allow for autogenerated types per-service (#967)
- Fix updateUser's typing jsdoc (delete => update) (#964)
- Add null to customUserClaims (#958)
- chore: Enable keyword-spacing ESLint rule (#957)
- chore: Remove instances of XXX_SDK_VERSION_XXX by reading version from package.json (#952)
- fix fragment (#944)
Firebase Admin Node.js SDK v9.0.0
Breaking Changes
- change: Dropped Node 8 support and upgraded Firestore/Storage dependencies
Bug Fixes
- fix: Upgraded Chai, Sinon and other test dependencies (#938)