Open lexcorp opened 7 years ago
Not currently.
For this it is necessary to work with webworker (Only with HTTPS) Or use third party service to push notification
Hello Edgard,
Will you have any examples that you can share? I currently have a development environment with SSL configured.
Alternative: https://onesignal.com/
Hi Edgar,
I was analyzing the code of the plugin, since I intend to send notifications mobile devices, I have a couple of doubts:
Have you created new tables or fields in existing GLPI tables?
When I login with a user and receive a notification, how do you manage that the notification is no longer displayed?
Could you help me with these doubts?
Have you created new tables or fields in existing GLPI tables?
No, I only use SQL to return the list
When I login with a user and receive a notification, how do you manage that the notification is no longer displayed?
I use the localStorage of the browser, to save the last identifier shown
For your case, I would recommend working with the hooks ("item_add", "item_update", "item_delete", .....)
Thank you very much Edgard...
Hi Edgar,
This notifications are send to mobiles?