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 Reports (fatal and non-fatal) are only sent when the application has restarted. This is not a problem for fatal errors because the application crashes and so to use...
No matter what I try, it seems like it is not possible to fetch values from the console with firebase remote config. I am, "connected" but no values are being...
## Issue We experience an issue on Android, when open PushNotification from notification tray, when is in the **Foreground**. App **root** component is getting **unmounted** and **never gets mounted** again...
## Documentation Feedback For sake of completeness, sending of user properties via .setUserProperties should be added to the documentation. https://firebase.google.com/docs/analytics/user-properties
(:fire:) I am using react native firebase version 15.3.0 (latest) with react version 66. I am testing on an iphone 13 with iOS 15.6. UPDATE: tested on an iphone xs...
I have installed this library with version: ``` "@react-native-firebase/analytics": "^15.1.1", "@react-native-firebase/app": "^15.1.1" ``` for my react-native project with version: `"react-native": "^0.63.3"` When I use `logPurchase` event it firebase table price...
## Issue I want listen to new and update user conversations, NOT to the old conversations I've tried two things but none of them work First one I made the...
## Issue We have a fairly privacy and GDPR-focused app so we try and turn off as much of the Firebase auto connecting as possible. I noticed a small bug...
## Issue I was getting a "TypeError: Cannot read property 'then' of undefined, js engine: hermes" on android and could not figure out what was causing it ``` function onBackgroundNoticiation(){...
Add @react-native-firebase/auth config plugin, which enables captcha for phone auth by modifying Info.Plist. The config plugin is automating the [reCAPTCHA verification steps](https://firebase.google.com/docs/auth/ios/phone-auth#set-up-recaptcha-verification) from the firebase iOS docs. Add docs to...