-
Notifications
You must be signed in to change notification settings - Fork 948
Remove messaging-types-exp #4498
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
|
Binary Size ReportAffected SDKsNo changes between base commit (368f517) and head commit (aa3d5cb). Test Logs
|
Size Analysis Report |
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.
LGTM
@@ -25,7 +36,31 @@ export function getToken(messaging: FirebaseMessaging, options?: { | |||
swReg?: ServiceWorkerRegistration; | |||
}): Promise<string>; | |||
|
|||
export { MessagePayload } | |||
// @public (undocumented) |
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.
Should these have documentation? It looks like they didn't previously.
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.
They should. @zwu52, can you please add missing comments for the public APIs. Let's do it in a separate PR though.
No description provided.