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: v8.11.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: v8.12.0
Choose a head ref
  • 7 commits
  • 17 files changed
  • 7 contributors

Commits on Apr 22, 2020

  1. Fix typo in release.yml (#862)

    - Fix typo in release.yml
    lahirumaramba authored Apr 22, 2020
    Configuration menu
    Copy the full SHA
    1ed7eb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd7a171 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

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

Commits on Apr 27, 2020

  1. Fixed lint (#868)

    ifielker authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    0ac248e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Bump jquery from 3.4.1 to 3.5.0 (#873)

    Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
    - [Release notes](https://github.com/jquery/jquery/releases)
    - [Commits](jquery/jquery@3.4.1...3.5.0)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    aaaad10 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. feat(auth): Add bulk get/delete methods (#726)

    This PR allows callers to retrieve a list of users by unique identifier (uid, email, phone, federated provider uid) as well as to delete a list of users.
    
    RELEASE NOTE: Added getUsers() and deleteUsers() APIs for retrieving and deleting user accounts in bulk.
    rsgowman authored May 6, 2020
    Configuration menu
    Copy the full SHA
    b590990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47f1b72 View commit details
    Browse the repository at this point in the history
Loading