Commit Graph

8 Commits

Author SHA1 Message Date
Salakar
d267e67e3a [firestore][android] fix issues with error codes, missing returns, typos + various cleanup 2019-07-30 08:13:25 +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
Salakar
554c4b4035 [android][database] cleanup & format 2019-06-05 02:12:02 +01:00
Salakar
59e9b3326f [database][android] move HashMap serialisation to executor thread and continue with a SuccessContinuation task 2019-06-05 01:56:06 +01:00
Salakar
390e4e6a80 [database][android] fix the minimum cache size is 1mb exception 2019-06-05 01:54:20 +01:00
Salakar
1eddf3de2f [database][android] handleDatabaseEvent should use task executor 2019-06-05 01:49:51 +01:00
Salakar
0bea880116 [database][android] fix get unknown argument class: long exception 2019-06-05 01:48:01 +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