Commit Graph

372 Commits

Author SHA1 Message Date
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
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
Chris Bianca 9bf1de023d [android][storage] Prevent crash if the exception isn’t a StorageException 2017-05-18 11:49:27 +01:00
Elliot Hesp 0151f6cca3 Merge pull request #118 from klummy/patch-1
Minor typo causing error in run-android
2017-05-16 09:07:52 +01:00
Yekeen Ajeigbe 6d3fa418dc Minor typo causing error in run-android 2017-05-16 06:03:07 +01:00
Chris Bianca 90a130c729 [ios] Use RCTSharedApplication() instead of [UIApplication sharedApplication] 2017-05-15 12:00:41 +01:00
Elliot Hesp 67960ddab4 Merge pull request #117 from jerolimov/update-getbadgenumber-doc
Update the getBadgeNumber documentation and add android hint
2017-05-14 22:17:33 +01:00
Christoph Jerolimov 96d4fab8c1 Update the getBadgeNumber documentation and add android hint 2017-05-14 22:50:07 +02:00
Michael Diarmid 78360ff487 Merge pull request #115 from alexkuttig/master
fix for #105
2017-05-14 14:04:13 +01:00
Alexander Kuttig db792b8857 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	ios/RNFirebase/RNFirebase.h
#	ios/RNFirebase/RNFirebaseAnalytics.h
#	ios/RNFirebase/RNFirebaseAuth.h
#	ios/RNFirebase/RNFirebaseCrash.h
#	ios/RNFirebase/RNFirebaseDatabase.h
#	ios/RNFirebase/RNFirebaseErrors.h
#	ios/RNFirebase/RNFirebaseMessaging.h
#	ios/RNFirebase/RNFirebaseStorage.h
2017-05-14 14:30:10 +02:00
Alexander Kuttig c35ed6f49d fixed storage task 2017-05-14 14:24:10 +02:00
Salakar 019ce793a9 1.0.10 2017-05-13 13:10:04 +01:00
Salakar 56e3ba1a8d Merge branch 'master' of https://github.com/invertase/react-native-firebase 2017-05-13 13:09:55 +01:00
Salakar 55754b37a6 [tests] un-focus tests 2017-05-13 13:09:43 +01:00
Salakar cf12fc1c10 [ios][auth] fix crash - fixes #112 2017-05-13 13:08:43 +01:00