Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading video requires conversion from URL to Data #70

Open
chrisjwelly opened this issue Apr 1, 2021 · 0 comments
Open

Uploading video requires conversion from URL to Data #70

chrisjwelly opened this issue Apr 1, 2021 · 0 comments

Comments

@chrisjwelly
Copy link
Contributor

When sending to storage, we are converting the video from the given URL to Data first. This might bring about performance issues.

Ideally, we want to upload to firebase directly from the URL and one way we can do this is by using the putFile(from: URL,...) function of firebase (see https://www.youtube.com/watch?v=Dal4M9FtJsg)

But currently we are facing issues with that too, which is why it's not implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant