Firebase Storage download file content #5092
Unanswered
sertiano93
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You may like to look out our e2e storage tests which exercise uploading and downloading, they may serve as interesting examples and might hit your use case? react-native-firebase/packages/storage/e2e/StorageTask.e2e.js Lines 43 to 51 in a61d0cd |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to ask if there is any way to actually download the content of the firebase storage url.
I am for the moment uploading images to firebase storage, and the recipient is receiving the url which is then connected directly to React Natives Image function. However, I am trying to encrypt the file before uploading it so I would need to actually download the content from the url and decrypt it on client side. Any advices or thoughts ?
Beta Was this translation helpful? Give feedback.
All reactions