feat: add high priority Android notifications and set chat input field line limits
This commit is contained in:
@@ -44,6 +44,12 @@ async function sendNotificationToUsers(userIds, title, body, excludeUserId, data
|
||||
click_action: "FLUTTER_NOTIFICATION_CLICK",
|
||||
...data
|
||||
},
|
||||
android: {
|
||||
priority: "high",
|
||||
notification: {
|
||||
channelId: "high_importance_channel",
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
const response = await admin.messaging().sendEachForMulticast(message);
|
||||
|
||||
Reference in New Issue
Block a user