Open Toolenaar opened 1 year ago
I don't know anything about Firebase, but the general steps would be:
@Toolenaar Have you had any success with this? I'm looking into doing something similar.
From what I can tell, Firebase Functions
have a defined set of system packages that will be installed, that can't be changed: https://cloud.google.com/functions/docs/reference/system-packages
I'm thinking of setting up a micro service with the more flexible Cloud Run
, which could have access to storage / be called from a function: https://cloud.google.com/workflows/docs/run/tutorial-cloud-run
Hey 👋, has any of you found a way to do it ? Would like to do the same but i'm kinda stuck
Hi I would like to run this from a firebase cloud function (node), where it fetches an audiofile from a storage bucket and generates the waveform data. But I have no clue where to start, would this even be possible ? Can anyone nudge me into the right direction? Any help is really appriciated