Commit Graph

1335 Commits

Author SHA1 Message Date
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
Elliot Hesp 8839aa1e43 Remove JS logs from app 2017-05-25 09:15:35 +01:00
Elliot Hesp da889b32fd [perf] Add setPerformanceCollectionEnabled docs 2017-05-25 08:43:42 +01:00
Elliot Hesp 9ebda147f8 [perf][android] Add setPerformanceCollectionEnabled method 2017-05-25 08:41:43 +01:00
Elliot Hesp 4882123912 [perf] Linting fixes 2017-05-24 17:02:41 +01:00
Elliot Hesp dfa7b7ca41 [perf] Implement tests 2017-05-24 17:02:25 +01:00
Elliot Hesp dd0c86aed5 [perf][android] Remove trace instance on stop 2017-05-24 17:01:55 +01:00
Elliot Hesp f02d097c53 [perf][android] Update documentation 2017-05-24 17:01:16 +01:00
Michael Diarmid e1a61bbe9f Typo in config docs 2017-05-24 16:58:53 +01:00
Salakar 9f095133c7 1.1.0 2017-05-24 16:54:00 +01:00
Elliot Hesp d0d09163df [perf][android] Add documentation 2017-05-24 12:51:44 +01:00
Elliot Hesp 66d7e3c944 [perf][android] Add perf module 2017-05-24 12:37:52 +01:00
Elliot Hesp a0d492ddac [perf][android] Move deps into app project, out of RNFirebase 2017-05-24 12:37:26 +01:00
Elliot Hesp fa6cbd342a [perf][android] Add performance monitoring dependancies 2017-05-24 08:42:08 +01:00
Elliot Hesp fe8c486dcb [config] Added setDefaultsFromResource method 2017-05-23 14:53:19 +01:00
Elliot Hesp d8a0ebb084 [config] Remove redundant function in docs 2017-05-23 14:31:16 +01:00
Elliot Hesp b30ff24426 Add Remote Config docs to sidebar 2017-05-23 14:22:29 +01:00
Elliot Hesp fb90f444d9 Fix merge conflict 2017-05-23 14:10:07 +01:00
Elliot Hesp 25e8bb6d5a [config] Standardize ios & android 2017-05-23 14:08:59 +01:00
Elliot Hesp 037de1f77b Force cache refresh on config tests 2017-05-23 14:08:24 +01:00
Elliot Hesp 55864b744a Update tests 2017-05-23 13:18:39 +01:00
Elliot Hesp 5e1d4d7f66 Add errors to docs 2017-05-23 13:18:16 +01:00
Elliot Hesp 80540fc26b [android][config] Remote Config Android implementation 2017-05-23 11:52:17 +01:00
Elliot Hesp 69872fa5b9 [ios][config] Always resolve activated status 2017-05-23 11:51:16 +01:00
Elliot Hesp b70eb274ee Apply config() module to RNFirebase 2017-05-23 11:50:44 +01:00
Elliot Hesp 3cf04908c3 Add remote config tests 2017-05-23 11:50:10 +01:00
Elliot Hesp b9b8e9062e Add remote config documentation 2017-05-23 11:49:40 +01:00
Michael Diarmid 279a9753ea Merge pull request #122 from felixclack/bump-firebase-version
Bump the Firebase version
2017-05-23 10:36:32 +01:00
chrisbianca cd93bbb310 [docs] Add information about Google Play Services 2017-05-23 10:30:06 +01:00
Felix Clack 0eb14edfd8 Bump the Firebase version
There are more recent versions of the Firebase SDKs available, so this provides
a simple version bump.

To make this easier in future, I extracted the number to a variable.
2017-05-23 16:15:45 +10:00
Chris Bianca 5120bc8b46 [ios][storage] Better support uploading files with a file:// prefix 2017-05-22 15:25:35 +01:00
Elliot Hesp 22a6ac1b07 [ios][config] Fix fetch handler typo 2017-05-22 10:38:39 +01:00
Elliot Hesp 07a7f863f6 Merge pull request #121 from pocketgems/master
[ios][remoteconfig] Implement Firebase Remote Config for iOS
2017-05-22 09:57:40 +01:00
Akshet Pandey ede85d7717 Add nonnull to type 2017-05-19 20:26:23 -07:00
Akshet Pandey fdf60444fe Implement Firebase Remote Config for iOS 2017-05-19 16:17:28 -07:00