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.
## Issue I'm facing the issue that if I try to access my firestore database it loads infinitly withour giving me an error after not successfully uploading my data. ```...
For React Native 0.69+ The `AppDelegate.mm` file has changed to pass in `initialProperties` by doing: ``` NSDictionary *initProps = [self prepareInitialProps]; UIView *rootView = [self.reactDelegate createRootViewWithBridge:bridge moduleName:@"main" initialProperties:initProps]; ``` For...
## Issue Currently seeing an issue with uploading live photos to storage. Attempting to do so triggers a storage/unknown error. Upgraded our app to use the latest 15.1.1 release and...
## Issue Working fine when newArch isn't enabled ``` * What went wrong: Execution failed for task ':react-native-firebase_firestore:compileDebugJavaWithJavac'. > Could not resolve all files for configuration ':react-native-firebase_firestore:debugCompileClasspath'. > Failed to...
### Discussed in https://github.com/invertase/react-native-firebase/discussions/6442 Originally posted by **jadonhansen** August 2, 2022 I am trying to obtain my AppCheck debug token from the Xcode logs and from the `adb` command output...
### Discussed in https://github.com/invertase/react-native-firebase/discussions/6282 Originally posted by **MicaelRodrigues** May 31, 2022 With the upcoming [release](https://developer.android.com/about/versions/13/overview#timeline - late July) of `Android Tiramisu` apps will need to request permission to receive push...
## Issue Hello there, we are logging firebase events using some custom parameters. One of this parameter name is 'error_value'. The event is logged correctly in Firebase but 'error_value' parameter...
## Issue NSDictionary *appProperties = [RNFBMessagingModule addCustomPropsToUserProps:nil withLaunchOptions:launchOptions]; how to use this with latest react native 0.69.3 --- ## Project Files ### Javascript Click To Expand #### `package.json`: ```json "@react-native-firebase/analytics":...
## Documentation Feedback I'm very confused how to get crashlytics working with Expo bareworkflow. For [getting started](https://rnfirebase.io/#expo) it says: > If you're using [Bare Workflow](https://docs.expo.io/introduction/managed-vs-bare/#bare-workflow), please follow the above installation...
### Discussed in https://github.com/invertase/react-native-firebase/discussions/6400 Originally posted by **gdogaru** July 18, 2022 The Android `priority` and `originalPriority` are important, since high priority messages allow the app to do extra operations, like...