Replies: 1 comment
-
Looking at the reference docs and the REST API , if Adding @chong-shao to confirm this as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a question about the sendToDeviceGroup function.
sendToDeviceGroup has three parameters.
sendToDeviceGroup(notificationKey: string, payload: MessagingPayload, options?: MessagingOptions): Promise<MessagingDeviceGroupResponse>;
Among these, I am curious about MessagingOptions.
In MessagingOptions, the priority field defaults to high.
(https://firebase.google.com/docs/reference/admin/node/firebase-admin.messaging.messagingoptions.md#messagingoptions_interface)
if MessagingOptions is undefiened, Is the message priority set high when message notifications are sent?
Beta Was this translation helpful? Give feedback.
All reactions