Salakar
0a828aae40
[firestore][js] fix issue with parent() incorrectly returning a 'parent' Path on a root level Path
2018-04-22 00:25:36 +01:00
Salakar
94afa546ae
[tests][database] add database helpers
2018-04-22 00:00:29 +01:00
Salakar
4284551632
[tests][database] add database helpers
2018-04-21 23:59:47 +01:00
Salakar
2d501bd054
[tests][firestore] misc tests
2018-04-21 23:59:19 +01:00
Salakar
e2be5d678f
[android][database] Fix for #1004
2018-04-21 23:27:35 +01:00
Michael Diarmid
6dac0e4b47
Merge pull request #1007 from mlc/gradle_conf_in_root_project
...
android: allow root project to specify dependency versions
2018-04-21 19:34:50 +01:00
Salakar
e479f0c0f6
[tests] refactor/cleanup misc firestore tests
2018-04-21 19:22:21 +01:00
Salakar
372abe57b7
[tests] misc linting
2018-04-21 19:13:05 +01:00
Salakar
890f90d2cf
[tests][firestore] fix failing android test
2018-04-21 19:07:37 +01:00
Salakar
e985d7f153
Merge branch 'master' of https://github.com/invertase/react-native-firebase
2018-04-21 19:00:07 +01:00
Salakar
2e004640d1
[tests] update dependencies and fix related issues
2018-04-21 18:59:52 +01:00
mike castleman
eb75f78980
allow root project to specify dependency versions
2018-04-21 13:10:37 -04:00
Michael Diarmid
dd7d961b24
Merge pull request #1002 from sibelius/patch-2
...
feat(flow): prefer string over String
2018-04-21 16:37:57 +01:00
Salakar
fb1a9a8f5a
merge
2018-04-21 15:55:13 +01:00
Salakar
673c80cb2e
update git ignore
2018-04-21 15:53:35 +01:00
Michael Diarmid
b7a54f6400
Update CONTRIBUTING.md
2018-04-21 14:39:24 +01:00
Sibelius Seraphini
3ca951184f
feat(flow): prefer string over String
2018-04-19 12:01:40 -03:00
Michael Diarmid
63f85d2790
Merge pull request #933 from invertase/codorials
...
Codorials
2018-04-17 21:36:10 +01:00
Salakar
7aea0305cb
4.0.4
2018-04-17 18:51:54 +01:00
Salakar
7f4f7286ff
misc
2018-04-17 18:51:41 +01:00
Salakar
486c0f4f1e
[tests] update bridge to v0.2.5
2018-04-17 10:09:33 +01:00
Chris Bianca
546e3f5d8a
Merge pull request #985 from giladno/patch-1
...
allow using ringtones from RingtoneManager
2018-04-16 21:47:49 +01:00
Salakar
997ca112d7
[tests][firestore] DocumentReference tests - needs cleanup
2018-04-16 20:21:04 +01:00
Salakar
61aba8166e
[tests][firestore] remove logging
2018-04-16 20:20:00 +01:00
Salakar
f57962b018
[tests] misc
2018-04-16 19:20:00 +01:00
Salakar
710f2ef44f
[tests][firestore] add settings() call to before() hook - needs calling before any firestore usage
2018-04-16 18:39:01 +01:00
Salakar
09a2db6267
[tests][firestore] add enableLogging tests
2018-04-16 18:24:11 +01:00
Salakar
f4832410bb
[firestore] .settings() - use hasOwnProperty instead of truthy value existence checks
2018-04-16 18:20:08 +01:00
Salakar
016c07fa35
[tests][helpers] update log override to exclude enablePersistence warning
2018-04-16 18:05:31 +01:00
Salakar
4cd30baacb
[tests][firestore] firestore.().X tests
2018-04-16 18:04:51 +01:00
Salakar
5b92ff0d71
[tests][firestore] batch() tests
2018-04-16 18:04:31 +01:00
Salakar
60634ae68e
[tests][firestore] remove logging
2018-04-16 17:47:50 +01:00
Salakar
8b683f643b
[tests][firestore] path tests
2018-04-16 17:45:45 +01:00
Salakar
391403a7ec
[tests][firestore] transaction tests
2018-04-16 17:45:32 +01:00
Salakar
ead1edff4e
[tests][firestore] testDocRef helper - returns a prefixed document id ref for current test iteration
2018-04-16 17:45:01 +01:00
Salakar
88410b409a
[firestore] fix incomplete transaction error stack
2018-04-16 17:39:29 +01:00
Gilad Novik
15299429fe
allow using ringtones from RingtoneManager
...
when allowing users to pick a sound from RingtoneManager, RNFirebaseNotification should detect we are passing a Uri instead of trying to load this file from our bundle.
2018-04-16 19:38:32 +03:00
Salakar
317b02b901
[firestore] Path - remove unreachable code paths
2018-04-16 16:21:24 +01:00
Salakar
b534e02016
[firestore] added missing conditional for firestore transaction errors - should now error on failed promise validations
2018-04-16 16:20:33 +01:00
Elliot Hesp
16b1c747d5
[codorial] Add Google login
2018-04-16 13:51:19 +01:00
Elliot Hesp
7a38b43393
[codorial] proof read changes
2018-04-16 13:38:47 +01:00
Salakar
5589ed7f4f
[database] fix flow issue
2018-04-16 10:11:18 +01:00
Chris Bianca
c275e02fcc
[types] Fix typescript issues
2018-04-16 08:14:30 +01:00
Salakar
e36519980b
Merge remote-tracking branch 'origin/master'
2018-04-13 22:37:56 +01:00
Salakar
2a1e365231
fix flow issue #978
2018-04-13 22:37:48 +01:00
Chris Bianca
27ed3e1db5
4.0.3
2018-04-13 15:13:02 +01:00
Salakar
97bc7a88a8
Merge remote-tracking branch 'origin/master'
2018-04-13 15:08:17 +01:00
Salakar
25b23a1164
[tests] misc + auth tweaks
2018-04-13 15:08:09 +01:00
Salakar
61f283c8d3
[crash][ios] no longer force a crash on report()
2018-04-13 15:07:21 +01:00
Chris Bianca
23260691d4
[ios][notifications] Fix issue with iOS attachments #939
2018-04-13 15:02:27 +01:00