Commit Graph

  • 278957f2ea [ios][all] removed < RN 40 conditional imports as RN 40 is now the minimum supported version Salakar 2017-05-27 15:28:24 +01:00
  • 6751dc0882 [ios] removed unused errors module Salakar 2017-05-27 15:27:22 +01:00
  • 2993b9b697 [js][perf] remove logging - no logger attached to perf class so was red-boxing Salakar 2017-05-27 15:26:14 +01:00
  • b7b4febe3f [ios][admob] added stub modules Salakar 2017-05-27 15:24:51 +01:00
  • 5a62d9664b Merge pull request #131 from invertase/admob Michael Diarmid 2017-05-27 13:23:37 +01:00
  • fd3ce2eac5 Update package.json Michael Diarmid 2017-05-27 12:49:45 +01:00
  • 608c1d8d6b [admob][android] Start implementation of Rewarded Video Elliot Hesp 2017-05-26 22:19:20 +01:00
  • d9adef31a5 [admob][android] Add util to convert code + message to JS Error Elliot Hesp 2017-05-26 17:56:04 +01:00
  • 1b8a2826ac [admob][android] Implement shared event emitter @Salakar Elliot Hesp 2017-05-26 17:55:22 +01:00
  • d0e1ae3dec [admob][android] Cleanup Elliot Hesp 2017-05-26 17:54:34 +01:00
  • d75405dbab [admob][android] Interstitial; Handle JS events from native Elliot Hesp 2017-05-26 17:54:09 +01:00
  • 5605610ba6 [admob][android] Handle all AdListener events Elliot Hesp 2017-05-26 17:53:12 +01:00
  • cf18f85720 [admob][android] Handle testing prop on banner component Elliot Hesp 2017-05-26 17:51:24 +01:00
  • b53c208911 [admob][android] Add RNFirebaseAdmob to modules list Elliot Hesp 2017-05-26 15:21:00 +01:00
  • ce6cd4fc9e [admob] Start of documentation Elliot Hesp 2017-05-26 15:20:14 +01:00
  • 0e47c57317 [admob][android] Add admob module to base firebase object Elliot Hesp 2017-05-26 15:19:48 +01:00
  • dd1262ca86 [admob][android] Export interstitial JS module Elliot Hesp 2017-05-26 15:18:57 +01:00
  • b1e9561633 [admob][android] Add custom Banner component wrapper Elliot Hesp 2017-05-26 15:18:09 +01:00
  • b77ed93d2d [android] Add internet permission as default Mainifest requirement Elliot Hesp 2017-05-26 15:14:19 +01:00
  • 6f81605616 [js][all] added nativeSDKMissing check for all modules - part of making all module native sdk's optional. Salakar 2017-05-25 23:39:06 +01:00
  • 18774bbb40 [admob][android] WIP Basic view Elliot Hesp 2017-05-25 17:00:53 +01:00
  • 18e65b697f [ios][database] linting fixes + now detects if pod installed (makes the pod an optional dependency) Salakar 2017-05-25 16:00:12 +01:00
  • eba23bad15 [ios] update podfile template - added comments around optional firebase pods Salakar 2017-05-25 15:59:30 +01:00
  • dbd4342bec Merge remote-tracking branch 'origin/perf-mon' into perf-mon Salakar 2017-05-25 15:33:49 +01:00
  • d095279c71 [ios][auth] now detects if pod installed (makes the pod an optional dependency) Salakar 2017-05-25 15:33:41 +01:00
  • 8df8f5a68c Merge branch 'perf-mon' of github.com:invertase/react-native-firebase into perf-mon Elliot Hesp 2017-05-25 15:30:57 +01:00
  • 154ff9bcf6 [auth] fetchProvidersForEmail Fix incorrect flow type Elliot Hesp 2017-05-25 15:30:39 +01:00
  • e531cb6f8d [ios][remote-config] now detects if pod installed (makes the pod an optional dependency) Salakar 2017-05-25 15:24:53 +01:00
  • 6e167736b6 [ios][crash] now detects if pod installed (makes the pod an optional dependency) Salakar 2017-05-25 15:21:10 +01:00
  • 531acece76 [ios][storage] now detects if pod installed (makes the pod an optional dependency) Salakar 2017-05-25 15:14:01 +01:00
  • 410f260fc0 [ios][perf] now detects if pod installed (makes the pod an optional dependency) Salakar 2017-05-25 15:03:20 +01:00
  • c851e5c083 [ios][analytics] now detects if pod installed (makes the pod an optional dependency) Salakar 2017-05-25 15:03:08 +01:00
  • 0ef3a5341c [ios] cleanup/remove old code from RNFirebase.h/m Salakar 2017-05-25 15:01:53 +01:00
  • 7d52b194b8 [dev] update flow-bin to v0.46.0^ Salakar 2017-05-25 14:59:01 +01:00
  • d175996cd1 Merge branch 'perf-mon' of https://github.com/invertase/react-native-firebase into perf-mon Salakar 2017-05-25 14:56:24 +01:00
  • 45f8f4076d [auth] Implemented fetchProvidersForEmail v2.0.0 Elliot Hesp 2017-05-25 14:45:03 +01:00
  • 61c3d0c279 Merge branch 'master' of https://github.com/invertase/react-native-firebase into perf-mon Salakar 2017-05-25 12:57:15 +01:00
  • f7a5535f3b [tests] un-focus tests Salakar 2017-05-25 12:57:08 +01:00
  • c609539747 [auth][js] Updated method names now removed/deprecated in the web SDK Elliot Hesp 2017-05-25 12:44:39 +01:00
  • 231f6852de [pref][ios] Add Performance to Podfile template Elliot Hesp 2017-05-25 12:04:40 +01:00
  • 77d6fffca0 [pref][android] Add Android installation steps Elliot Hesp 2017-05-25 12:04:08 +01:00
  • 44ad37f5cb [pref][android] Cleanup class methods Elliot Hesp 2017-05-25 10:44:51 +01:00
  • f4d9ac291b [pref] Add tests to test suite Elliot Hesp 2017-05-25 10:41:40 +01:00
  • 66df0b0463 [pref][ios] Implement performance monitoring Elliot Hesp 2017-05-25 10:39:54 +01:00
  • c5d14a85ec [pref] Update docs Elliot Hesp 2017-05-25 10:39:19 +01:00
  • 14199d6d10 Remove unused dep + file Elliot Hesp 2017-05-25 09:22:59 +01:00
  • 8839aa1e43 Remove JS logs from app Elliot Hesp 2017-05-25 09:15:35 +01:00
  • da889b32fd [perf] Add setPerformanceCollectionEnabled docs Elliot Hesp 2017-05-25 08:43:42 +01:00
  • 9ebda147f8 [perf][android] Add setPerformanceCollectionEnabled method Elliot Hesp 2017-05-25 08:41:43 +01:00
  • 4882123912 [perf] Linting fixes Elliot Hesp 2017-05-24 17:02:41 +01:00
  • dfa7b7ca41 [perf] Implement tests Elliot Hesp 2017-05-24 17:02:25 +01:00
  • dd0c86aed5 [perf][android] Remove trace instance on stop Elliot Hesp 2017-05-24 17:01:55 +01:00
  • f02d097c53 [perf][android] Update documentation Elliot Hesp 2017-05-24 17:01:16 +01:00
  • e1a61bbe9f Typo in config docs Michael Diarmid 2017-05-24 16:58:53 +01:00
  • 9f095133c7 1.1.0 v1.1.0 Salakar 2017-05-24 16:54:00 +01:00
  • d0d09163df [perf][android] Add documentation Elliot Hesp 2017-05-24 12:51:44 +01:00
  • 66d7e3c944 [perf][android] Add perf module Elliot Hesp 2017-05-24 12:37:52 +01:00
  • a0d492ddac [perf][android] Move deps into app project, out of RNFirebase Elliot Hesp 2017-05-24 12:37:26 +01:00
  • fa6cbd342a [perf][android] Add performance monitoring dependancies Elliot Hesp 2017-05-24 08:42:08 +01:00
  • fe8c486dcb [config] Added setDefaultsFromResource method Elliot Hesp 2017-05-23 14:53:19 +01:00
  • d8a0ebb084 [config] Remove redundant function in docs Elliot Hesp 2017-05-23 14:31:16 +01:00
  • b30ff24426 Add Remote Config docs to sidebar Elliot Hesp 2017-05-23 14:22:29 +01:00
  • fb90f444d9 Fix merge conflict Elliot Hesp 2017-05-23 14:10:07 +01:00
  • 25e8bb6d5a [config] Standardize ios & android Elliot Hesp 2017-05-23 14:08:59 +01:00
  • 037de1f77b Force cache refresh on config tests Elliot Hesp 2017-05-23 14:08:24 +01:00
  • 55864b744a Update tests Elliot Hesp 2017-05-23 13:18:39 +01:00
  • 5e1d4d7f66 Add errors to docs Elliot Hesp 2017-05-23 13:18:16 +01:00
  • 80540fc26b [android][config] Remote Config Android implementation Elliot Hesp 2017-05-23 11:52:17 +01:00
  • 69872fa5b9 [ios][config] Always resolve activated status Elliot Hesp 2017-05-23 11:51:16 +01:00
  • b70eb274ee Apply config() module to RNFirebase Elliot Hesp 2017-05-23 11:50:44 +01:00
  • 3cf04908c3 Add remote config tests Elliot Hesp 2017-05-23 11:50:10 +01:00
  • b9b8e9062e Add remote config documentation Elliot Hesp 2017-05-23 11:49:40 +01:00
  • 279a9753ea Merge pull request #122 from felixclack/bump-firebase-version Michael Diarmid 2017-05-23 10:36:32 +01:00
  • cd93bbb310 [docs] Add information about Google Play Services chrisbianca 2017-05-23 10:30:06 +01:00
  • 0eb14edfd8 Bump the Firebase version Felix Clack 2017-05-23 16:15:45 +10:00
  • 5120bc8b46 [ios][storage] Better support uploading files with a file:// prefix Chris Bianca 2017-05-22 15:25:35 +01:00
  • 22a6ac1b07 [ios][config] Fix fetch handler typo Elliot Hesp 2017-05-22 10:38:39 +01:00
  • 07a7f863f6 Merge pull request #121 from pocketgems/master Elliot Hesp 2017-05-22 09:57:40 +01:00
  • ede85d7717 Add nonnull to type Akshet Pandey 2017-05-19 20:26:23 -07:00
  • fdf60444fe Implement Firebase Remote Config for iOS Akshet Pandey 2017-05-19 00:49:49 -07:00
  • 9bf1de023d [android][storage] Prevent crash if the exception isn’t a StorageException Chris Bianca 2017-05-18 11:49:27 +01:00
  • 0151f6cca3 Merge pull request #118 from klummy/patch-1 Elliot Hesp 2017-05-16 09:07:52 +01:00
  • 6d3fa418dc Minor typo causing error in run-android Yekeen Ajeigbe 2017-05-16 06:03:07 +01:00
  • 90a130c729 [ios] Use RCTSharedApplication() instead of [UIApplication sharedApplication] Chris Bianca 2017-05-15 12:00:41 +01:00
  • 67960ddab4 Merge pull request #117 from jerolimov/update-getbadgenumber-doc Elliot Hesp 2017-05-14 22:17:33 +01:00
  • 96d4fab8c1 Update the getBadgeNumber documentation and add android hint Christoph Jerolimov 2017-05-14 22:50:07 +02:00
  • 78360ff487 Merge pull request #115 from alexkuttig/master Michael Diarmid 2017-05-14 14:04:13 +01:00
  • db792b8857 Merge remote-tracking branch 'upstream/master' Alexander Kuttig 2017-05-14 14:30:10 +02:00
  • c35ed6f49d fixed storage task Alexander Kuttig 2017-05-14 14:24:10 +02:00
  • 019ce793a9 1.0.10 v1.0.10 Salakar 2017-05-13 13:10:04 +01:00
  • 56e3ba1a8d Merge branch 'master' of https://github.com/invertase/react-native-firebase Salakar 2017-05-13 13:09:55 +01:00
  • 55754b37a6 [tests] un-focus tests Salakar 2017-05-13 13:09:43 +01:00
  • cf12fc1c10 [ios][auth] fix crash - fixes #112 Salakar 2017-05-13 13:08:43 +01:00
  • 84d63fc9fc Merge pull request #111 from fkoester/patch-1 Michael Diarmid 2017-05-13 03:06:14 +01:00
  • 3dfb6df5ed 1.0.9 v1.0.9 Salakar 2017-05-13 03:03:49 +01:00
  • bb64cae09c [ios][database] query modifiers with float values now correctly query - added 2 issue specific tests - fixes #108 Salakar 2017-05-13 02:38:27 +01:00
  • 7a11a8c6f9 Merge branch 'master' of https://github.com/invertase/react-native-firebase Salakar 2017-05-13 01:47:18 +01:00
  • 7b974437a2 1.0.8 v1.0.8 Salakar 2017-05-13 01:46:48 +01:00
  • a46505d7eb [ios] fix convertProviderData nil issue Salakar 2017-05-13 01:46:27 +01:00
  • fa1b4095f5 launchMode needs to be set on <activity> Fabian Köster 2017-05-12 21:34:43 +02:00