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 Describe your issue here I'm currently developing a phone authentication for my ios app using @react-native-firebase/auth specifically `Phone Auth` in ios simulator we don't have access to `Silent...
## Issue I successfully registered a background handler with `setBackgroundMessageHandler` and everything works fine. Now I'm trying to handle notification tap when the app is in background/quit and I'm using...
## Issue Since upgrading from 18.7.3 to 18.8.0, my app dev client cannot launch, I got this error right after startup: ``` ERROR TypeError: _this.native.configureAuthDomain is not a function (it...
FirebaseInAppMessaging V9 modular APIs not exercised in CI Not sure exactly why coverage is showing up as not hitting these APIs when the tests seem to cover them Don't want...
Alter auth (and perhaps other packages already converted v9 API) to new emulator APIs It appears that the v9 APIs have moved from `useEmulator` to `connectEmulator` as an API convention,...
## Issue I am trying to authenticate user using azure AD and openID connect firebase, while doing it i am getting error > [auth/missing-or-invalid-nonce] the request does not contain a...
### Description implements the unenroll method, receiving either a factor uid or factor info, and then calling the underlying unenroll by factor uid overload to avoid marshaling the factor info...
### Description Use `promiseRejectAuthException` and add logging consistent with other methods. **Before** ``` Error: [auth/unknown] The verification code from SMS/TOTP is invalid. Please check and enter the correct verification code...
## Issue I am working on a bare expo app that utilizes the react-native-firebase packages listed below. I have had no problem running the app on the iOS simulator, test...
## Issue A critical issue that has surfaced in our application over the past few weeks. Our iOS users have stopped receiving push notifications, and we are currently facing a...