Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: firebase/firebase-admin-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.4.0
Choose a base ref
...
head repository: firebase/firebase-admin-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.5.0
Choose a head ref
  • 11 commits
  • 16 files changed
  • 4 contributors

Commits on Jun 3, 2025

  1. feat(fcm): Support apns.live_activity_token field in FCM `ApnsConfi…

    …g` (#2891)
    
    * feat(fcm): Support `apns.live_activity_token` field in FCM `ApnsConfig`
    
    * feat(fcm): Support `live_activity_token` field on `ApnsConfig`
    * added validation
    * update documentation
    
    * feat(fcm): Rename `apns.live_activity_token` to lowerCamelCase
    janodetzel authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    d762464 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Configuration menu
    Copy the full SHA
    18f1851 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. Configuration menu
    Copy the full SHA
    26b884f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. feat: initializeApp idempotency (#2947)

    Update `initializeApp` to return an existing app if one exists with the same name and the same `AppOptions`. However, due to their inabilty to be compared, `initializeApp` will throw if an existing app has a configured `Credential` or `httpAgent`.
    DellaBitta authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    d0b704e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. build(deps-dev): bump @microsoft/api-extractor from 7.52.7 to 7.52.10 (

    …#2955)
    
    Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.52.7 to 7.52.10.
    - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.52.10/apps/api-extractor)
    
    ---
    updated-dependencies:
    - dependency-name: "@microsoft/api-extractor"
      dependency-version: 7.52.10
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    5b0c5c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. chore: Fix strip-only mode issues in Node.js 22.18 (#2958)

    * fix import syntax issue in Node.js 22.x
    
    * update mocha
    
    * update emulator test path
    
    * update emulator test path
    
    * update emulator test path
    
    * add Node 24.x to CIs
    
    * Trigger Staging
    lahirumaramba authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    be214b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f861260 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Configuration menu
    Copy the full SHA
    0776fba View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Configuration menu
    Copy the full SHA
    9cad09e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8888958 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. Configuration menu
    Copy the full SHA
    450f079 View commit details
    Browse the repository at this point in the history
Loading