Libin Lu

Results 125 comments of Libin Lu

adding breakpoint in IDE, like android studio and run debug

no problem. I will take a look when I have time

Initial notification is the notification that launches the app. It will remain unchanged through the whole app lifetime. When app is in background and user click the banner to resume...

@krishbhattacharyya `FCM.getInitialNotification()` is not a event listener, rather a async function call. If you trigger it every time resume the app, it means the function gets called. Move it to...

@nkov might be right. `FCM.getInitialNotificaiton()` can be placed outside of component lifecycle. May be in redux init?

@Ashwin-Mothilal it is up to you. it doesn't have to be in a state if you consume it right away