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: v11.2.1
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: v11.3.0
Choose a head ref
  • 7 commits
  • 11 files changed
  • 4 contributors

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    e708fef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f4d23c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. feat(extensions): Add extensions namespace (#1960)

    * Scaffolding out extensions namespace (#1829)
    
    * starting scaffolding
    
    * Finish scaffolding extensions
    
    * adding whitespace
    
    * Implements Extensions namespace (#1838)
    
    * starting scaffolding
    
    * Finish scaffolding extensions
    
    * adding whitespace
    
    * Implements Extensions namespace
    
    * Expose extensions module
    
    * fixing api-extractor by adding @internal
    
    * Improve error handling
    
    * lint
    
    * Add jsdocsand api-extract
    
    * merging
    
    * style fixes from 1829
    
    * style fix
    
    * Addressing PR comments
    
    * Clean up getRuntimeData
    
    * typo fix
    
    * in the tests as well
    
    * PR fixes
    
    * round 2 of fixes
    
    * PR fixes
    
    * Update src/extensions/extensions.ts
    
    Co-authored-by: Kevin Cheung <[email protected]>
    
    * Update src/extensions/extensions.ts
    
    Co-authored-by: Kevin Cheung <[email protected]>
    
    * Update src/extensions/extensions.ts
    
    Co-authored-by: Kevin Cheung <[email protected]>
    
    * Update src/extensions/extensions.ts
    
    Co-authored-by: Kevin Cheung <[email protected]>
    
    * Docs pass
    
    * lint
    
    * Fix test
    
    Co-authored-by: Kevin Cheung <[email protected]>
    
    Co-authored-by: Kevin Cheung <[email protected]>
    joehan and kevinthecheung authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    623c02d View commit details
    Browse the repository at this point in the history
  2. build(deps): bump @firebase/database-compat from 0.2.9 to 0.2.10 (#1969)

    Bumps [@firebase/database-compat](https://github.com/firebase/firebase-js-sdk/tree/HEAD/packages/database-compat) from 0.2.9 to 0.2.10.
    - [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
    - [Changelog](https://github.com/firebase/firebase-js-sdk/blob/master/packages/database-compat/CHANGELOG.md)
    - [Commits](https://github.com/firebase/firebase-js-sdk/commits/@firebase/[email protected]/packages/database-compat)
    
    ---
    updated-dependencies:
    - dependency-name: "@firebase/database-compat"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    34f84b6 View commit details
    Browse the repository at this point in the history
  3. Extensions docstring tweaks (#1980)

    * Extensions docstring tweaks
    
    * export Runtime
    
    * export SettableProcessingState
    kevinthecheung authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    38fb85f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    62fdf5f View commit details
    Browse the repository at this point in the history
  2. [chore] Release 11.3.0 (#1981)

    - Includes the new `extensions` API
    lahirumaramba authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    1665b6e View commit details
    Browse the repository at this point in the history
Loading