react-native-firebase/lib
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
..
modules Only store completionHandlers on iOS native side when user adds listener 2018-08-06 13:04:44 +01:00
types [core] add functions module to core + types 2018-05-05 19:25:52 +01:00
utils [internals] check for string type else return early 2018-07-10 21:37:17 +01:00
index.d.ts [types][iid] getToken & deleteToken now have option args with defaults that use `app.options.messagingSenderId` as authorizedEntity and '*' as scope 2018-07-15 00:44:20 +01:00
index.js [firestore][android] Add support for firestore v16 2018-05-08 15:36:49 +01:00