Skip to content

Update dependency firebase-admin to v14#265

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/firebase-admin-14.x
Open

Update dependency firebase-admin to v14#265
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/firebase-admin-14.x

Conversation

@renovate

@renovate renovate Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
firebase-admin (source) ^11.11.1^14.0.0 age confidence

Release Notes

firebase/firebase-admin-node (firebase-admin)

v14.0.0: Firebase Admin Node.js SDK v14.0.0

Compare Source

Breaking Changes
  • change(instance-id): Remove deprecated Instance ID service (#​3166)
  • change: Remove Deprecated Legacy Namespace Support (#​3164)
  • change(fcm): Drop legacy messaging types (#​3157)
  • change: Drop support for Node.js 18 and 20 (v14) (#​3138)
New Features
  • feat(auth): Enhance emulator support across authentication classes (#​3080)
  • feat(core): Error Handling Revamp (v14) (#​3140)
Bug Fixes
  • fix(functions): store CLOUD_TASKS_EMULATOR_HOST at construction time (#​3167)
  • fix(auth): Decouple CreateRequest interface from UpdateRequest (#​3165)
  • fix(auth): skip project config name assertion when using the Auth emulator (#​3142)
  • fix(api-request): replace deprecated url.parse() with WHATWG URL (#​3124)
  • fix: resolve failing getApplicationDefault unit tests in gcloud SDK environment (#​3163)
  • fix(fcm): Map topic subscription RESOURCE_EXHAUSTED server code to new TOPICS_SUBSCRIPTION_RATE_EXCEEDED SDK error code (#​3148)
Miscellaneous
  • [chore] Release 14.0.0 (#​3171)
  • build: upgrade compilation target and lib to ES2021 (#​3172)
  • build(deps): bump @​tootallnate/once from 2.0.0 to 2.0.1 (#​3160)
  • build(deps): bump fast-uri from 3.1.0 to 3.1.2 (#​3168)
  • build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 (#​3169)
  • chore: fixed api docs typos and omissions (#​3170)
  • build(deps-dev): bump eslint from 10.3.0 to 10.4.1 (#​3155)
  • Merge pull request #​3162 from firebase/v14
  • chore(deps): bump jwks-rsa to 4.0.1 (#​3125)
  • fix package.json
  • chore: Drop send-tweet and upgrade GitHub Actions (#​3158)
  • chore: upgrade nock to v14 and fix api-request unit tests (#​3153)
  • chore: bump eslint to 10.3.0 and migrate to flat config (#​3150)
  • build(deps-dev): bump sinon from 18.0.1 to 22.0.0 (#​3149)
  • chore(deps): bump jwks-rsa to 4.0.1 (#​3125)
  • chore: Upgrade dependencies for v14 (#​3137)

v13.10.0: Firebase Admin Node.js SDK v13.10.0

Compare Source

New Features
  • feat(appcheck): Add support for minting limited-use tokens and custom JTI (#​3027)
Bug Fixes
  • fix: Replace node-forge with native crypto for private key validation (#​3051)
Miscellaneous
  • [chore] Release 13.10.0 (#​3146)
  • add node prefix to crypto imports (#​3144)
  • chore: remove uuid dependency (#​3130)
  • build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 (#​3134)
  • build(deps): bump protobufjs from 7.5.5 to 7.5.8 (#​3141)
  • build(deps): bump fast-uri from 3.1.0 to 3.1.2 (#​3135)

v13.9.0: Firebase Admin Node.js SDK v13.9.0

Compare Source

New Features
  • feat(remote-config): add optional exposurePercent field to ExperimentValue (#​3096)
Miscellaneous

v13.8.0: Firebase Admin Node.js SDK v13.8.0

Compare Source

New Features
  • feat(pnv): Add support for Phone Number Verification (#​3101)
  • feat(fcm): Add bandwidthConstrainedOk and restrictedSatelliteOk (#​2994)
Miscellaneous

v13.7.0: Firebase Admin Node.js SDK v13.7.0

Compare Source

New Features
  • feat(rc): Support Rollout, Personalization, and Experiment values (#​3046)
Bug Fixes
Miscellaneous

v13.6.1: Firebase Admin Node.js SDK v13.6.1

Compare Source

Bug Fixes
  • fix: Refactor isURL() to use Built-in URL Constructor (#​3061)
  • fix(data-connect): correctly serialize strings with special characters (#​3056)
Miscellaneous
  • [chore] Release 13.6.1 (#​3063)
  • build(deps): bump jws (#​3029)
  • chore: Update release workflows for push triggers (#​3062)
  • build(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#​3057)
  • build(deps-dev): bump mocha from 11.7.1 to 11.7.5 (#​3012)
  • chore: Update github actions workflows and integration test resources (#​3052)
  • chore: Rename default branch to (#​3033)
  • build(deps): bump node-forge from 1.3.1 to 1.3.2 (#​3024)
  • build(deps): bump glob from 10.4.5 to 10.5.0 (#​3019)
  • build(deps-dev): bump bcrypt and @​types/bcrypt (#​3015)
  • fix validate unit tests (#​3009)

v13.6.0: Firebase Admin Node.js SDK v13.6.0

Compare Source

New Features
  • feat(dc): Add executeQuery and executeMutation APIs to Data Connect (#​2979)
Miscellaneous

v13.5.0: Firebase Admin Node.js SDK v13.5.0

Compare Source

New Features
  • feat: initializeApp idempotency (#​2947)
  • feat(fcm): Support apns.live_activity_token field in FCM ApnsConfig (#​2891)
Miscellaneous

v13.4.0: Firebase Admin Node.js SDK v13.4.0

Compare Source

New Features
  • feat(fdc): Data Connect Bulk Import (#​2905)
Miscellaneous

v13.3.0: Firebase Admin Node.js SDK v13.3.0

Compare Source

New Features
  • feat(fcm): Support proxy field in FCM AndroidNotification (#​2874)
Bug Fixes
  • fix(fcm): Provide inner errors from a session AggregateError to remove ambiguity (#​2879)
  • fix(fcm): Wrap HTTP/2 session errors in promise (#​2868)
Miscellaneous

v13.2.0: Firebase Admin Node.js SDK v13.2.0

Compare Source

New Features
  • feat(fdc): Add support for Data Connect Impersonation (#​2844)
Bug Fixes
  • fix(functions): Use emulated credentials when connecting to the emulator (#​2857)
  • fix(dc): Use emulated credentials with Data Connect Emulator (#​2853)
  • fix: equality comparison for semantic version when number of segments = max allowed segments (#​2794)
Miscellaneous

v13.1.0: Firebase Admin Node.js SDK v13.1.0

Compare Source

New Features
  • feat(auth): Added FDL deprecation support for Firebase Auth (#​2752)
Miscellaneous

v13.0.2: Firebase Admin Node.js SDK v13.0.2

Compare Source

Bug Fixes
  • fix(auth): Fix credentials issue in createToken() when using ADC (#​2801)
Miscellaneous

v13.0.1: Firebase Admin Node.js SDK v13.0.1

Compare Source

Bug Fixes
  • fix: Fix the property names when initializing the SDK with ServiceAccount type (#​2779)
Miscellaneous

v13.0.0: Firebase Admin Node.js SDK v13.0.0

Compare Source

Breaking Changes
  • change(rc): Update Remote Config condition evaluation hashing (#​2760)
  • change(fcm): Remove deprecated FCM APIs (#​2759)
  • change: Update Node support to 18 (#​2756)
  • change: Migrate credentials to use google-auth-library (#​2466)
New Features
  • feat(fcm): Add directBootOk field to AndroidConfig (#​2745)
Bug Fixes
  • fix: Set the Quota Project ID only for ADC human accounts (#​2761)
Miscellaneous
  • [chore] Release 13.0.0 (#​2764)
  • build(deps): bump uuid from 11.0.2 to 11.0.3 (#​2767)
  • build(deps-dev): bump nock from 13.5.5 to 13.5.6 (#​2766)
  • chore: Add X-Goog-Api-Client metric header to outgoing authorized http requests (#​2763)
  • chore: Upgrade dependencies (#​2757)
  • Request timeout const name correction (#​2743)
  • build(deps-dev): bump @​firebase/app-compat from 0.2.43 to 0.2.45 (#​2746)

v12.7.0: Firebase Admin Node.js SDK v12.7.0

Compare Source

New Features
  • feat(auth): Add recaptcha and sms toll fraud support for phone auth (#​2625)
Bug Fixes
  • fix: Pin @firebase/database-compat to v1.0.8 (#​2739)
Miscellaneous

v12.6.0: Firebase Admin Node.js SDK v12.6.0

Compare Source

New Features
Bug Fixes
  • fix(auth): Add missing Math.floor() when setting validDuration in createSessionCookie() (#​2712)
Miscellaneous

v12.5.0: Firebase Admin Node.js SDK v12.5.0

Compare Source

New Features
Bug Fixes
  • fix: updating comments with VibrateTimingsMillis and defaultVibrateTimings instead of vibrate_timings and default_vibrate_timings (#​2598)
  • fix: support httpAgent in JwksFetcher (#​2689)
Miscellaneous
  • [chore] Release 12.5.0 Take 2 (#​2703)
  • [chore] Release 12.5.0 (#​2702)
  • chore: Upgrade actions/upload-artifact@​v4 (#​2700)
  • build(deps): bump actions/download-artifact in /.github/workflows (#​2694)
  • Create CHANGELOG.md (#​2626)

v12.4.0: Firebase Admin Node.js SDK v12.4.0

Compare Source

Miscellaneous

v12.3.1: Firebase Admin Node.js SDK v12.3.1

Compare Source

Bug Fixes
  • fix: getToken() returns existing promise to a token if one exists instead of a new token. (#​2648)
Miscellaneous

v12.3.0: Firebase Admin Node.js SDK v12.3.0

Compare Source

New Features
  • feat(fcm): Add HTTP2 support for sendEach() and sendEachForMulticast() (#​2550)
Miscellaneous

v12.2.0: Firebase Admin Node.js SDK v12.2.0

Compare Source

Breaking Changes
  • change: Deprecate Node.js 16 support (#​2574)
Bug Fixes
  • fix: Replace farmhash with farmhash-modern (#​2603)
  • fix: Make ADC + human account work with firebase-admin (#​2553)
  • fix: Use optional chaining in FirebaseError (#​2581)
Miscellaneous

v12.1.1: Firebase Admin Node.js SDK v12.1.1

Compare Source

Bug Fixes
Miscellaneous

v12.1.0: Firebase Admin Node.js SDK v12.1.0

Compare Source

New Features
  • feat(rc): Add server side Remote Config support (#​2529)
Miscellaneous

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/firebase-admin-14.x branch from 2947975 to d8ca96a Compare June 11, 2026 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants