React-native-firebase: OnNotificationOpened is not triggered in Android

Created on 30 Aug 2018  路  5Comments  路  Source: invertase/react-native-firebase

Issue

Environment

  1. Application Target Platform:
    Android

  2. Development Operating System:
    macOS Mojave

  3. Build Tools:

  1. React Native version:


0.56.0

  1. React Native Firebase Version:
    4.3.8
  1. Firebase Module:
    com.google.firebase:firebase-messaging:17.1.0

Send notification from BE. App should be in background. Try opening it from tray. Error in logcat will be the same as:
https://github.com/flutter/flutter/issues/19004

After updating firebase message to com.google.firebase:firebase-messaging:17.3.0, i got rid of exception, app opens, but OnNotificationOpened still is not triggered, but initial notification is populated. I believe this has something to do with RNNv2, i got it working by:
image

Notifications Duplicate

Most helpful comment

Same thing here.

All 5 comments

same issue. any ideas?

Same thing here.

Same issue

Same issue here.

Was this page helpful?
0 / 5 - 0 ratings