react-native-firebase/ios
Ryan Grey 5168f96a32 Only store completionHandlers on iOS native side when user adds listener
Note the following cases. This commit is catering for case 3:
1. User is listening for onNotificationDisplayed and is manually calling
the completionHandler
- manually called completionHandler is removed
- automatically called completionHandler is guarded against on iOS
native side

2. User is listening for onNotificationDisplayed and is not calling the
completionHandler:
- automatically called completionHandler is removed

3. User is not listening for onNotificationDisplayed
- On rn side we can only automatically call completionHandler if the
user _is_ listening. This means we need to detect if the user is
listening or not.
2018-08-06 13:04:44 +01:00
..
RNFirebase Only store completionHandlers on iOS native side when user adds listener 2018-08-06 13:04:44 +01:00
RNFirebase.xcodeproj [ios][functions] start of implementation 2018-05-06 14:21:38 +01:00
RNFirebase.podspec Fix podspec so compilation works 2018-04-24 17:32:24 +02:00