mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
save
This commit is contained in:
@@ -523,7 +523,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
||||
PushNotifications.register();
|
||||
});
|
||||
PushNotifications.addListener('registration', function (token) {
|
||||
alert('Push registration success, token: ' + token.value);
|
||||
/* alert('Push registration success, token: ' + token.value); */
|
||||
console.log('FIREBASE: ', token.value);
|
||||
});
|
||||
PushNotifications.addListener('registrationError', function (error) {
|
||||
|
||||
Reference in New Issue
Block a user