-
Notifications
You must be signed in to change notification settings - Fork 218
Add docstrings for handler.firestore, handler.database, and handler.https #652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
egilmorez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some questions/clarifications, thanks!
|
Thanks for the review Eric! Is there any chance you can try to stage this, so we can see what it looks like? |
|
Here as requested is a stage of these changes: One global suggestion: let's take each sample string and enclose it in this markup: That will create some whitespace and make everything pretty for the output. Thanks! |
|
Or actually, why not merge this as/is and I can apply the formatting like tech writers are supposed to do. Thanks! |
* 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>
Description
Code sample