react-native-firebase icon indicating copy to clipboard operation
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.

Results 318 react-native-firebase issues
Sort by recently updated
recently updated
newest added
trafficstars

## 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,...

Impact: Bug
Help: Needs Triage

## 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...

type: bug
platform: ios
plugin: remote_config
help: needs-triage
Workflow: Needs Review

### 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...

Workflow: Needs Review

## 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...

type: bug
platform: android
plugin: messaging
help: needs-triage
Workflow: Needs Review
Needs Attention

### 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...

Help: Needs Triage
Type: React Native
Workflow: Needs Review

### 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...

Workflow: Waiting for User Response
Workflow: Pending Merge

## 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...

type: bug
platform: android
plugin: authentication
help: needs-triage
Needs Attention

### 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...

Workflow: Waiting for User Response
plugin: authentication
Keep Open
type: enhancement
blocked: customer-response

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,...

type: bug
platform: ios
Workflow: Needs Review
tools: ci

## 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...

Impact: Bug
Service: Storage
Help: Needs Triage
Workflow: Needs Review