Commit Graph

19 Commits

Author SHA1 Message Date
Elliot Hesp
759d67e6fb feat(database): add support for ServerValue.increment (#3561)
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com

[publish]
2020-06-01 18:41:04 +01:00
Mike Diarmid
e427fcfd9b chore: github actions (#3472) 2020-04-17 14:54:16 +01:00
Mike Diarmid
67bbd30a34 chore: upgrade testing project to RN 0.62.x (#3433)
* chore: upgrade testing project to RN 0.62.x

* add placeholder flow script for CI

* update jet to fix iOS issue

* revert typedoc version (latest version not working)

* add `react-native-port-patcher` back in - port still being ignored by RN so patching manually

* add `react-native-port-patcher` back in - port still being ignored by RN so patching manually

* temporarily use iphone x for detox until CI servers upgraded

* -

* Update package.json

* Update on.e2e.js

* Update orderByValue.e2e.js

* Update on.e2e.js

* Update init.js

* -
2020-04-14 21:14:44 +01:00
Salakar
3b67135e8b test(database): use secondary db instance for root test 2019-11-26 01:46:02 +00:00
Salakar
9df493e837 fix(auth): dont mutate modifiers ordering when building query key (fixes #2833) 2019-11-26 01:44:11 +00:00
Salakar
bbf3df98ab fix(database,ios): return null snapshot key if does not exist (fixes #2813) 2019-11-26 01:01:52 +00:00
Salakar
147ee635bd [database] Fix DatabaseQuery/DatabaseQueryModifiers incorrectly mutating previous query instances when chaining 2019-10-07 05:13:18 +01:00
Salakar
f429699990 - [dependencies][android] remove all Firebase SDKs in favour of Firebase BoM
- [android] upgrade to Android X
- [android] upgrade gradle wrapper to v5.4.1
- [android][ios][tests] remove manual packages & enable auto-linking
- [tests][internal] upgrade tests project to RN 60
- [ios] temporarily remove framework support in pods - broken in RN 60 - see https://github.com/facebook/react-native/issues/25349
- [linting] switch to use rn community linting rules
2019-07-30 03:59:04 +01:00
ehesp
e87529d78e [database] formatting 2019-06-06 11:46:17 +01:00
ehesp
5a460fca11 [database] getServerTime test 2019-06-06 11:40:17 +01:00
ehesp
a2226b595d [database] Add additional push tests 2019-06-06 11:31:18 +01:00
ehesp
079cba5b72 - 2019-06-05 12:04:26 +01:00
ehesp
e1c2cc2f03 - 2019-06-05 11:56:37 +01:00
ehesp
8c33c889e6 push updates 2019-06-05 11:12:47 +01:00
Salakar
912574c185 [database][tests] update cache size bytes tests 2019-06-05 02:11:03 +01:00
Salakar
18fb17bb51 [database][android] fix the minimum cache size is 1mb native exception 2019-06-05 02:03:48 +01:00
Mike Diarmid
fe959bb842 [v6] Implement Realtime Database (#2195)
* [database] recreate database branch based off of #2185

* [database] cleanup linting issues

* [database] enable tests

* [database] add to tests deps
2019-06-04 15:25:35 +01:00
Salakar
bfe13f2bed [database] cleanup linting issues 2019-06-03 18:58:45 +01:00
Salakar
43489d93eb [database] recreate database branch based off of #2185 2019-06-03 18:45:30 +01:00