this is my code, good luck
this.fcm.getToken()
this.fcm.receive.subscribe(() => {
console.log("token ", this.fcm.device_token);
})
this.fcm.listenToNotifications().pipe(
tap(msg => {
//show toast in app
})
)
.subscribe();
this is my code, good luck
this.fcm.getToken()
this.fcm.receive.subscribe(() => {
console.log("token ", this.fcm.device_token);
})
this.fcm.listenToNotifications().pipe(
tap(msg => {
//show toast in app
})
)
.subscribe();