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-functions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.1
Choose a base ref
...
head repository: firebase/firebase-functions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.0
Choose a head ref
  • 6 commits
  • 19 files changed
  • 4 contributors

Commits on Mar 9, 2026

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

Commits on Mar 10, 2026

  1. Add support for VPC direct connect (#1823)

    * Add support for VPC direct connect
    
    * Robo feedback
    
    * Changelog
    
    * Remove stupid robocast
    
    * Fix changelog style
    
    * PR feedback
    inlined authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    475e4a6 View commit details
    Browse the repository at this point in the history
  2. add authcontxt params to the DatabaseEvent object (#1770)

    * add authcontxt params to the DatabaseEvent object
    
    * add unittest
    
    * address review comment
    
    * add authcxt params to RawRTDBCloudEvent and use a type for AuthType values
    
    * fix lint
    
    * use camel to be consistent with other apis
    
    * use camelCase to be consistent with other apis
    
    * fix(database): standardise auth property casing on v2 DatabaseEvent
    
    * test(database): refactor duplicated init and auth context test behavior
    
    * lint
    
    * fix(database): explicitly fallback to unknown AuthType when undefined
    
    ---------
    
    Co-authored-by: Kushal Palesha <3357451+kushalpalesha@users.noreply.github.com>
    kushalpalesha and kushalpalesha authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    5b4c4a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. 7.2.0-rc.0

    google-oss-bot committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    2e8dabb View commit details
    Browse the repository at this point in the history
  2. Adds missing Params support in v1 configurability (#1820)

    * Adds missing Params support in v1 configurability
    
    Requires adding support for new features such as string interpolation (API propsoal oustanding) and value-only transforms (API proposal not outstanding beause the API is not publicly released)
    
    * Add fixes for firestore
    
    * Remove unnecessary toString method
    
    * Format
    
    * Add approved spec for secret params metadata. Used in firebase/agent-skills#20.
    
    * Changelog
    inlined authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    fb503db View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. 7.2.0

    google-oss-bot committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    da9cfba View commit details
    Browse the repository at this point in the history
Loading