Thanks to visit codestin.com
Credit goes to github.com

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: v10.0.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: v10.0.1
Choose a head ref
  • 10 commits
  • 12 files changed
  • 5 contributors

Commits on Oct 14, 2021

  1. build(deps-dev): bump @types/mocha from 8.2.2 to 9.0.0 (#1397)

    Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 8.2.2 to 9.0.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/mocha"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    7fb6e2c View commit details
    Browse the repository at this point in the history
  2. build(deps): bump @types/node from 16.10.2 to 16.11.0 (#1464)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.10.2 to 16.11.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    cce6b65 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump mocha from 8.4.0 to 9.1.2 (#1440)

    Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 9.1.2.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v8.4.0...v9.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    79769d0 View commit details
    Browse the repository at this point in the history
  4. fix(auth): Remove request body for deleteTenant (#1461)

    This change reverts #1456, which reverted the original PR #1452.
    
    Corresponding internal bug: b/192387245
    lisajian authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    4bef8fa View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Update multi-tenancy integration tests to run against auth emulator (#…

    …1453)
    
    Update multi-tenancy integration tests to pass against auth emulator. Notable changes includes:
    - Not checking test phone numbers on tenant config object
    - Skipping tenant OIDC/SAML tests until it's supported in emulator
    
    Corresponding internal bug: b/192387245
    lisajian authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    b26501b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Update base-auth.ts (#1501)

    Fixing typo uncovered in an internal changelist.
    egilmorez authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    aea280d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. fix(auth): Add user disabled error code. (#1506)

    * fix: add user disabled error code
    
    * Trigger integration tests
    xil222 authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    7ce2345 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. fix(firestore): Expose more types from gcp firestore

    Exported types BundleBuilder, DocumentChange, OrderByDirection, SetOptions, and WhereFilterOp from firestore/index.ts and firestore-namespace.ts.
    lahirumaramba authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    0e44972 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Add new Firestore types exposed from the admin firestore module (#1519)

    * Add new Firestore types exposed in 1513
    
    - Added the new types exposed in #1513 and a few other missing types from the docs
    
    * Clean up the links
    lahirumaramba authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    e9b1d60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b15b27 View commit details
    Browse the repository at this point in the history
Loading