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

Issue Describe your issue here Hello everyone i have problem with firebase analytics tracking for Android.My application is React Native.On Android i dont receive in_app_purchase event. Javascript: > "dependencies": {...

type: bug
Needs Attention

### Description In Android build getting below error before this fix: - > Task :react-native-firebase_auth:compileDebugJavaWithJavac FAILED > /xxx/xxx/xxx/node_modules/@react-native-firebase/auth/android/src/main/java/io/invertase/firebase/auth/ReactNativeFirebaseAuthModule.java:1620: error: pattern matching in instanceof is not supported in -source 11 Tried...

Stale

## Sum in aggregation of @react-native-firebase/firestore In the firebase documentation. They detailed that they have the aggregation feature to sum a particular attribute of a document. But i cant found...

type: enhancement
Stale
Needs Attention

## Issue In the process of integrating react-native-firebase in a project with a tight dependency security model. When integrating React Native Firebase v19, the dependencies installed were reasonable and you...

plugin: app-core
type: enhancement
platform: macOS (Other)
Needs Attention

## Issue We're having an issue when using the `getAPNSToken` function in the messaging package where the hex string returned is uppercased, but the value returned from APNS contains lowercased...

type: bug
Needs Attention

## Issue When attempting to run the auth emulator I cannot sign in on a real iOS device. Using iOS simulator works fine. I am using `signInWithEmailAndPassword`. When running my...

type: bug
Needs Attention

### Description Currently, the firebase.json file is configured only when it is located in the parent directory of the Android project. However, React Native can be used in different ways,...

### Description This pull request introduces an `getJson('key')` and `getValue('key').asJson()` method to the Remote Config module of `@react-native-firebase/remote-config`. Currently, Firebase allows storing data as JSON, including objects and arrays. However,...

Stale
Needs Attention

### Description ### Related issues ### Release Summary ### Checklist - I read the [Contributor Guide](../CONTRIBUTING.md) and followed the process outlined there for submitting PRs. - [ ] Yes -...

Stale

## subscribeToTopic hanging indefinitely on Android ## Description When using the messaging().subscribeToTopic(topic) function on Android, the function hangs indefinitely, despite putting the function in a trycatch block. Ive verified that...

platform: android
plugin: messaging
Needs Attention
type: question