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.
i am not able to get the image in background mode but in foreground i am able to see the image can you help me out in react native
## Issue We are using `@react-native-firebase/auth` `v11.5.0` in our react native `(v0.66.5)` app for phone authentication. But frequently in iOS devices, users are getting multiple otp sms at the same...
## Issue When I try to do compound `where` with anything other than `"=="`, I get an undefined `querySnapshot`, see below code example **Failed Scenario** ```javascript import firestore from "@react-native-firebase/firestore";...
I am currently working on a react-native project, which is a complete rewrite from native(ios/android). However, when I am doing an upgrade, the auth state didn't seem to persist, which...
## Issue When notification is received and app is in foreground the app crashes. The app also crashes when in background state and clicked on notification in iOS. Another problem...
## Issue (First off not a big Android Developer so if I've messed something up let me know!) In the foreground the messages work fine but when I unfocus/close or...
## Issue I'm currently using Expo v49 with firebase cloud messaging API V1 but can't put **background push notifications** working on the quitted state for **`Android`**. We have two situations...
## Issue This issue is linked to #2800. **tl;dr:** the issue seems to be on `@react-native-community/cli` side, but it impacts `@react-native-firebase` users. One easy solution is to stop using `abstract_target`...
Hi all, after the update to react 0.72.2 and react native firebase 18.5.0, (I have made everything that was written in the instructions and checked everything a couple of times,...
I have encountered a peculiar issue with @react-native-firebase/messaging. Everything is working well on Android and iOS except in the following scenario: Clicking on one notification opens the app, and getInitialNotification()...