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: v9.6.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: v9.7.0
Choose a head ref
  • 9 commits
  • 19 files changed
  • 5 contributors

Commits on Mar 30, 2021

  1. (chore): Add JWT Decoder and Signature Verifier (#1204)

    * (chore): Add JWT Decoder
    
    * Add signature verifier and key fetcher abstractions
    
    * Add unit tests for utils/jwt
    lahirumaramba authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    60b4e29 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. chore: Add Mailgun send email action (#1210)

    * Add Mailgun send email github action
    * Add send email action in nightly workflow
    lahirumaramba authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    1254850 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. chore: Fix bug in send-email action code (#1214)

    * chore: Fix bug in send-email action code
    
    * Add run id and trigger on repo dispatch event
    lahirumaramba authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    e9e8a03 View commit details
    Browse the repository at this point in the history
  2. Change dispatch event name in nightly workflow (#1216)

    - Change dispatch event name to `firebase_nightly_build`
    lahirumaramba authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    1cc82ae View commit details
    Browse the repository at this point in the history
  3. chore: Clean up nightly workflow trigger tests (#1212)

    - Remove failing integration test added to trigger the send email workflow in nightly builds.
    lahirumaramba authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    d961c3f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Add support for FIREBASE_STORAGE_EMULATOR_HOST env var (#1175)

    * Add support for FIREBASE_STORAGE_EMULATOR_HOST env var
    
    * Fixes lint error
    
    * Add test for FIREBASE_STORAGE_EMULATOR_HOST support
    
    * Lint fix
    
    * Minor fixes to storage tests
    
    * Address review comments
    
    * Address review suggestion
    
    Co-authored-by: Samuel Bushi <[email protected]>
    abeisgoat and ssbushi authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    da0f44f View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

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

Commits on Apr 23, 2021

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

Commits on Apr 27, 2021

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