Commit Graph

3026 Commits

Author SHA1 Message Date
Salakar
5c7941c7ad [tests][ios] misc xcode project config 2019-07-30 05:25:57 +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
153e38f8af [tests][ios] update pods 2019-07-29 21:20:56 +01:00
Salakar
46a45a738e [eslint][ml-vision] fix formatting 2019-07-29 21:20:36 +01:00
Salakar
8405517aff [eslint][dynamic-links] fix formatting 2019-07-29 21:20:24 +01:00
Elliot Hesp
ab25c665a8 [v6] Dynamic Links - updates/tests (#2390)
* Rework options to objects vs classes
* Add tests
2019-07-29 20:33:11 +01:00
Elliot Hesp
d1323944f4 ML Vision - updates & tests (#2396)
* Rework options to objects vs classes
* Update tests
2019-07-29 20:30:51 +01:00
Salakar
bb3d8be207 [eslint][storage] fix formatting 2019-07-22 10:02:08 +01:00
Salakar
09043da602 [types][database] fix setPersistenceEnabled message - is per app 2019-07-22 09:46:45 +01:00
Salakar
559ad34fd0 [docs][dynamic-links] fix incorrect links 2019-07-22 09:28:29 +01:00
Salakar
32f8a2be22 [firestore] temporarily disable flaky test, cc @ehesp 2019-07-22 09:21:17 +01:00
Salakar
b2c386f8d1 [storage] initial work to move storage.Path statics out of storage module and into core utils 2019-07-22 09:19:39 +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
Kamil Sulubulut
74ecc890da [storage] Removed rnpm options from package.json (#2383)
rnpm options are no longer needed
2019-07-22 07:18:03 +01:00
Salakar
8ed4020519 [storage] rename method getFile to writeToFile 2019-07-19 09:30:28 +01:00
Salakar
a3f926d87f [dynamic-links] rename module to dynamic-links from links 2019-07-19 09:29:34 +01:00
Salakar
6b943a7439 [messaging][internals] rename MessagingRemoteMessage -> RemoteMessageBuilder 2019-07-18 13:14:09 +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
5e6702930a Merge remote-tracking branch 'origin/master' 2019-07-18 11:12:42 +01:00
Salakar
a9ada474ac [types][messaging] add android notes 2019-07-18 11:12:20 +01:00
Elliot Hesp
aaeff0f709 Update Firestore changelog 2019-07-17 09:34:33 +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
4a9f7244a2 [tests][android][storage] test emulator origin points to 10.0.2.2 when specifying localhost/127.0.0.1 origins. 2019-07-15 20:23:27 +01:00
Salakar
ea85d40c78 [storage] refFromUrl support http urls 2019-07-15 19:53:00 +01:00
Salakar
781b1b93d0 [docs] update changelog 2019-07-15 15:52:10 +01:00
Salakar
345130937e [tests] tweak retry behaviour 2019-07-15 15:51:28 +01:00
Salakar
5943c95c52 [tests][invites][ios] disable module & tests - deprecated & already removed from iOS 2019-07-15 15:47:47 +01:00
Salakar
19777e72ad [tests][invites] temporarily disable flaky test 2019-07-15 15:19:30 +01:00
Salakar
35e312faac [tests][ios] temporarily disable vision e2e tests 2019-07-15 15:16:41 +01:00
Salakar
0cab109d15 [tests][ios] temporarily disable perf tests 2019-07-15 14:56:09 +01:00
Salakar
9aec4e4a57 [docs][changelog] remove duplicate module 2019-07-15 14:18:23 +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