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.
In my react native app I'm executing await messaging().deleteToken(); to delete token and then on log in runs await messaging().getToken() But even after deleting the previous token I'm getting the...
i have installed the "dependencies": { "@react-native-async-storage/async-storage": "^2.0.0", "@react-native-firebase/app": "^20.5.0", "@react-native-firebase/auth": "^20.5.0", "@react-native-firebase/firestore": "^20.5.0", this dependancies and still i am encountering with the same issue multiple times and the error...
## Issue The issues are identical to those described in this closed ticket: https://github.com/invertase/react-native-firebase/issues/6263. Randomly I was seeing the same issues on Android ( java.util.concurrent.ExecutionException ) and on iOS (.An...
## Issue Hey, first of all, thank you for such a brilliant package! I get an kinda empty remoteMessage in some case: 1. The app is in the background. 2....
## Issue Describe your issue here Sorry for creating the issue -- it's just for visibility. Discussion - https://github.com/invertase/react-native-firebase/discussions/8035 --- ## Project Files ### Javascript Click To Expand #### `package.json`:...
## Issue 1. Calling `ensureInitialized` on startup 2. The doc states it ensures the initialization, but the codebase suggests it also fetches and activates data: In my usecase that leads...