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.
Hello 👋, to help manage issues we automatically close stale issues.
This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
This issue will be closed in 15 days if no further activity occurs.
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: