evollu / react-native-fcm

react native module for firebase cloud messaging and local notification
MIT License
1.73k stars 682 forks source link

migrated from react native fcm to react native firebase , i am not able to get any data or payload when click on the notification #969

Open AtulSandilya opened 6 years ago

AtulSandilya commented 6 years ago

Before openning an issue

  1. Reproduce it with the example project in this repo.
  2. If you can't receive iOS notification, make sure you can receive notification using quickstart-ios project provided by Firebase team

When openning an issue, please include following information for better support

  1. What version of RN and react-native-fcm are you running?
  2. What device are you using? (e.g iOS9 emulator, Android 6 device)?
  3. Is your app running in foreground, background or not running?
evollu commented 6 years ago

hmm.. are you following migration example? it is pretty much a rewrite when you migrate to react native firebase, although the workflow/concept behind is the same.

salmanbukhari1 commented 5 years ago

@AtulSandilya Hi can you please tell me how to migrate?