Send data to activity when Firebase notification is clicked in Android
问题 In my application I want use fireBase for notification . I want when click on notification (when app is closed, my mean is app is background ) send data with putExtra to mainActivity . I write below codes, but when click on notification (in app is background) but show me null for getStringExtra ! MyNotificationManager class : public class MyNotificationManager { private Context mCtx; private Uri soundUri; private static MyNotificationManager mInstance; public MyNotificationManager(Context