-
Notifications
You must be signed in to change notification settings - Fork 370
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
change(fcm): Deprecate sendToDevice and sendToDeviceGroup and their response classes #2090
Conversation
a271310
to
e84d85f
Compare
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.
Thank you @Doris-Ge ! LGTM!
Let's get a TW review as well.
Adding @egilmorez to review the docs changes. Thanks! |
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.
LG with a nit, thanks!
src/messaging/messaging-api.ts
Outdated
/** | ||
* Individual status response payload from single devices | ||
* | ||
* @deprecated Returned by {@link Messaging#sendToDevice} which is also deprecated. |
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.
Nit, but "which" is generally preceded by a comma. Suggest one here and for similar/identical instances below.
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.
Good catch! Thanks! Done.
e84d85f
to
fd016e0
Compare
1. Deprecate sendToDevice and its response class, MessagingDeviceResponse 2. Deprecate sendToDeviceGroup and its response class, MessagingDeviceGroupResponse
fd016e0
to
16ba83a
Compare
sendToDevice
and its response class,MessagingDeviceResponse
sendToDeviceGroup
and its response class,MessagingDeviceGroupResponse