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: main
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: dl/live
Choose a head ref
  • 2 commits
  • 40 files changed
  • 1 contributor

Commits on Aug 12, 2025

  1. Add WebSocket handler for Browser and Node (#9191)

    * Add WebSocket handler for Browser and Node
    
    * Add additional environment checks
    
    * Clarify usage of `window`
    
    * remove util websocket handler
    
    * Use platform/ convention
    
    * use built-in global ws
    
    * revert tsconfig module bump
    
    * cleanup
    
    * fix stub ws file
    
    * parse strings, and create error queue
    dlarocque authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    2e03df7 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Live API v1 (#9205)

    * Live API v1
    
    * update docs
    
    * Docs and naming changes
    
    * Skip problematic Google AI tests
    
    * Fix mediaChunks errors
    
    * Log warnings for 'close' event reasons
    
    * Add note about support to getLiveGenerativeModel docs
    
    * Review comments
    
    * add license header
    
    * docs review
    
    * remove candidateCount
    
    * Live Refactor WebSocket (#9212)
    
    * refactor websocket
    
    * remove test ws server
    dlarocque authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    3bb3f36 View commit details
    Browse the repository at this point in the history
Loading