Commit Graph

340 Commits

Author SHA1 Message Date
Salakar c88894b2a3 Merge branch 'master' of https://github.com/invertase/react-native-firebase
# Conflicts:
#	tests/ios/Podfile.lock
2017-05-09 13:53:50 +01:00
Salakar 1d0acf4244 upgrade tests app to RN 44 2017-05-09 13:53:05 +01:00
Aleck Greenham a81392c229 [TestSuite] Update pending test in onValueTests 2017-05-09 08:09:36 +01:00
Aleck Greenham 9d5cc856c7 [Database] Add more accurate comments of expected behaviour of Reference.on() 2017-05-09 08:09:03 +01:00
Aleck Greenham 4177e3e6bb [TestSuite][Android] Fix #92 Adjust tests to reflect Reference.on() expected behaviour 2017-05-09 07:51:54 +01:00
Aleck Greenham febbca2e47 [TestSuite] Update Podfile.lock 2017-05-09 07:50:09 +01:00
Aleck Greenham 6220d9d7dd [Android][Database] Fix #97 Stop logging com.google.firebase.database.DatabaseException 2017-05-09 07:00:17 +01:00
Michael Diarmid 61495c5bd3 Update README.md 2017-05-08 18:18:34 +01:00
Michael Diarmid da2a7ec3a3 Merge pull request #91 from greena13/dev_ref_on
[Database] Make Reference.on() more consistent with Web API
2017-05-08 09:01:30 +01:00
taljacobson 0177a9f1c2 Merge remote-tracking branch 'upstream/master' 2017-05-07 12:27:37 +03:00
Aleck Greenham f7ae310376 Merge branch 'master' of https://github.com/invertase/react-native-firebase into dev_ref_on 2017-05-06 16:32:17 +01:00
Michael Diarmid 71a9bf4857 Merge pull request #90 from greena13/dev_focused_pending_tests
[Test Suite] Test Suite Improvements
2017-05-06 15:23:23 +01:00
Aleck Greenham 8d665542cc [Database] Standardise error messages and add context support for Reference.on()
- Make error messages raised by Reference.on() same as Web API
- Add support for context argument to Reference.on()
- Add tests for Reference.on()
- Add JSDoc comments for Reference.on() and some other minor methods
2017-05-06 14:33:55 +01:00
Aleck Greenham 86d771ba1b [TestSuite] Add stack traces to failed tests 2017-05-06 13:10:09 +01:00
Aleck Greenham 6874c83efd [TestSuite] Clean up TestSuite code further 2017-05-06 12:47:31 +01:00
Aleck Greenham 591cf735d6 [TestSuite] Show full test description on Test screen 2017-05-06 11:49:44 +01:00
Aleck Greenham 619661e8f7 [Test Suite] Don’t run focused pending tests 2017-05-06 09:57:18 +01:00
Salakar a8380843e2 1.0.2 2017-05-05 10:12:15 +01:00
Salakar da556ae8c9 [ios] add backwards compatibility to RN imports - fixed #80 2017-05-05 09:46:22 +01:00
Michael Diarmid 8b8077cf4d Merge pull request #86 from greena13/dev_gradle_updates
[TestSuite] Upgrade gradle version and increase daemon memory allocation
2017-05-05 08:25:44 +01:00
Michael Diarmid 88833924a5 Merge pull request #85 from greena13/dev_test_suite_nav_upgrade
[TestSuite] Upgrade test app navigation Fix invertase/react-native-fi…
2017-05-05 08:24:50 +01:00
Aleck Greenham 67bc409e9b [TestSuite] Upgrade gradle version and increase daemon memory allocation 2017-05-04 18:53:54 +01:00
Aleck Greenham 1666bc1496 [TestSuite] Upgrade test app navigation Fix invertase/react-native-firebase#83 2017-05-04 18:49:47 +01:00
Alexander Kuttig 2d4bc30664 updated iOS file header imports 2017-05-03 23:35:50 +02:00
Alexander Kuttig a87a04da0c Merge pull request #1 from invertase/master
update
2017-05-03 23:32:43 +02:00
Michael Diarmid 670dfa2807 Update transactions.md 2017-05-03 16:02:21 +01:00
Michael Diarmid eb4410c90a Update firebase-setup.md 2017-05-03 15:34:50 +01:00
Elliot Hesp b4622006bf [android] Fix database limit type conversion 2017-05-03 09:25:29 +01:00
chrisbianca 70dfbc9222 Update iOS install docs to make options clearer 2017-05-03 08:40:15 +01:00
Salakar f6c8e9cf56 1.0.1 2017-05-02 16:19:41 +01:00
Chris Bianca e3e2c9e090 1.0.0-alpha14 2017-05-02 14:37:48 +01:00
Chris Bianca 7c9b094f54 [android][database] Fix startAt and endAt 2017-05-02 13:56:50 +01:00
Michael Diarmid 9adeffef18 Update installation-ios.md 2017-05-02 10:56:33 +01:00
Salakar 618b34cd4f [ios] update pod spec & template 2017-05-02 10:54:18 +01:00
Salakar 8fe6ffee8c [ios] added RNFirebase to podfile template 2017-05-02 10:42:24 +01:00
Salakar ef783f0d9f [js] crash and auth now use internal staticsOrInstance helper. 2017-05-02 10:39:23 +01:00
Elliot Hesp d11f19feea Add more docs syntax highlighting 2017-05-02 09:56:54 +01:00
Elliot Hesp e9cf8a763c Create sw.js 2017-05-02 09:54:10 +01:00
chrisbianca 87f4cd6809 Update installation-ios.md with FCM setup 2017-05-02 09:36:17 +01:00
Salakar 7fc273da41 [tests] package scripts 2017-05-01 17:33:35 +01:00
Salakar f8e97d8bed Merge branch 'master' of https://github.com/invertase/react-native-firebase
# Conflicts:
#	.gitignore
#	tests/.gitignore
#	tests/ios/Podfile
2017-05-01 17:19:27 +01:00
Salakar c76796934f [tests] misc firebase imports / git ignore 2017-05-01 17:13:54 +01:00
Salakar bc653beb26 [tests] import RNFirebase for parent directory rather than from npm file:.. syntax 2017-05-01 17:06:40 +01:00
Salakar 11734e51bd [tests] import RNFirebase for parent directory rather than from npm file:.. syntax 2017-05-01 16:01:00 +01:00
Elliot Hesp e21d14eb2b Merge pull request #74 from carllippert/patch-4
Update database.md
2017-04-30 09:01:27 +01:00
Elliot Hesp 62660d8de0 Merge pull request #75 from carllippert/patch-6
Update database.md
2017-04-30 09:01:03 +01:00
Carl Lippert ce7d9e6403 Update database.md
Typo
2017-04-30 00:07:30 -05:00
Carl Lippert 755bdda4a7 Update database.md
Looks like some copied docs from firestack snuck through?
2017-04-30 00:05:12 -05:00
Elliot Hesp 019269a66c Update index.html 2017-04-28 16:59:34 +01:00
Michael Diarmid 8a545439a4 Merge pull request #71 from Leeds-eBooks/patch/flow-errors-2
Fixed several flow errors
2017-04-28 12:03:17 +01:00