-
Notifications
You must be signed in to change notification settings - Fork 394
Comparing changes
Open a pull request
base repository: firebase/firebase-admin-node
base: v8.10.0
head repository: firebase/firebase-admin-node
compare: v8.11.0
- 13 commits
- 41 files changed
- 10 contributors
Commits on Mar 13, 2020
-
Bump acorn from 6.1.1 to 6.4.1 (#815)
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@6.1.1...6.4.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7b9945f - Browse repository at this point
Copy the full SHA 7b9945fView commit details
Commits on Mar 17, 2020
-
Fixing Android notification options descriptions (#820)
* Fixing doc bug that conflated sound and tag options for Android notifications. * Removing duplicate documentation for tag. * Adding tag details in the right place this time, hopefully.
Configuration menu - View commit details
-
Copy full SHA for 9016954 - Browse repository at this point
Copy the full SHA 9016954View commit details -
chore: Splitting the index.d.ts file into smaller files (#751)
* Splitting the index.d.ts file into smaller files * Database return type fixed
Configuration menu - View commit details
-
Copy full SHA for 4974d00 - Browse repository at this point
Copy the full SHA 4974d00View commit details
Commits on Mar 18, 2020
-
chore: Cleaning up package verification scripts (#822)
* chore: Cleaning up package verification scripts * Added package metadata to test package.json file
Configuration menu - View commit details
-
Copy full SHA for 013582a - Browse repository at this point
Copy the full SHA 013582aView commit details
Commits on Apr 3, 2020
-
fix(auth): Fixing UserImportRecord typings declaration (#835)
* fix(auth): Fixing UserImportRecord typings declaration * Fixing more integration test compilation errors * Trigger CI * Removed redundant line
Configuration menu - View commit details
-
Copy full SHA for c401d96 - Browse repository at this point
Copy the full SHA c401d96View commit details
Commits on Apr 6, 2020
-
Bump minimist from 1.2.0 to 1.2.3 (#839)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.3. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e1680fc - Browse repository at this point
Copy the full SHA e1680fcView commit details
Commits on Apr 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f8229c6 - Browse repository at this point
Copy the full SHA f8229c6View commit details -
fix(auth): Defines missing
DecodedIdToken
types. (#852)* Defines missing `DecodedIdToken` types. Fixes #846
Configuration menu - View commit details
-
Copy full SHA for fa2a4da - Browse repository at this point
Copy the full SHA fa2a4daView commit details
Commits on Apr 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ed6036f - Browse repository at this point
Copy the full SHA ed6036fView commit details -
feat(machine-learning): Adding Firebase ML management APIs (#850)
* Firebase ML Node.js SDK Structure (#778) * Firebase ML Node.js SDK Structure * added tests * Added GetModel functionality and tests (#781) * Added GetModel functionality and tests * Added DeleteModel functionality and tests (#782) * Added DeleteModel functionality and tests * Added CreateModel functionality and tests (#788) * Added CreateModel functionality and tests * Added UpdateModel, publishModel,and unpublishModel functionality + tests (#791) * Added UpdateModel, publishModel,and unpublishModel functionality plus tests * Added ListModels functionality for Firebase ML (#795) * Added ListModels functionality for Firebase ML * Firebase ML changed endpoint (#813) * Add ML APIs to docgen toc (#847) * Docstring fixes and additions (#848) * Docstring fixes and additions * A few edits * Ml merge (#851) * Custom Action for sending Tweets (#784) * Experimental custom Action for sending Tweets * Added license headers * Added README file * Updated package descriptions * Improve customClaims Typing (#768) * chore: Experimental release flow based on Actions (#780) * chore: Experimental release flow based on Actions * Added tarball verification step; Simplified CI trigger * Splitting staging and publish phases into separate jobs * Fleshed out the full workflow * Trigger RC build * chore: Migrated to ESlint (#790) * chore: Migrated to ESlint * Added licesne header * Enabling additional ESLint checks (#794) * chore: Enabling more ESLint checks and fixing errors (#797) * Fix compilation error in integration tests (#798) Introduced by #790 * Build integration tests during CI (and release) (#800) Note that this won't actually run them. Additionally, the *unit* tests are also built, impying that we're building them twice (once during this step, and possibly again when running the unit tests.) * Fix revokeRefreshTokens to round consistently with the other platforms. (#801) This also makes it consistent with the comments a few lines above, as well as the integration test. * feat(auth): Multi-factor Auth support with SMS for Google Cloud Identity Platform (#804) Defines multi-factor auth administrative APIs for Google Cloud Identity Platform. * Defines new MFA types in toc.yaml. (#807) * Removes special char from index.d.ts. (#808) This is causing errors in the reference generation process. * Defines MultiFactor{Create|Update}Settings interfaces. (#809) * Defines MultiFactor{Create|Update}Settings interfaces. * chore: Adding a .npmrc file to the root of the repo (#810) * chore: Adding a .npmrc file to the root of the repo * Removing the root-level .npmrc file * [chore] Release 8.10.0 (#811) * [chore] Release 8.10.0 (take 2) (#812) * Bump acorn from 6.1.1 to 6.4.1 (#815) Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@6.1.1...6.4.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fixing Android notification options descriptions (#820) * Fixing doc bug that conflated sound and tag options for Android notifications. * Removing duplicate documentation for tag. * Adding tag details in the right place this time, hopefully. * chore: Splitting the index.d.ts file into smaller files (#751) * Splitting the index.d.ts file into smaller files * Database return type fixed * chore: Cleaning up package verification scripts (#822) * chore: Cleaning up package verification scripts * Added package metadata to test package.json file * fix(auth): Fixing UserImportRecord typings declaration (#835) * fix(auth): Fixing UserImportRecord typings declaration * Fixing more integration test compilation errors * Trigger CI * Removed redundant line * Bump minimist from 1.2.0 to 1.2.3 (#839) Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.3. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * remerge conflict Co-authored-by: Hiranya Jayathilaka <[email protected]> Co-authored-by: William Sedlacek <[email protected]> Co-authored-by: rsgowman <[email protected]> Co-authored-by: bojeil-google <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: egilmorez <[email protected]> * Added Firebase ML API requirements to Contributing doc (#853) Co-authored-by: Kevin Cheung <[email protected]> Co-authored-by: Hiranya Jayathilaka <[email protected]> Co-authored-by: William Sedlacek <[email protected]> Co-authored-by: rsgowman <[email protected]> Co-authored-by: bojeil-google <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: egilmorez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f7ee6b - Browse repository at this point
Copy the full SHA 9f7ee6bView commit details
Commits on Apr 21, 2020
-
* Update toc.yaml - Add `admin.` prefix to `machineLearning` module title
Configuration menu - View commit details
-
Copy full SHA for aef1ade - Browse repository at this point
Copy the full SHA aef1adeView commit details
Commits on Apr 22, 2020
-
feat: Remote Config Management API (#845)
Added support for the Remote Config API. This API enables Firebase developers to programmatically manage the set of JSON-formatted parameters and conditions known as the Remote Config template.
Configuration menu - View commit details
-
Copy full SHA for cb894cc - Browse repository at this point
Copy the full SHA cb894ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a8a6ba - Browse repository at this point
Copy the full SHA 5a8a6baView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.10.0...v8.11.0