[go: nahoru, domu]

Skip to content
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

Adding TypeDoc comments for Admin and Storage. #509

Closed
wants to merge 1 commit into from

Conversation

egilmorez
Copy link
Contributor

Here are a couple of the first areas of coverage for our eventual TypeDoc generation scheme.

Staged at:

https://firebase-dot-devsite.googleplex.com/docs/reference/admin/node/admin
https://firebase-dot-devsite.googleplex.com/docs/reference/admin/node/admin.storage

Thanks!

@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.
In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again. If the bot doesn't comment, it means it doesn't think anything has changed.

ℹ️ Googlers: Go here for more info.

@egilmorez
Copy link
Contributor Author

Closing due to CLA issue with new machine. Seems simpler to just re-create the request from scratch.

@egilmorez egilmorez closed this Apr 22, 2019
Copy link
Contributor
@hiranya911 hiranya911 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good. Just a few suggestions. Also, we are taking the docs content from our externs file, right?

code: string;
/**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets add some spacing here, to separate it from the previous block. Here and elsewhere.

@@ -86,6 +262,21 @@ declare namespace admin.app {
messaging(): admin.messaging.Messaging;
projectManagement(): admin.projectManagement.ProjectManagement;
storage(): admin.storage.Storage;
/**
* Renders this app unusable and frees the resources of all associated
* services.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of developers have pointed out that we should explain this method a bit more in our documentation (see #489 for example). Can we add a line here indicating that when running the SDK locally, this method must be called to ensure graceful termination of the process?

@@ -703,6 +902,35 @@ declare namespace admin.instanceId {
}
}

/**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be added to the projectManagement() method above to avoid repeating: https://firebase-dot-devsite.googleplex.com/docs/reference/admin/node/admin.projectManagement

@egilmorez egilmorez deleted the egilmore-typedoc branch April 29, 2019 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants