App malfunctioning when firebase notification pops up
问题 I am trying to send notifications to devices when they receive messages from their friends. But if they are about to receive the pop up, the app automatically goes to the homepage before the message even shows. I just don't get it. The messages are both data and notification types. I just can't tell where the error is from. Please help. Below is my code. JS code. exports.sendNotification8 = functions.database.ref('/Users/{user_id}/Notifications/{notifications_id}') .onWrite((change,context) =