Commit Graph

387 Commits

Author SHA1 Message Date
Salakar
42adbe300f v0.1.2 2019-07-31 12:48:28 +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
3f98c7849a [docs] update type docs 2019-07-29 21:30:19 +01:00
Salakar
09043da602 [types][database] fix setPersistenceEnabled message - is per app 2019-07-22 09:46:45 +01:00
Salakar
c7c304e599 [storage] initial work to move storage.Path statics out of storage module and into core utils
TODO: move native storage code into utils
TODO: move utils module into core
2019-07-22 09:14:21 +01:00
Salakar
72a4dc0fb6 [docs] remove use of unnecessary/potentially confusing english idiom 2019-07-22 08:14:48 +01:00
Salakar
76c1be461a [types][docs] links() -> dynamicLinks() rename 2019-07-22 08:09:55 +01:00
Salakar
daf4710704 [storage][types] fix putString string format type - should be a union type of supported values 2019-07-22 07:56:44 +01:00
Salakar
486ca26e66 [ios] update Firebase SDK to v6.5.0 2019-07-22 07:35:42 +01:00
Salakar
a3f926d87f [dynamic-links] rename module to dynamic-links from links 2019-07-19 09:29:34 +01:00
Salakar
1fc5ec6d6e [types][vision] fix boundingBox return type 2019-07-18 13:13:31 +01:00
Salakar
12288f036c [types][messaging] add additional docs 2019-07-18 12:05:50 +01:00
Salakar
a26731436e [types][messaging] add additional docs 2019-07-18 12:02:12 +01:00
Salakar
47d175a0dd [types][messaging] add additional docs 2019-07-18 11:38:59 +01:00
Salakar
a9ada474ac [types][messaging] add android notes 2019-07-18 11:12:20 +01:00
Salakar
d207983938 [types][messaging] fix types 2019-07-16 20:02:59 +01:00
Salakar
ec41a748d5 [types][storage] fix examples 2019-07-16 14:04:22 +01:00
Salakar
e2fc785e16 [types][messaging] typo 2019-07-16 13:40:43 +01:00
Salakar
142aa8ae83 [types][messaging] fix onMessage & deleteToken types 2019-07-16 13:38:45 +01:00
Salakar
9823442e74 [docs][messaging] use correct platform comment tags 2019-07-16 11:48:48 +01:00
Salakar
3b1304d5c5 [docs] update changelog 2019-07-16 11:35:28 +01:00
Salakar
e214a5f17b [docs][storage] fix incorrect parameter descriptions 2019-07-16 10:24:41 +01:00
Salakar
7f5d8afc3a [vision] use existing geo point type alias for barcode geo point 2019-07-15 12:29:31 +01:00
Salakar
0e9ed631b9 [types] add FirebaseJsonConfig types 2019-07-15 02:40:55 +01:00
Salakar
5becd0dc13 [types] update types 2019-07-15 02:27:45 +01:00
Salakar
7151a6a364 [types] update app types 2019-07-15 01:55:43 +01:00
Salakar
8d88bca846 [types] update app types 2019-07-15 01:51:14 +01:00
Salakar
5f20eeb56e [types] update type doc 2019-07-15 01:45:13 +01:00
Salakar
87cb7b597c [docs] regenerate type doc json 2019-07-15 01:33:32 +01:00
Salakar
c7a7971eba [types] move vision barcode types into vision namespace 2019-07-14 20:25:55 +01:00
Mike Diarmid
3582e4865f [mlkit-vision][android] add barcode detector support (#2359) 2019-07-14 20:09:30 +01:00
Salakar
4c42863aab [types][messaging] add SendErrorEvent type 2019-07-12 17:06:54 +01:00
Salakar
618803a4f3 [types][firestore] add Observer type 2019-07-12 16:43:21 +01:00
Salakar
bd89b5df10 [types][database] add TransactionResult type 2019-07-12 16:34:03 +01:00
Salakar
37fbb1ec6c [docs] update generated typedoc 2019-07-12 15:20:39 +01:00
Salakar
50ad72f6aa [docs] prettier 2019-07-12 15:20:14 +01:00
Salakar
7e7bcfc51e [docs] add ML Kit Vision docs 2019-07-12 14:49:56 +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
2626f5ffef Update module typings. 2019-07-05 11:48:35 +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
Taimoor Imran
1f822b2698 [docs] Condition handling in Facebook sign-in (#2312)
changed if (data) to if (!data)
2019-07-02 12:39:32 +01:00
Salakar
7ce7da4102 [docs] update quick start guides 2019-06-23 21:31:11 +01:00
Salakar
4f909aefc8 v0.0.26 2019-06-23 20:43:55 +01:00
Mike Diarmid
978b298f94 [v6] Implement Dynamic Links (#2103)
(coverage + tests to follow in another PR)
2019-06-07 13:28:07 +01:00
Elliot Hesp
e5437aa568 [indexing] add documentation 2019-06-07 12:28:41 +01:00
Elliot Hesp
57fcc2a6e2 Update quick-start.md 2019-06-07 09:05:36 +01:00
ehesp
0506e48211 [docs] update modules to reflect docs generation 2019-06-06 12:52:07 +01:00
Salakar
a974066a56 [database] update docs, readme & changelog 2019-06-05 02:24:06 +01:00