Sending Push Notifications
NOTE: This page is obsolute due to API changes, see BF Team Support
{
"actions": [{
"action": "pwaPromptPushPermission",
"options": {
"idUser_calc": "window.vueapp.$store.state.auth.user.id"
}
}],
"buttonClasses": "btn btn-info bg-blue-400",
"styleClasses": "col-md-2",
"text": "Prompt permission for push notifications",
"type": "button"
}
Last updated
Was this helpful?