-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureFeature implementation. Add new functionality in REST APIFeature implementation. Add new functionality in REST API
Description
JSON must contain a list of defined notification text
[
{
"language": "ENGLISH",
"notificationType": "YOUR_TURN",
"isPersonal": true,
"title": "It' your turn!",
"body": "It’s now your turn in the queue {}"
},
{
"language": "ENGLISH",
"notificationType": "YOUR_TURN",
"isPersonal": false,
"title": "Next in {}",
"body": "{} is now responsible for the queue {}"
}
]- Use this JSON to form the firebase notification message
- Create endpoint, so mobile app can request this JSON each time when the app is opened. Mobile app can use it to show notifications
Metadata
Metadata
Assignees
Labels
featureFeature implementation. Add new functionality in REST APIFeature implementation. Add new functionality in REST API