You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am implementing foreground services in react native app using react-native-notifee, I used firebase push notification to send remote notification. my
messaging().setBackgroundMessageHandler((message=>{ console.log("setBackgroundMessageHandler=>", message)
}));
call only when I send notification payload with data and notification
due to this I am getting 2 notification when app is active, and 1 when I didn’t send notification in payload but in that condition setBackgroundMessageHandler not trigger
Please give me possible solution to done foreground services using firebase
I this problem is my notification sending with some "priorities"
I am using postman to send notification on single device, and don’t know to to send message data-only with high priority
anyone can help me
I think my current payload it not correct.
I am implementing foreground services in react native app using react-native-notifee, I used firebase push notification to send remote notification. my
messaging().setBackgroundMessageHandler((message=>{ console.log("setBackgroundMessageHandler=>", message)
}));
call only when I send notification payload with data and notification
due to this I am getting 2 notification when app is active, and 1 when I didn’t send notification in payload but in that condition setBackgroundMessageHandler not trigger
Please give me possible solution to done foreground services using firebase
My project Info
My index.js
and my onMessageReceived
And my notification payload is
The text was updated successfully, but these errors were encountered: