I am developing a mobile app and it is using Firebase
as the backend.
I want to compress some files immediately after they are uploaded to the Cloud Storage using Cloud Functions.
So I need to write data to a temp file and after the compression is done I am going to upload the file to the Cloud Storage
.
Is this possible? Does Firebase Cloud Function support file operation?
via Sasa Simovic
No comments:
Post a Comment