Skip to content

Commit b1f9b5a

Browse files
laurenzlongegilmorezrachelsaunders
authored
Revise docs for handler namespace (#680)
* Adding top-level comment and TOC for functions.handler. (#633) * Adding top-level comment and TOC for functions.handler. * Adding edits from feedback. * Refer specifically to Firebase CLI. * Adding top-level comment and TOC for functions.handler. (#633) * Adding top-level comment and TOC for functions.handler. * Adding edits from feedback. * Refer specifically to Firebase CLI. * Pin "typedoc" version to 0.14.2 (#655) * Add docstrings for handler.firestore, handler.database, and handler.https (#652) * Document a few providers * Remove extra sentence in http function docstring * Crashlytics handler details and example formatting (#656) * Adding comments for Crashlytics handler. * Removing parens for parameters per feedback. * Eg moar handlers (#657) * Adding RC and Analytics handlers. * Adding Storage object handler. * Adding Pub/Sub and Test Lab handlers. * Adding auth handler. * Fixing typo. * Removing async to be consistent among examples. (#658) * handler functions: copy-edits in comments only (#675) * Removing async syntax from Storage handlers. (#678) Co-authored-by: egilmorez <egilmore@google.com> Co-authored-by: rachelsaunders <52258509+rachelsaunders@users.noreply.github.com>
1 parent 5c18afe commit b1f9b5a

File tree

4 files changed

+215
-72
lines changed

4 files changed

+215
-72
lines changed

deploy_key.enc

3.42 KB
Binary file not shown.

docgen/content-sources/toc.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ toc:
117117
- title: 'ObjectMetadata'
118118
path: /docs/reference/functions/providers_storage_.objectmetadata.html
119119

120+
- title: 'functions.handler'
121+
path: /docs/reference/functions/handler_builder_.html
122+
section:
123+
- title: 'HandlerBuilder'
124+
path: /docs/reference/functions/handler_builder_.handlerbuilder.html
120125
- title: 'functions.testLab'
121126
path: /docs/reference/functions/providers_testlab_.html
122127
section:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"tslint-config-prettier": "^1.18.0",
7474
"tslint-no-unused-expression-chai": "^0.1.4",
7575
"tslint-plugin-prettier": "^2.0.1",
76-
"typedoc": "^0.17.1",
76+
"typedoc": "0.14.2",
7777
"typescript": "^3.8.3",
7878
"yargs": "^15.3.1"
7979
},

0 commit comments

Comments
 (0)