标签: firebase react-native notifications firebase-cloud-messaging
在后台打开应用程序时,下面的代码有效。杀死应用程序后,我收到通知,但以下代码不起作用。当用户通过通知进入应用程序时,我想将用户重定向到特定页面
firebase.notifications().getInitialNotification() .then((notificationOpen) => { console.log("getInitialNotification"); });