Commit Graph

504 Commits

Author SHA1 Message Date
Elliot Hesp 02be8a0d84 Merge branch 'v2' of github.com:invertase/react-native-firebase into v2 2017-06-19 09:38:47 +01:00
Chris Bianca 96d122f943 [messaging] Return function to remove listeners for onTokenRefresh and onMessage 2017-06-19 09:21:15 +01:00
Elliot Hesp 3d226dad21 [android][admob] Change bannerEvent to onBannerEvent to match iOS 2017-06-16 17:47:32 +01:00
Elliot Hesp d159d9bb6b [ios][admob] Implement NativeExpress 2017-06-16 17:40:05 +01:00
Chris Bianca 5795e08f2c [test] Fix iOS auth test 2017-06-16 16:54:54 +01:00
Elliot Hesp 0e27d7345e Merge branch 'v2' of github.com:invertase/react-native-firebase into v2 2017-06-16 15:35:38 +01:00
Elliot Hesp 6af227b648 [ios][admob] Ensure previous banner is removed from view when re-rendering 2017-06-16 15:35:12 +01:00
Elliot Hesp 0525672860 [ios][admob] Use static helper methods over delegate methods 2017-06-16 15:22:35 +01:00
Elliot Hesp f6db5656ae [ios][admob] Fix testDevices not adding emulator device 2017-06-16 15:21:49 +01:00
Elliot Hesp af5bf655fe [ios][admob] Implement Banner 2017-06-16 15:20:34 +01:00
Chris Bianca 1903ec7cfa Merge branch 'master' into v2 2017-06-16 15:04:27 +01:00
Chris Bianca 53c02a7b73 [docs] Tidy up 2017-06-16 15:04:11 +01:00
Michael Diarmid 3ea1628b23 typo 2017-06-16 14:34:05 +01:00
Michael Diarmid 97b0a6f082 Update README.md 2017-06-16 14:24:05 +01:00
Chris Bianca 39041637eb Merge branch 'master' into v2
# Conflicts:
#	bin/cocoapods.sh
#	docs/installation-ios.md
#	ios/Podfile.template
2017-06-16 13:45:45 +01:00
Chris Bianca 2fdb73656e [android][database] Fix hanging db when querying object with large numerical keys 2017-06-16 13:10:11 +01:00
Chris Bianca 61ed7e1e96 [tests] Fix database query test 2017-06-16 12:43:10 +01:00
Michael Diarmid 2008bbae93 Update README.md 2017-06-16 12:25:02 +01:00
Michael Diarmid 246ffa1301 Update README.md 2017-06-16 12:24:36 +01:00
Chris Bianca f2826683f6 [tests][android] Remove android specific test logic as it now matches iOS 2017-06-16 12:17:38 +01:00
Chris Bianca 538b80a3f2 [ios] Update podspec to include subdirectories 2017-06-16 11:27:46 +01:00
Chris Bianca 4a7a7574db [ios] Break modules into subfolders 2017-06-16 11:15:42 +01:00
Elliot Hesp 927eaab852 Update README.md 2017-06-16 09:53:21 +01:00
Elliot Hesp 663bf3c65f [android][database] Pass previousChildName to snapshotToMap 2017-06-16 09:31:58 +01:00
Elliot Hesp d031d332e3 [ios][database] Pass null key to NSDict for previousChildName 2017-06-16 09:30:02 +01:00
Elliot Hesp bafd59283f [ios][database] Prevent null value being passed to JSEvent 2017-06-16 08:39:16 +01:00
Elliot Hesp 3809fa8f63 [auth] Pass previousChildName back to callback 2017-06-15 14:55:52 +01:00
Elliot Hesp 840f6b0ced [android][auth] Update code regex pattern to handle messages contained within the code brackets 2017-06-15 12:47:40 +01:00
Michael Diarmid 1ce16e0aa2 added supported features table 2017-06-14 23:51:01 +01:00
Michael Diarmid 18f5c9be49 Added supported features table 2017-06-14 23:49:44 +01:00
Chris Bianca 92af962b9c [docs] Tweak docs 2017-06-13 17:27:35 +01:00
Chris Bianca a41cd89e58 [docs] Add further information and troubleshooting to the iOS installation guide 2017-06-13 17:22:41 +01:00
Chris Bianca 280145da9f [docs][ios] Remove react native link support due to issues and update documentation 2017-06-13 16:18:12 +01:00
Chris Bianca d68703da64 [ios] Update setup to use Podfile template contents 2017-06-13 16:12:35 +01:00
Michael Diarmid 87eb76520e [ios][auth] replace deprecated methods
- FIREmailAuthProvider() -> FIREmailPasswordAuthProvider()
- getIDTokenForcingRefresh() -> getTokenForcingRefresh()
2017-06-13 06:21:45 +01:00
Michael Diarmid 0edb79243a AuthResult fix
Fixes #144
2017-06-13 02:09:12 +01:00
Elliot Hesp 1ef1d6f079 Updated documentation to match latest Firebase changes 2017-06-12 14:45:34 +01:00
Elliot Hesp 262b02cb2b [android] Upgrade project to FB v11.0.0 2017-06-12 14:43:04 +01:00
Elliot Hesp 4c87131328 [crash][both] Add support for isCrashCollectionEnabled & setCrashCollectionEnabled 2017-06-12 14:26:56 +01:00
Elliot Hesp 400a0ffbe0 [android] Update project to latest API & gradle version 2017-06-12 14:10:47 +01:00
Elliot Hesp 7d607ac32a Fix Podfile.template path 2017-06-12 13:26:39 +01:00
Elliot Hesp 8bf660badc Fix incorrect Podfile.template path 2017-06-12 11:39:18 +01:00
Elliot Hesp 9342a0e748 [admob][ios] Implement Rewarded Videos 2017-06-07 14:19:06 +01:00
Elliot Hesp 921eac06a4 [admob][ios] Finish up Interstitial with events + AdRequest handling 2017-06-07 12:37:32 +01:00
Elliot Hesp 57e6463789 [admob][android] Fix testDevices not being loaded into request 2017-06-07 12:36:55 +01:00
Elliot Hesp ac2091d890 [admob] Provide a default request for Interstitials & Rewarded Videos 2017-06-07 12:36:04 +01:00
Elliot Hesp f92e1b7afd [admob][ios] Started basic working version of Interstitial 2017-06-05 17:00:59 +01:00
Elliot Hesp c710f135ce [admob][android] Support multiple test devices 2017-06-05 14:12:49 +01:00
Elliot Hesp e52e01f735 Merge branch 'v2' of github.com:invertase/react-native-firebase into v2 2017-06-05 10:09:20 +01:00
Elliot Hesp f0dce1512b [tests] Use prop-types over React.PropTypes 2017-06-05 10:04:04 +01:00