Commit Graph

669 Commits

Author SHA1 Message Date
Elliot Hesp 9a944dffc5 Merge pull request #132 from invertase/admob
[admob][android] Implement RewardedVideo
2017-05-27 17:11:34 +01:00
Elliot Hesp e6af87209a [admob][android] Implement RewardedVideo 2017-05-27 17:03:40 +01:00
Elliot Hesp 4852cae988 [admob][android] Standardise adunit / adUnit 2017-05-27 17:03:09 +01:00
Elliot Hesp 9c2d4a73d6 [admob][android] Add dummy methods to AdRequest 2017-05-27 17:02:03 +01:00
Salakar 278957f2ea [ios][all] removed < RN 40 conditional imports as RN 40 is now the minimum supported version 2017-05-27 15:28:24 +01:00
Salakar 6751dc0882 [ios] removed unused errors module 2017-05-27 15:27:22 +01:00
Salakar 2993b9b697 [js][perf] remove logging - no logger attached to perf class so was red-boxing 2017-05-27 15:26:14 +01:00
Salakar b7b4febe3f [ios][admob] added stub modules 2017-05-27 15:24:51 +01:00
Michael Diarmid 5a62d9664b Merge pull request #131 from invertase/admob
Admob -> v2 Branch
2017-05-27 13:23:37 +01:00
Michael Diarmid fd3ce2eac5 Update package.json 2017-05-27 12:49:45 +01:00
Elliot Hesp 608c1d8d6b [admob][android] Start implementation of Rewarded Video 2017-05-26 22:19:20 +01:00
Elliot Hesp d9adef31a5 [admob][android] Add util to convert code + message to JS Error 2017-05-26 17:56:04 +01:00
Elliot Hesp 1b8a2826ac [admob][android] Implement shared event emitter @Salakar 2017-05-26 17:55:22 +01:00
Elliot Hesp d0e1ae3dec [admob][android] Cleanup 2017-05-26 17:54:34 +01:00
Elliot Hesp d75405dbab [admob][android] Interstitial; Handle JS events from native 2017-05-26 17:54:09 +01:00
Elliot Hesp 5605610ba6 [admob][android] Handle all AdListener events 2017-05-26 17:53:12 +01:00
Elliot Hesp cf18f85720 [admob][android] Handle testing prop on banner component 2017-05-26 17:51:24 +01:00
Elliot Hesp b53c208911 [admob][android] Add RNFirebaseAdmob to modules list 2017-05-26 15:21:00 +01:00
Elliot Hesp ce6cd4fc9e [admob] Start of documentation 2017-05-26 15:20:14 +01:00
Elliot Hesp 0e47c57317 [admob][android] Add admob module to base firebase object 2017-05-26 15:19:48 +01:00
Elliot Hesp dd1262ca86 [admob][android] Export interstitial JS module 2017-05-26 15:18:57 +01:00
Elliot Hesp b1e9561633 [admob][android] Add custom Banner component wrapper 2017-05-26 15:18:09 +01:00
Elliot Hesp b77ed93d2d [android] Add internet permission as default Mainifest requirement 2017-05-26 15:14:19 +01:00
Salakar 6f81605616 [js][all] added nativeSDKMissing check for all modules - part of making all module native sdk's optional. 2017-05-25 23:39:06 +01:00
Elliot Hesp 18774bbb40 [admob][android] WIP Basic view 2017-05-25 17:00:53 +01:00
Salakar 18e65b697f [ios][database] linting fixes + now detects if pod installed (makes the pod an optional dependency) 2017-05-25 16:00:12 +01:00
Salakar eba23bad15 [ios] update podfile template - added comments around optional firebase pods 2017-05-25 15:59:30 +01:00
Salakar dbd4342bec Merge remote-tracking branch 'origin/perf-mon' into perf-mon 2017-05-25 15:33:49 +01:00
Salakar d095279c71 [ios][auth] now detects if pod installed (makes the pod an optional dependency) 2017-05-25 15:33:41 +01:00
Elliot Hesp 8df8f5a68c Merge branch 'perf-mon' of github.com:invertase/react-native-firebase into perf-mon 2017-05-25 15:30:57 +01:00
Elliot Hesp 154ff9bcf6 [auth] fetchProvidersForEmail Fix incorrect flow type 2017-05-25 15:30:39 +01:00
Salakar e531cb6f8d [ios][remote-config] now detects if pod installed (makes the pod an optional dependency) 2017-05-25 15:24:53 +01:00
Salakar 6e167736b6 [ios][crash] now detects if pod installed (makes the pod an optional dependency) 2017-05-25 15:21:10 +01:00
Salakar 531acece76 [ios][storage] now detects if pod installed (makes the pod an optional dependency) 2017-05-25 15:14:01 +01:00
Salakar 410f260fc0 [ios][perf] now detects if pod installed (makes the pod an optional dependency) 2017-05-25 15:03:20 +01:00
Salakar c851e5c083 [ios][analytics] now detects if pod installed (makes the pod an optional dependency) 2017-05-25 15:03:08 +01:00
Salakar 0ef3a5341c [ios] cleanup/remove old code from RNFirebase.h/m 2017-05-25 15:01:53 +01:00
Salakar 7d52b194b8 [dev] update flow-bin to v0.46.0^ 2017-05-25 14:59:01 +01:00
Salakar d175996cd1 Merge branch 'perf-mon' of https://github.com/invertase/react-native-firebase into perf-mon 2017-05-25 14:56:24 +01:00
Elliot Hesp 45f8f4076d [auth] Implemented fetchProvidersForEmail 2017-05-25 14:45:03 +01:00
Salakar 61c3d0c279 Merge branch 'master' of https://github.com/invertase/react-native-firebase into perf-mon 2017-05-25 12:57:15 +01:00
Salakar f7a5535f3b [tests] un-focus tests 2017-05-25 12:57:08 +01:00
Elliot Hesp c609539747 [auth][js] Updated method names now removed/deprecated in the web SDK 2017-05-25 12:44:39 +01:00
Elliot Hesp 231f6852de [pref][ios] Add Performance to Podfile template 2017-05-25 12:04:40 +01:00
Elliot Hesp 77d6fffca0 [pref][android] Add Android installation steps 2017-05-25 12:04:08 +01:00
Elliot Hesp 44ad37f5cb [pref][android] Cleanup class methods 2017-05-25 10:44:51 +01:00
Elliot Hesp f4d9ac291b [pref] Add tests to test suite 2017-05-25 10:41:40 +01:00
Elliot Hesp 66df0b0463 [pref][ios] Implement performance monitoring 2017-05-25 10:39:54 +01:00
Elliot Hesp c5d14a85ec [pref] Update docs 2017-05-25 10:39:19 +01:00
Elliot Hesp 14199d6d10 Remove unused dep + file 2017-05-25 09:22:59 +01:00