-
We are seeing this specific crash error in firebase that we have not been able to easily reproduce but we can see that its happening:
```
Fatal Exception: com.facebook.react.common.JavascriptEx…
-
### Description
We recently released an update to our React Native mobile app that included an upgrade of `@react-native-firebase/database` from 19.0.0 to 21.0.0, which caused the corresponding `Fi…
-
### Describe the bug
# Firebase Configuration Issue Bug Report
## Issue Description
Persistent Firebase authentication configuration error in React application despite multiple initialization a…
-
### Description
In my existing project i upgrade all version with native version and app is crashing.
here is the package.json file
{
"name": "wellness360",
"version": "0.0.1",
"I…
-
### Operating System
macOS
### Environment (if applicable)
React Native
### Firebase SDK Version
11.0.2
### Firebase SDK Product(s)
Auth
### Project Tooling
React Native wit…
-
## Issue
I can get up and running with my Expo App and react-native-firebase just fine in development and production on Android and development on iOS, but NOT production on i…
-
## Issue
Phone auth not working with test numbers
+1 555 555 5555
Code: 111111
I use
```
eas credentials
```
to get my app SHA, I then put this in firebase & downlo…
-
## Issue
### Description:
Hello React Native Firebase team,
We’re experiencing a significant data discrepancy between Firebase and Google Ads for specific conversion events in our app…
-
## Issue
Hi all! The ID token is refreshed **but my listener is never called**, thus the app-wide Redux state is not updated with the new token and my app ends up using an exp…
-
## Issue
"@react-native-firebase/database": "^21.4.0"
```
import { firebase } from '@react-native-firebase/database'
firebase
.database()
.ref()
.update({
'any-path':…