Uh oh!
There was an error while loading. Please reload this page.
Fix type defs for Credential interface - #573
Closed
samtstern wants to merge 1 commit into
Closed
Conversation
hiranya911
commented
Jun 18, 2019
Contributor
Hi @samtstern.
|
samtstern
commented
Jun 19, 2019
ContributorAuthor
So the reason I think we should expose this (I may misunderstand):
So if |
hiranya911
commented
Jun 19, 2019
Contributor
Then we ought to fix that in the admin Firestore code. Let's not add "Certificate" to the public API. For one thing it's a terrible (and incorrect) name. I've let it remain in the code because it's considered an internal API. Secondly there's no equivalent concept in any of the other GCP libraries. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@hiranya911 before I go any farther:
getCertificate()is not in the.d.ts?nullfromgetCertificate()get the typedef saysCertificatenotCertificate | nullorCertificate | undefined... why does that even compile?