Commit Graph

48 Commits

Author SHA1 Message Date
Salakar
3674996917 v0.1.1 2019-07-30 09:28:07 +01:00
Salakar
8c2df657b7 v0.1.1 2019-07-30 09:25:38 +01:00
Salakar
f84482ba5e v0.1.0 2019-07-30 08:25:35 +01:00
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
09043da602 [types][database] fix setPersistenceEnabled message - is per app 2019-07-22 09:46:45 +01:00
Salakar
486ca26e66 [ios] update Firebase SDK to v6.5.0 2019-07-22 07:35:42 +01:00
Salakar
0e9ed631b9 [types] add FirebaseJsonConfig types 2019-07-15 02:40:55 +01:00
Salakar
e5fc2e9bb7 [types][database] rework types 2019-07-15 01:25:40 +01:00
Salakar
bd89b5df10 [types][database] add TransactionResult type 2019-07-12 16:34:03 +01:00
Elliot Hesp
1e1de2bd04 v6 Implement Cloud Firestore (#2319) 2019-07-12 14:12:53 +01:00
Mike Diarmid
85672a479a v6 Implement Cloud Messaging (#2330) 2019-07-12 14:06:43 +01:00
ehesp
9dd7ebc551 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	docs/typedoc.min.json
2019-07-05 11:48:15 +01:00
ehesp
e33be1f997 Update module typings. 2019-07-05 11:47:43 +01:00
Salakar
0b491b028d v0.0.26 2019-06-23 21:30:35 +01:00
Salakar
31a646d4b4 v0.0.26 2019-06-23 20:47:10 +01:00
Salakar
4f909aefc8 v0.0.26 2019-06-23 20:43:55 +01:00
Salakar
aa31b124ba [docs] update readmes 2019-06-21 14:56:31 +01:00
Salakar
2f4df04a3e [docs] update all readme footers 2019-06-21 14:32:07 +01:00
Salakar
83c003b69a [docs] update all readme footers 2019-06-21 14:26:10 +01:00
ehesp
64d5a1cad6 [database] fix module warnings on ios 2019-06-06 14:14:16 +01:00
ehesp
0506e48211 [docs] update modules to reflect docs generation 2019-06-06 12:52:07 +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
366dd0041d [database] Fix Thenable circular import 2019-06-05 14:55:16 +01:00
ehesp
d67cbe1d10 v6.0.0-alpha.25 2019-06-05 12:18:49 +01:00
ehesp
c2bb4fb412 v6.0.0-alpha.25 2019-06-05 12:16:49 +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
174bb7c439 v6.0.0-alpha.24 2019-06-05 02:34:19 +01:00
Salakar
ef0e0e5f9b v6.0.0-alpha.24 2019-06-05 02:32:35 +01:00
Salakar
61b35fc648 v6.0.0-alpha.23 2019-06-05 02:30:14 +01:00
Salakar
1f2bd61ae3 v6.0.0-alpha.23 2019-06-05 02:28:43 +01:00
Salakar
a974066a56 [database] update docs, readme & changelog 2019-06-05 02:24:06 +01:00
Salakar
554c4b4035 [android][database] cleanup & format 2019-06-05 02:12:02 +01:00
Salakar
912574c185 [database][tests] update cache size bytes tests 2019-06-05 02:11:03 +01:00
Salakar
bbddb661f8 [database][js] setPersistenceCacheSizeBytes - fix incorrect byte sizes & fix incorrect max size (should be 100mb, not 10mb) 2019-06-05 02:05:45 +01:00
Salakar
18fb17bb51 [database][android] fix the minimum cache size is 1mb native exception 2019-06-05 02:03:48 +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
Salakar
faecf9a847 [ios] lower deployment target to ios 9.0 (#2025) 2019-06-05 00:53:41 +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