Commit Graph

14 Commits

Author SHA1 Message Date
Darren Ackers
8e99b9cb90 fix(storage): fixed a bug with parsing encoded urls (#3369)
* fix(firestore-storage): fixed a bug with parsing encoded urls

* Reverted emulator name for ios

* reverted detox library
2020-04-03 14:30:24 +01:00
Russell Wheatley
ea1962270b feat(storage): made put method return Task. added snapshot API.
* feat(storage): snapshot prop on Task. put is Task

* removed this._task from StorageReference

* Apply suggestions from code review

not awaiting promise

Co-Authored-By: Mike Diarmid <mike.diarmid@gmail.com>

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-03-27 16:51:47 +00:00
ehesp
3c9643a249 - 2019-07-31 11:37:35 +01:00
ehesp
b9238210ac linting 2019-07-31 11:05:42 +01:00
ehesp
618c131f27 - 2019-07-31 10:38:11 +01:00
ehesp
e5f1ab1e0f - 2019-07-30 17:09:41 +01:00
ehesp
e3b195cbe1 storage list/listAll 2019-07-30 12:41:09 +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
bb3d8be207 [eslint][storage] fix formatting 2019-07-22 10:02:08 +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
8ed4020519 [storage] rename method getFile to writeToFile 2019-07-19 09:30:28 +01:00
Salakar
ea85d40c78 [storage] refFromUrl support http urls 2019-07-15 19:53:00 +01:00
Mike Diarmid
930b2b13af Update StorageTask.e2e.js 2019-06-03 05:45:12 +01:00
Mike Diarmid
7f11a9e501 [v6] Implement Cloud Storage (#2043)
See the changelog for detailed changes.
2019-05-03 12:05:40 +01:00