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
Hello! I implemented my code following the recommendations of this thread 129, I also read the documentation of invertase firebase and invertase notifee.
All the cases work correctly for me except one... and that is:
(These cases are always with the app closed and the phone rebooted).
Data Only Push: executes notifee.onBackgroundEvent() but the app stays closed.
"Notification" Push: does not execute notifee.onBackgroundEvent(), nor notifee.getInitialNotification(). In this case at least the app opens...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! I implemented my code following the recommendations of this thread 129, I also read the documentation of invertase firebase and invertase notifee.
All the cases work correctly for me except one... and that is:
(These cases are always with the app closed and the phone rebooted).
Data Only Push: executes notifee.onBackgroundEvent() but the app stays closed.
"Notification" Push: does not execute notifee.onBackgroundEvent(), nor notifee.getInitialNotification(). In this case at least the app opens...
What am I doing wrong?
package.json
Any information is helpful to me. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions