Home


Mobile Native App needs to provide a function which is like this:
window.registerForNotifications = function() {
window.registerPush("token");
}


Results of JS call to window.registerPush will be printed here:
...

Login with external Auth provider