You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The storage instance of firebasestorage.Storage doesn't have any options to upload a file to firebase storage from a readable stream. Checking the @google-cloud/storage docs, it should be there - which version of firebase-admin/storage or @google-cloud/storage should I use as reference?
To Reproduce
Steps to reproduce the behavior:
Go to a derived column function code
Write storage.bucket().file(samplefile.txt).createWriteStream(); in the derivative function.
See error
Expected behavior
I'd expect storage to be able to upload a file from a stream.
Describe the bug
The storage instance of firebasestorage.Storage doesn't have any options to upload a file to firebase storage from a readable stream. Checking the @google-cloud/storage docs, it should be there - which version of firebase-admin/storage or @google-cloud/storage should I use as reference?
To Reproduce
Steps to reproduce the behavior:
storage.bucket().file(
samplefile.txt).createWriteStream();
in the derivative function.Expected behavior
I'd expect storage to be able to upload a file from a stream.
Screenshots
Rowy Run version
If applicable, share the Rowy Run version from your project settings.
Desktop (please complete the following information):
Smartphone (please complete the following information):
nA
Additional context
Links to documentation/references:
The text was updated successfully, but these errors were encountered: