-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send notifications to mobile application #17
Comments
Not currently. For this it is necessary to work with webworker (Only with HTTPS) |
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? |
No, I only use SQL to return the list
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?
The text was updated successfully, but these errors were encountered: