• Krystof Celba's avatar
    Rewrite handling of actions when JS is not yet initialized. · c05a1750
    Krystof Celba authored
    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.
    c05a1750
RNFIRMessaging.m 27.6 KB