this.fcm.onNotification().subscribe((payload) => { if (payload.wasTapped) { console.log('Notification received in background'); } else ...
確定! 回上一頁