Skip to content

Releases: firebase/firebase-admin-node

Firebase Admin Node.js SDK v9.4.2

09 Dec 19:16
9dd4040
Compare
Choose a tag to compare

Bug Fixes

  • fix(fcm): Support arbitrary custom values in the ApnsPayload (#1097)

Miscellaneous

  • [chore] Release 9.4.2 (#1111)
  • chore: adds missing provider IDs for Auth (#1106)
  • Adds @license JSDoc tag to license comments (#1102)
  • chore: Upgraded mocha, ts-node, typedoc and nock (#1105)
  • chore: Upgraded JS SDK dependencies (#1104)

Firebase Admin Node.js SDK v9.4.1

13 Nov 22:45
0d72380
Compare
Choose a tag to compare

Bug Fixes

  • fix(rc): Fix Version update time parsing failure (#1089)

Miscellaneous

  • [chore] Release 9.4.1 (#1091)
  • Reinstating tag that devsite needs present to supress machine translation. (#1090)

Firebase Admin Node.js SDK v9.4.0

12 Nov 18:38
13afb20
Compare
Choose a tag to compare

New Features

  • feat(firestore): Exposed more types from the admin.firestore namespace (#1080)

Bug Fixes

  • fix: Adding es2018 libraries to the build (#1079)
  • fix: Upgraded dev dependency on yargs (#1073)

Miscellaneous

  • [chore] Release 9.4.0 (#1087)
  • Use 'owner' token when communicating with Auth emulator (#1085)
  • Handle lookup returning empty array of users. (#1082)
  • chore: Configuring an API Extractor report for the repo (#1081)
  • chore: Auto-generating typings from the source (#1072)

Firebase Admin Node.js SDK v9.3.0

22 Oct 20:14
21ff4ba
Compare
Choose a tag to compare

Miscellaneous

  • [chore] Release 9.3.0 (#1070)
  • build(deps): bump @actions/core in /.github/actions/send-tweet (#1052)
  • Add support for Auth Emulator (#1044)
  • Update default.hbs (#1040)

Firebase Admin Node.js SDK v9.2.0

15 Sep 18:03
59f2203
Compare
Choose a tag to compare

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

20 Aug 20:13
8367fa7
Compare
Choose a tag to compare

Bug Fixes

  • fix(auth): Address several auth typing inconsistencies (#993)

Miscellaneous

  • [chore] Release 9.1.1 (#1003)
  • Add missing class in RemoteConfig Namespace (#996)

Firebase Admin Node.js SDK v9.1.0

13 Aug 18:40
e415188
Compare
Choose a tag to compare

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

14 Jul 19:02
b01822f
Compare
Choose a tag to compare

Breaking Changes

  • change: Dropped Node 8 support and upgraded Firestore/Storage dependencies

Bug Fixes

  • fix: Upgraded Chai, Sinon and other test dependencies (#938)

Miscellaneous

  • [chore] Release 9.0.0 (#946)
  • File permissions updated (#942)
  • chore: update node-forge to ^0.9.1 (#941)
  • chore: Add ESLint rule for curly braces, apply fix (#939)
  • Adds scrypt support in node 12 (#739)
  • Add null to databaseAuthVariableOverride (#926)

Firebase Admin Node.js SDK v8.13.0

29 Jun 20:11
488f931
Compare
Choose a tag to compare

New Features

  • feat(rc): Add Remote Config Version Management API (#920)

Bug Fixes

  • fix(auth): Migrated IAM sign endpoint to iamcredentials.googleapis.com (#916)
  • fix(auth): Fixing flaky deleteUsers() integration tests (#917)
  • fix: Upgraded node-forge and jsonwebtoken dependencies (#912)
  • fix(auth): Add interfaces for UserProviderRequest and Metadata used in UserImportRecord (#909)
  • fix: Fixed faulty metadata for the send-tweet Action (#908)
  • fix(auth): Properly parse the lastRefreshTime. (#888)

Miscellaneous

  • [chore] Release 8.13.0 (#925)
  • Add integration tests for RC manage version operations (#914)
  • Add another missing RC type to toc.yaml (#924)
  • Add new RC types in toc.yaml (#923)
  • Fixed a flaky auth integration test by retrying the GetUser() API call (#907)
  • Bump websocket-extensions from 0.1.3 to 0.1.4 (#900)
  • Fixing Firebase ML integration tests (#899)
  • fixing tests with unhandled promises (#894)
  • Rectified issues in comments for NotificationMessagePayload (#879)
  • chore: Running CI workflow on pull_request (#886)

Firebase Admin Node.js SDK v8.12.1

08 May 17:31
350ac33
Compare
Choose a tag to compare

Miscellaneous

  • [chore] Release 8.12.1 (#883)
  • Mark UserMetadata::lastRefreshTime as optional. (#881)
  • Remove type aliases from toc.yaml (#877)