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 266 react-native-firebase issues
Sort by recently updated
recently updated
newest added

I just wasted an entire Saturday just trying to figure out how I am supposed to setup the Notification Service Extension. Firstly, the steps shown do not match with the...

type: documentation
Needs Attention

### Description This PR addresses an issue with the `newHttpMetric` function in the Firebase Performance Monitoring documentation. According to the documentation, when tracking HTTP request performance (e.g., using Axios), the...

Stale

## What feature would you like to see? Is there any support for the new Firebase Data Connect yet? This is going to be massively useful when it's out of...

Keep Open
type: enhancement
Needs Attention

### Description A simple bump to the firebase-ios-sdk [per request from @efstathiosntonas](https://github.com/firebase/firebase-ios-sdk/issues/13650#issuecomment-2383870609) ### Related issues None logged ### Release Summary single conventional commit ### Checklist - I read the [Contributor...

Needs Attention

This is not for merge This is a demonstration of how to patch a source file integrated via cocoapods in a react-native context It should handle these cases: - no...

platform: ios
blocked: firebase-sdk
blocked: do-not-merge

### Description Fix typo in type declaration ### Related issues N/A ### Release Summary Fix typo in type declarations ### Checklist - I read the [Contributor Guide](../CONTRIBUTING.md) and followed the...

plugin: analytics
tools: typings
Workflow: Needs Second Review
Needs Attention

## Issue Hi reader 👋 I use React native, Expo and some react-native-firebase library (more info bellow). I'm facing a Firebase error (it seems) with token refresh and get currentUser....

type: bug
Needs Attention

I'm trying to setup 2FA authentication on my react native application but `verifyPhoneNumberForMultiFactor` throw `auth/internal-error` on iOS. Here is the code: ``` async function send2FaVerificationCodeForEnroll(phoneNumber: string): Promise { try {...

type: bug
Needs Attention

### Description Fixing a small typo in two doc strings, correcting `is` to `if` ### Related issues None ### Release Summary Fixed small typo in doc strings ### Checklist -...

**🔥 Issue: Firebase Storage - `[storage/unknown] Please use a gs:// URL for your Firebase Storage bucket` on Android** ## Issue I'm encountering an issue with Firebase Storage on Android where...

type: bug
platform: android
plugin: storage
Needs Attention