Commit Graph

2323 Commits

Author SHA1 Message Date
Salakar
17cfbee8ca [auth][android] deprecate all *AndRetrieveData* methods on auth() and User 2018-09-25 15:30:55 +01:00
Salakar
fb6153db94 [notifications][android] fix #1527 2018-09-25 12:01:42 +01:00
Salakar
ea9b04737b misc 2018-09-25 11:53:59 +01:00
Salakar
d2f61f6414 [types][ts] deprecate all *AndRetrieveData* methods + fix all typos... 2018-09-25 00:08:49 +01:00
Salakar
192b509a40 [auth][[ios][js] deprecate all *AndRetrieveData* methods on auth() and User 2018-09-24 23:39:43 +01:00
Salakar
38954423a7 [ios] Firebase SDK update v5.6.0 => v5.8.1 2018-09-24 04:42:25 +01:00
Salakar
bb4659d964 [android] update Firebase SDK deps 2018-09-24 04:41:37 +01:00
Salakar
ccac667177 [tests][ios] update Podfile 2018-09-24 04:14:31 +01:00
Salakar
f3d6700ad1 [tests][ios] update podfile.lock 2018-09-24 03:19:34 +01:00
Salakar
4b50be30a3 [tests][android][perf] add delay to work around detox relaunch issue 2018-09-24 03:10:40 +01:00
Salakar
9ac86f96a3 5.0.0-rc5 v5.0.0-rc5 2018-09-24 02:53:13 +01:00
Salakar
855b8fab53 [firestore][android] re-write serialize class and add support for NaN & Infinity numbers 2018-09-24 02:48:29 +01:00
Salakar
571d9b6031 [firestore][ios] re-write FirestoreDocReference internals + add support for Infinity & NaN numbers 2018-09-23 07:49:50 +01:00
Salakar
685270402e [tests] add in app ui for current test status + enable test retrying 2018-09-22 20:31:55 +01:00
Salakar
c75b722c53 [tests][firestore] add document SnapshotError tests 2018-09-21 00:13:05 +01:00
Salakar
f9e9179242 [tests][firestore] add collection SnapshotError tests 2018-09-21 00:12:46 +01:00
Salakar
7041403c4d [firestore] implement SnapshotError 2018-09-21 00:11:56 +01:00
Salakar
3ab4cf439e [firestore] document onSnapshot now correctly returns a valid instance of error... and handles errors even if no observer 2018-09-21 00:11:28 +01:00
Salakar
614cb61818 [firestore] collection onSnapshot now correctly returns a valid instance of error... and handles errors even if no observer 2018-09-21 00:10:55 +01:00
Salakar
fef70f3235 [internal] expose log on ModuleBase 2018-09-21 00:08:28 +01:00
Salakar
0c53da4ce8 [firestore] refactor flow types 2018-09-21 00:07:50 +01:00
Salakar
8a9bd700bb [common] NativeError class implementation 2018-09-21 00:04:14 +01:00
Salakar
6dcba98e14 [functions][js] HttpError can now correctly extend Error 2018-09-21 00:03:00 +01:00
Salakar
6ea5040950 update eslint dev deps 2018-09-21 00:02:05 +01:00
Salakar
9de4b4431a [tests][types] create flow-typed/firebase for use in testing app 2018-09-21 00:01:42 +01:00
Salakar
de4f5f6559 [tests] misc project config 2018-09-21 00:00:46 +01:00
Salakar
3ac9311eaa [firestore] remove unnecessary intern fn _offDocumentSnapshot -> EE already returns a subscription instance with a remove();
[firestore] additionally refactor unsubscribe so it can be called if an error is received on subscribing
2018-09-20 18:13:07 +01:00
Salakar
0e72881bff 5.0.0-rc4 v5.0.0-rc4 2018-09-20 17:16:36 +01:00
Michael Diarmid
009e080415 Merge pull request #1509 from invertase/firestore-array-contains
[firestore] 'array-contains' query support
2018-09-20 17:12:05 +01:00
Salakar
197a26d8c4 [tests][firestore] remove only 2018-09-20 17:11:01 +01:00
Salakar
a8130d7c3d [tests][firestore] add where array-contains tests 2018-09-20 16:58:40 +01:00
Salakar
75dc609047 [tests][firestore] fix documentReference tests 2018-09-20 16:36:22 +01:00
Salakar
5c51407709 [tests][firestore] re-write onSnapshot tests to remove race conditions 2018-09-20 16:25:49 +01:00
Salakar
f5ba4bfb7b [firestore][internals] remove _offCollectionSnapshot - not required as subscriptions already return an instance with a remove 2018-09-20 16:22:38 +01:00
Salakar
eb1f0acda6 [tests] update podfile lock 2018-09-20 14:16:09 +01:00
Salakar
0c9435af33 [tests][firestore] cleanup tests & helpers - wip 2018-09-20 13:21:47 +01:00
Salakar
bf78fd8775 [firestore][types] 'array-contains' support 2018-09-20 13:20:55 +01:00
Salakar
19283b92d0 [firestore][js] 'array-contains' support 2018-09-20 13:20:25 +01:00
Salakar
12eaea7ff4 [firestore][android] 'array-contains' support 2018-09-20 13:19:37 +01:00
Salakar
38b172835a [firestore][ios] 'array-contains' support 2018-09-20 13:19:20 +01:00
Salakar
68fa17ed56 5.0.0-rc3 v5.0.0-rc3 2018-09-20 10:31:24 +01:00
Salakar
9246395adc Merge remote-tracking branch 'origin/master' 2018-09-20 10:23:43 +01:00
Salakar
4f7ca7f072 [notifications] fix for #1445 - thanks @rahulgi for helping debug <3 2018-09-20 10:23:30 +01:00
ganeshub
bcc31ad631 Fix for Invites Module error requestCode must be in 16 bits (#1474)
changed REQUEST_INVITE to value below 2^16 to fix error requestCode must be in 16 bits error
Issue is here: https://github.com/invertase/react-native-firebase/issues/1458
2018-09-19 15:19:35 +01:00
Salakar
5fefab5b35 [tests] update podfile lock 2018-09-19 13:47:55 +01:00
Salakar
c7e0effddd 5.0.0-rc2 v5.0.0-rc2 2018-09-18 14:45:38 +01:00
Salakar
7ef3f951f1 [notifications] temp fix for #1393, #1445 & #1481 - cc @ryanggrey for later review in follow up PR 2018-09-18 14:20:52 +01:00
Salakar
84c860dd7d Merge remote-tracking branch 'origin/master' 2018-09-17 04:59:21 +01:00
Salakar
24979724cc [tests] fix coverage issue - temp revert to .babelrc file until metro PR lands 2018-09-17 04:59:12 +01:00
Michael Diarmid
071442df11 Merge pull request #1493 from invertase/auth-settings
[auth] Implement  `firebase.auth.AuthSettings`
2018-09-16 23:19:47 +01:00