Commit Graph

665 Commits

Author SHA1 Message Date
Elliot Hesp 1ce252fbf3 Lower Android sdk version in test app to 25 2017-06-20 12:19:52 +01:00
Elliot Hesp 54bf957cb3 [admob] Support 11.0 VideoController methods 2017-06-20 12:19:26 +01:00
Chris Bianca cd0f7c27de Merge branch 'master' into v2 2017-06-20 11:41:55 +01:00
Chris Bianca c8dcba3344 [docs] Update iOS install documentation 2017-06-20 10:17:56 +01:00
Chris Bianca cd347383a4 [messaging] Correctly bind messaging listeners 2017-06-19 13:14:36 +01:00
Chris Bianca 782958d026 [messaging] Update typescript definition to match interface changes 2017-06-19 12:26:10 +01:00
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
Chris Bianca 389c8c8040 [docs] Alphabetise features, add supported versions 2017-06-16 17:51:46 +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 566ddb8e09 1.1.1 2017-06-16 17:21:45 +01:00
Chris Bianca cb9ede8607 Revert "1.2.0"
This reverts commit d6558a85bf.
2017-06-16 17:08:47 +01:00
Chris Bianca d6558a85bf 1.2.0 2017-06-16 17:06:10 +01:00
Chris Bianca 04cbb63891 [android][database] Fix hanging db when querying database object with large numeric keys 2017-06-16 16:58:28 +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