Hi, I am using push notification to sync some data. On foreground, it automatically trigger .onMessage() On background, user need to click the notification then trigger .onMessageTap() What I want to do is even if user ignore the notification, catch the message and sync some data on background. Is there any way to address this?