-
Notifications
You must be signed in to change notification settings - Fork 934
Fix documentation #4875
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
Fix documentation #4875
Conversation
|
Binary Size ReportAffected SDKs
Test Logs |
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.
Thanks for sending! Couple of things to look at.
packages/app-check-types/index.d.ts
Outdated
/** | ||
* | ||
* @param isTokenAutoRefreshEnabled - If set to true, enables SDK to | ||
* automatically refresh AppCheck token as needed. If false, disables this |
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.
Is this a literal? If not, maybe just App Check here and below (but is App Check actually publicly released right now?)
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.
No, it's not a literal, can change to App Check.
We are in a code freeze right now so the release will not happen until 5/11. The documentation can be published along with the rest on 5/13, see other comment.
Co-authored-by: Kevin Cheung <[email protected]>
I forgot to update the main index.d.ts with the new AutoTokenRefresh param/method. Also added more comments.
Note: the second file (
packages/firebase.index.d.ts
) is the source for the autogenerated reference docs. The first file is for internal use.