feat(messaging): allow messaging services to hook into FCM (#4087)

* feat(messaging): hook into FCM

* chore(messaging): update event name
This commit is contained in:
Russell Wheatley
2020-08-14 14:55:12 +01:00
committed by GitHub
parent 9f658aa2e8
commit bff8f9fba8

View File

@@ -107,6 +107,8 @@
}
#endif
[[NSNotificationCenter defaultCenter] postNotificationName:@"RNFBMessagingDidReceiveRemoteNotification" object:userInfo];
if (userInfo[@"gcm.message_id"]) {
if ([UIApplication sharedApplication].applicationState == UIApplicationStateBackground) {
// TODO add support in a later version for calling completion handler directly from JS when user JS code complete