Rewrite handling of actions when JS is not yet initialized.
We have to save initial notification action response in case there isn't registered any FCMNotificationReceived event handler yet. For example when the app is killed by a user so JS has to be initialized first. The saved action response will be sent to JS after first FCMNotificationReceived event handler registered.
Showing
Please register or sign in to comment