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.
## 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...
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...
### 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...
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...
## 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...
I first though the docs were not available due to:
## 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...
The firestore modular APIs for setting local persistence settings are missing
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...