-
This is still an issue:
Fatal Exception: java.lang.IllegalStateException: Tried to access a JS module before the React instance was fully set up. Calls to ReactContext#getJSModule should only happe…
-
## Description
While attempting to build an Expo managed React Native project, I encountered a dependency conflict between `@react-native-firebase/storage` and `@infinitered/react-native-mlkit-core`.…
-
## Issue
When I send a message with `contentAvailable` set to `true`,
The setBackgroundMessageHandler on the background device triggers normally,
But the onMessage on the foreground device does not…
-
# Issue: FirebaseError with useDocumentData Hook in React-Firebase Integration
## Environment
- **Firebase Version:** 10.6.0
- **Next.js Version:** 14.0.2
- **React Version:** 18+
- **React DOM…
-
Here’s a polished issue text for GitHub:
---
**Title**: `templateAndroid.app_build_gradle` Configuration Not Applied to `/app/build.gradle`
---
### **Description**
I’m encountering an i…
-
### Describe the issue
After upgrading React Native to version 0.75.4. Session replay fails to compile for Android.
I get the following message
```
e: file:///Users/rmerchant/Projects/Avios/IAGLoy…
-
### Description
I'm using react-native-firebase messaging to receive firebase push notifications using this line:
```JavaScript
messaging().setBackgroundMessageHandler(onMessageReceived);
```
…
-
## Issue
The issues are identical to those described in this closed ticket: https://github.com/invertase/react-native-firebase/issues/6263.
Randomly I was seeing the same issues on Android ( ja…
-
**setBackgroundMessageHandler()** only receives the events when the app starts, after that it does not receive any event whether it's data only or notification enrich event on An…
-
## Issue
Hey, first of all, thank you for such a brilliant package!
I get an kinda empty remoteMessage in some case:
1. The app is in the background.
2. A notification …