I’m developing an application with Vue and IONIC. I want to request the permissions of notifications and store in my database the pushtoken for sending push notifications.
All the examples I have seen are with Angular :(. Does anyone have documentation of how this process is done?
Thanks beforehand.