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 I am trying to build a presence system following the docs. very simply I have the following: ``` const amOnline = database().ref(`.info/connected`) const presenceRef = database().ref(`users/${user.uid}/watchers`) amOnline.on('value', (snapshot)...

Impact: Bug
Help: Needs Triage

Related to [https://stackoverflow.com/questions/71507734/duplicate-fcm-push-notification-in-react-native-android-backgroundhandler](https://stackoverflow.com/questions/71507734/duplicate-fcm-push-notification-in-react-native-android-backgroundhandler) I getting duplicate notification in background "@react-native-firebase/app": "^14.9.4", "@react-native-firebase/messaging": "^14.9.4", **JS React Native** ``` messaging().onMessage(async remoteMessage => { console.log('onMessage: ' + JSON.stringify(remoteMessage)); }); messaging().setBackgroundMessageHandler(async remoteMessage => {...

Impact: Bug
Help: Needs Triage

## Issue Describe your issue here I get an error when i get getToken FCM from firebase. I have checked all the installations on the project and also the Firebase...

Impact: Bug
Help: Needs Triage

## Issue Hello, I am trying to get a progress of an image upload to storage but the only updates i get are 0% and 100% here is the code...

Impact: Bug
Help: Needs Triage

> I don't recall seeing this in the setup documentation (https://rnfirebase.io/app-check/usage). Is those something I need to implement? If so, my team ID in Xcode changes and it doesn't match...

Type: Docs
Platform: iOS
Workflow: Needs Review
Service: AppCheck

## Issue We received feedback that a Firebase firestore query in our app was taking very long time to load on Android. After investigating we figured out that using the...

Impact: Bug
Workflow: Waiting for User Response
Help: Needs Triage

## Issue I want to use like below, ### JavaScript ```javscript firebase.analytics().logEvent('λΉ„ν‹°μ—μŠ€_is_BTS', params); ``` But, it throws, ```javascript firebase.analytics().logEvent(*) 'name' the event name 'λΉ„ν‹°μ—μŠ€_is_BTS' is reserved and can not be...

Impact: Bug
Help: Needs Triage

I think this is leftovers from when we had a background modes used for advanced local notifications - this feature has since been removed from React Native - so I...

Type: Docs
Help: Good First Issue

## Issue 1. Create a secondary app ( or more) 2. listen to a a similar path in the two apps 3. remove listeners for the second app 4. listeners...

Impact: Bug
Help: Needs Triage
Workflow: Needs Review

### Discussed in https://github.com/invertase/react-native-firebase/discussions/5897 Originally posted by **MarioUnlam** December 1, 2021 I'm working on an app that allows the user to sign in with Google, Facebook and Twitter. I noticed...

Workflow: Needs Review