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-js-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: firebase/firebase-js-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 17 commits
  • 159 files changed
  • 6 contributors

Commits on Jun 26, 2025

  1. Update Fireperf logging to use sendBeacon only if the payload is unde…

    …r the 64KB limit (#9120)
    
    * Update Fireperf logging to use sendBeacon only if the payload is under the 64KB limit for most browsers.
    
    - For the flush, attempt to use sendBeacon with a low number of events incase sendBeacon is also used by other libraries.
    
    * Add changeset and fix format
    
    * Add additional comments
    
    * Put max flush size behind remote config flag
    raymondlam authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    3d44792 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. Increase unit test coverage for facebook.ts to 100% (#9129)

    * Increase unit test coverage for facebook.ts to 100%
    mansisampat authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    5d13166 View commit details
    Browse the repository at this point in the history
  2. Increase unit test coverage for github.ts to 100% (#9130)

    * Increase unit test coverage for github.ts to 100%
    mansisampat authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    247b92f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8072572 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. Increase unit test coverage for saml.ts to 100% (#9131)

    * Increase unit test coverage for saml.ts to 100%
    mansisampat authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    ab5c2a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

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

Commits on Jul 8, 2025

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

Commits on Jul 9, 2025

  1. Configuration menu
    Copy the full SHA
    a4ccd25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91fa484 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47b154c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ab4e13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec5f374 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

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

Commits on Jul 11, 2025

  1. Merge branch 'release'

    hsubox76 committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    2b57312 View commit details
    Browse the repository at this point in the history
  2. fix(firestore): revert fix for undefined document snapshot data aft…

    …er "clear site data" (#9162)
    
    This reverts #8871 because it had unexpected negative customer impacts (#9056) and caused CI failures.
    dconeybe authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    f11b552 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2025

  1. Configuration menu
    Copy the full SHA
    2d72099 View commit details
    Browse the repository at this point in the history
  2. (feat) initializeServerApp support for App Hosting auto init (#9151)

    Implement Auto Init for `initializeServerApp`. 
    
    Auto init was previously implemented for `initializeApp` in #8483. This PR adds the same functionality to the `initializeServerApp` API surface.
    
    Fixes #8863
    DellaBitta authored Jul 12, 2025
    Configuration menu
    Copy the full SHA
    d91169f View commit details
    Browse the repository at this point in the history
Loading