react-native-firebase icon indicating copy to clipboard operation
react-native-firebase copied to clipboard

🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.

Results 318 react-native-firebase issues
Sort by recently updated
recently updated
newest added

## Issue Hey guys. Running a very standard snapshot listener but running into some weird issues. On Android everything works fine, as soon as I modify a firestore document the...

Impact: Bug
Help: Needs Triage
Type: Stale

## Issue Thank you for the awesome package! I was successfully able to install and build in android studio with package'@react-native-firebase/app'. However, when I follow steps here: https://invertase.io/oss/react-native-firebase/v6/analytics/quick-start, The sync...

Workflow: Needs Review
Type: Stale

## Issue I am escalating this to an issue cause I believe it might be a bug inside the library. However please feel free to correct me if I am...

Impact: Bug
Help: Needs Triage
Type: Stale

I'm using "react-native-notifications": "^4.1.2" to show push notifications with "@react-native-firebase/messaging": "^12.8.0" Able to receive messages when app is kill state, background state. Push messages not receiving when app is open...

Impact: Bug
Help: Needs Triage
Type: Stale

You may put whatever you like there https://github.com/invertase/react-native-firebase/commit/99cd4e5cac8502271a323a78421b5d86986eb38d#diff-406415e4817a8b2d1b8cd632fffc7af195be1fe7ec0a560fd0a47df5d7b03ddaR41 It is documented as ignored but the param listing is not coming through in the document render, I'll look into that https://github.com/invertase/react-native-firebase/commit/99cd4e5cac8502271a323a78421b5d86986eb38d#diff-a5c090a3ae8384c83f776f7c58b953c2c88c4f43822b7934bf94db191091bc08R129...

Type: Docs
Workflow: Needs Review
Type: Stale

## Issue When scan a Deeplink with the native camera in IOS 15, if i tap the name of the app behind the QR, works perfectly, but if i tap...

Impact: Bug
Help: Needs Triage
Type: Stale

## Issue Have a problem when I'm trying to make a request to the firestore, but my promise is pending forever only on ios device. query code ``` firestore() .collection('fcmtokens')...

Impact: Bug
Workflow: Waiting for User Response
Help: Needs Triage
Resolution: Needs Repro
Type: Stale

## Issue Android shows me the warning using **onNotificationOpenedApp** event handler and **without using setBackgroundMessageHandler**. I see the code of **FirebaseMessagingModule**. Looking inside the constructor it seems that this is...

Workflow: Waiting for User Response
Resolution: Solution Provided

Tracking planned upstream method removal: https://github.com/firebase/firebase-ios-sdk/issues/2933 It looks like dynamic links has a very visible example of what the change means - that configureWithApp should go away, and that 'componentsToRegister'...

Workflow: Needs Review
Keep Open

### Description Apparently there are some corner case URLs that we do not handle correctly? Not working yet ### Related issues ### Release Summary ### Checklist - I read the...