-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error receiving firebase push notification in background #46775
Comments
@DmytroKoblents15 thanks for the issue. |
Also @DmytroKoblents15, have you also opened an issue against https://github.com/invertase/react-native-firebase/issues ? |
I opened an issue against the react-native-firebase repo here |
I can no longer reproduce any issues with background headlessJS on android in new architecture - detailed findings on #47570 (comment) There is still a problem with old architecture and background FCM in react-native >= 0.76.0 through at least 0.76.2 but it is tracked separately with a reproducer here #47592 |
Closing as per @mikehardy's comment |
Description
Getting error
Error: Exception in HostFunction: Could not enqueue microtask because they are disabled in this runtime, js engine: hermes
when receiving background message from firebase on react native after updating to 0.75.3 with newArch and hermes enabled. If I disable the new arch or rollback to RN 0.74 error doesn't show upindex.js
package.json
graddle.properties
Steps to reproduce
React Native Version
0.75.3
Affected Platforms
Runtime - Android
Areas
Other (please specify)
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/DmytroKoblents15/notificationsReproduce
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: