Background notification handler takes a log time to run #7512
Unanswered
robertcoroianu
asked this question in
Q&A
Replies: 1 comment
-
have you found any solution ? @robertcoroianu |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've integrated react-native-firebase into my app to manage silent background notifications. However, I'm encountering an issue. When the application is in a killed state, I send a notification, and although the app displays the log instantly "Bundle" in development mode, it takes approximately 8 seconds to log the first time, even in a production apk. Subsequent notifications, without opening the app, are displayed instantly.
Is this delay in logging expected behavior? I've attempted to reproduce the issue in a native environment, where notifications appear instantly every time.
I appreciate any insights or suggestions to improve this situation.
Beta Was this translation helpful? Give feedback.
All reactions