I am trying to implement Firebase Cloud Messaging in React Native. In the debug mode, I can obtain FCM device token and successfully send push notification, however, on the release version I receive error “not registered” or "MismatchSenderId". Shouldn’t they be the same in both? Does having two projects in Firebase Console with same bundle id create conflict? In my case there is no issue in IOS.
Thanks