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.12.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.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on May 7, 2020

  1. Remove type aliases from toc.yaml (#877)

    - Remove type aliases from toc.yaml
    - Type doc complaints about missing files when generating docs. This PR removes the type aliases in toc.yaml causing the missing file paths.
    lahirumaramba authored May 7, 2020
    Configuration menu
    Copy the full SHA
    f3a4d84 View commit details
    Browse the repository at this point in the history
  2. Mark UserMetadata::lastRefreshTime as optional. (#881)

    While it's always present (even if null), having it optional allows
    existing code that implements this interface to not break.
    
    Fixes: #880
    rsgowman authored May 7, 2020
    Configuration menu
    Copy the full SHA
    f9c1705 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

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