Commit 9f7ee6b
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]>1 parent ed6036f commit 9f7ee6b
File tree
17 files changed
+3023
-2
lines changed- docgen/content-sources/node
- src
- machine-learning
- test
- integration
- resources
- unit
- machine-learning
- utils
17 files changed
+3023
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
159 | 163 | | |
160 | 164 | | |
161 | 165 | | |
162 | 166 | | |
163 | 167 | | |
164 | | - | |
| 168 | + | |
165 | 169 | | |
166 | 170 | | |
167 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
135 | 151 | | |
136 | 152 | | |
137 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
354 | 356 | | |
355 | 357 | | |
356 | 358 | | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
357 | 372 | | |
358 | 373 | | |
359 | 374 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
399 | 400 | | |
400 | 401 | | |
401 | 402 | | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
402 | 418 | | |
403 | 419 | | |
404 | 420 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
407 | 438 | | |
408 | 439 | | |
409 | 440 | | |
| |||
462 | 493 | | |
463 | 494 | | |
464 | 495 | | |
| 496 | + | |
465 | 497 | | |
466 | 498 | | |
467 | 499 | | |
| |||
788 | 820 | | |
789 | 821 | | |
790 | 822 | | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
791 | 1029 | | |
792 | 1030 | | |
793 | 1031 | | |
| |||
0 commit comments