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...
### Description ### Related issues ### Release Summary ### Checklist - I read the [Contributor Guide](../CONTRIBUTING.md) and followed the process outlined there for submitting PRs. - [ ] Yes -...
β¦ release ### Description ### Related issues ### Release Summary ### Checklist - I read the [Contributor Guide](../CONTRIBUTING.md) and followed the process outlined there for submitting PRs. - [ ]...
I am working on my expo project and I am using crashlytics and it works fine. But whenever there is a native crash , on the firebase console , i...
## Issue I am using @react-native-firebase/messaging for push notifications, but getting this error when getting token FCM Error: NativeFirebaseError: [messaging/unknown] java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: SERVICE_NOT_AVAILABLE. It worked for a split second...