React Native: Push notifications not working in active app - firebase

I have updated firebase to v5 to v6
"#react-native-firebase/app": "^6.4.0-rc4",
"#react-native-firebase/messaging": "^6.4.0-rc4",
and also using "#react-native-community/push-notification-ios": "^1.10.1",
the issue I am getting is that push notifications are not working in active app while app is open but working fine when app in not active

Related

Save firebase background message locally in flutter

Hi guys I'm working on app where I've to save FCM in mobile locally. It's working fine in foreground message but it's not working on background and terminate state.

React Native Gifted Chat and Image Upload Issue on Mobiles

We are developing a chatting application and for chat, we are using react-native gifted chat and react native image picker for it. when running on both ios and android simulators they are running perfectly but when we run the app on android mobiles we are encountering an image upload not opening issue and a chat disabled issue, we are unable to chat on that and after that, we have changed the target version on build.gradle file and image upload working perfectly but we are unable to chat.

Firebase iOS project

I have yesterday added Firebase iOS project in my console and enabled the crashlytics after that only loading is appearing not sure it's firebase problem or something is wrong.

Integrating React Native Firebase into existing iOS app with Firebase

We are currently a brownfield iOS app (with parts of the app in React Native in v0.61).
If we are already integrating Firebase Crashlytics/Analytics natively via Cocoapods, how would we go about integrating RN Firebase for the React Native side?
Do we need to remove the existing pods and follow https://invertase.io/oss/react-native-firebase/v6/app/ios instead?
When integrating RN Firebase (invertase.io, v6, iOS manual installation) into our brownfield iOS app that already has existing Firebase instance setup and operational, I removed the existing pod (pod 'Firebase/Core', '~> x.xx.xx').
And installed the RNFirebase pod (pod 'RNFBApp', :path => '../node_modules/#react-native-firebase/app').
After installation, the native iOS setup we had before worked as is.

Firebase Auth not working for iOS App, while firestore and android version working fine

firebase authentication is not working on my flutter iOS app. While I have no problem on the android app, I get ERROR INTERNAL_ERROR when trying to sign in with email or create user with email. Firebase firestore works fine.
I'm using these dependencies:
firebase_core: ^0.4.0+1
cloud_firestore: ^0.12.9+4
firebase_auth: ^0.14.0+5
firebase_analytics: ^5.0.2
firebase_performance: ^0.3.0+5
I tried everything I could imagine: deleting and rebuilding the ios folder, updating the firebase dependencies, deleting the iOS app in the firebase console and downloading another googleService-Info.plist. Nothing helped.
I also tried creating a new firebase project and tested authentication on this one. Oddly this project is working, which leads me to the conclusion, that the problem is on the firebase project side.
Any idea where the problem could be?

Resources