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.
### Description Adds support for `onSnapshotsInSync` API. ### Related issues ### Release Summary ### Checklist - I read the [Contributor Guide](../CONTRIBUTING.md) and followed the process outlined there for submitting PRs....
### Description Adds in the `withConverter` functionality to Firestore. ### Related issues https://invertase.canny.io/admin/board/react-native-firebase/p/support-firestore-dataconverter-withconverter ### Checklist - I read the [Contributor Guide](/CONTRIBUTING.md) and followed the process outlined there for submitting PRs....
This is a tracking issue for a work effort I intend to undertake personally I will greatly appreciate any collaboration with anyone that has thoughts or help to offer, so...
## Documentation Feedback Firebase support MFA with any login type, I was wondering if this module supports it, its not in the documentation?
## Issue --- I am unable to activate AppCheck in an Expo project following the provided instructions. Steps: 1. `expo init` 2. `yarn add @react-native-firebase/app @react-native-firebase/perf @react-native-firebase/crashlytics @react-native-firebase/app-check` 3. Generate...
## Issue Here's my problem, when installing firebase with analytics and perf everything perfectly fine, some Events are logging. I tried to use the debug view for testing purpose but...
## Issue We want our users to opt into sending crash reports. So I've been trying to send non-fatal reports from the app while `crashlytics_auto_collection_enabled` is set to `false` After...
Reproduction and further description: https://github.com/evelant/test-pnpm-ios-headers-path-bug Sorry to bother you with this one @mikehardy since it isn't technically an RNFirebase issue but users of RNFirebase are most likely to run into...
## Issue I'm using the firebase social login, with the google provider. I followed all the required steps, in both libs (`firebase` and `@react-native-google-signin/google-signin`) and everything seemed to work fine....
### Description It seems that the latest version of the Emulator loads the database rules correctly, which means we can get rid of the workarounds. The `e2e` tests run successfully...