react-native-firebase
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.
## 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)...
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 => {...
[π] @react-native-firebase/messaging {"line":108,"column":352,"sourceURL":"index.android.bundle"}
## 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...
## 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...
> 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...
## 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...
## 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...
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...
## 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...
### 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...