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

Commits on May 24, 2022

  1. Copy the full SHA
    721b74f View commit details

Commits on Aug 2, 2022

  1. Add MockCloudEvents for RTDB-V2 (#156)

    * Add and handle MockCloudEvents for RTDB-V2
    
    This commit is a follow-up to firebase-function's addition of rtdb-v2, firebase/firebase-functions#1127.
    
    Wrap can now handle:
    
    * `database.onValueCreated`
    * `database.onValueDeleted`
    * `database.onValueUpdated`
    * `database.onValueWritten`
    TheIronDev authored Aug 2, 2022
    Copy the full SHA
    7ca7e22 View commit details

Commits on Aug 8, 2022

  1. Update Rtdb test sdk to allow json for CloudEvent (#159)

    This commit updates the test sdk api for the Database CloudEventPartial
    to support end-users submitting JSON that gets transformed into `DataSnapshot`
    instead of forcing users to import and use `Change` and `DataSnapshot` to
    mock out the CloudEvent resopnses.
    
    Co-authored-by: Daniel Lee <danielylee@google.com>
    TheIronDev and taeold authored Aug 8, 2022
    Copy the full SHA
    6ee1a34 View commit details

Commits on Aug 9, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    36e362a View commit details
  2. Bump glob-parent from 5.1.1 to 5.1.2 (#158)

    Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
    - [Release notes](https://github.com/gulpjs/glob-parent/releases)
    - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
    - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: glob-parent
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 9, 2022
    Copy the full SHA
    8392bf2 View commit details
  3. 2.3.0

    google-oss-bot committed Aug 9, 2022
    Copy the full SHA
    dc88ce3 View commit details
Loading