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'm trying to record errors (API errors from axios) in axios error intercepter as: ``` (err: AxiosError) => { if (Axios.isCancel(err)) { return Promise.reject(isCancelledError); } else { crashlytics().recordError(err,...
## Issue If you call `await fetchAndActivate()` remote config method on iOS it always returns a `true` value, even when new values were not fetched from the remote. This value...
### Description typescript definitions for modular functions API. ### Related issues ### Release Summary ### Checklist - I read the [Contributor Guide](../CONTRIBUTING.md) and followed the process outlined there for submitting...
## UPDATED: Hi there, Sorry for my interpretation, as you said, it's difficult to spot and verify fix using only my description So I created a mini-repo to reproduce this...
### Description When trying to use `@react-native-firebase/app` with the new architecture and bridgeless mode on (react-native version 0.74.0-rc.3), the user is faced with an unhandled promise rejection Very similar case...
### Description We use the JS SDK for firebase in react-native but want to switch to `@react-native-firebase/firestore` to enable offline support. To align the codebase in our react and react-native...
## Issue So previously I set up my react native app using Firebase Auth with Email/Password enabled. Later on when I turned on Phone provider as well and deleted Email/Password...
### Description This PR is to add TOTP feature to auth. ### Related issues #7483 ### Release Summary Adds TOTP feature to auth. ### Checklist - I read the [Contributor...
This is a CI optimization - but I just noticed two things: - caches that really should be available all the time (things like, ccache on main) are being evicted,...
## Issue When I upload to a non-default bucket, the file is unexpectedly uploaded to the live storage, not the emulator storage. For example, this code uploads the file to...