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

## What feature would you like to see? Hi all, wonderful work with this package. I had a small inconvenience with this package -- I would like the ability to...

plugin: firestore
type: enhancement
Needs Attention

Hello React Native Firebase Team, We are currently performing a security assessment of our mobile application, which integrates React Native Firebase modules. During a recent static security scan (via Quixxi...

type: bug
plugin: messaging
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 -...

## Issue 🔥 Attempting to do this: ``` import {initializeFirestore} from '@react-native-firebase/firestore'; const db = await initializeFirestore( this.app, { persistence: true, }, 'some-other-database' ); ``` initializes the db but it...

impact: web-implementation
plugin: firestore
type: enhancement
Needs Attention

https://github.com/invertase/react-native-firebase/pull/7530 added support for setting the auth domain when calling `initializeApp`, but since we never do that manually for the default app that solution doesn't help in that case. https://github.com/invertase/react-native-firebase/issues/7523#issuecomment-1864458805...

plugin: authentication
impact: web-implementation
Workflow: Needs Review
type: enhancement
Needs Attention

## Issue Error is happenning when executing a compound query. Error caused by this line https://github.com/invertase/react-native-firebase/blob/f0cba0bdc0eb36693cf77baa22e214b6cfa674eb/packages/firestore/lib/FirestoreQueryModifiers.js#L406 Describe your issue here: I query with where clause that has inequality operator and...

type: bug
Workflow: Waiting for User Response
impact: web-implementation
plugin: firestore
Needs Attention

I first though the docs were not available due to:

Workflow: Needs Review
type: documentation
Needs Attention

## Documentation Feedback Firebase has a new Firebase logo as well as new product logos. It'd be great to have the React Native for Firebase website updated with them :-D...

Keep Open
type: documentation

The firestore modular APIs for setting local persistence settings are missing

type: bug
plugin: firestore
Keep Open
Needs Attention

Hi Everybody, Any help would be greatly appreciated! auth().onAuthStateChanged is not working properly. On Android, after signing in, sometimes auth().onAuthStateChanged does not trigger. For example, after building the APK, signing...

type: bug
platform: android
plugin: authentication
Workflow: Needs Review
Needs Attention