Hi community!
I am currently struggling to get this code to compile for web publishing.
The code itself does not really throw any errors (no red errors), but whenever I want to publish to web or test in test/run mode, the compilation would fail.
Can someone help me with this custom action that i have? The goal of this action is to take a video url as argument and then upload to firestore. The return value would be the firestore url.
I actually got it to work once and the file was successfully uploaded to firestore, but it has stopped working since i cant compile the code anymore and am unable to even try it in test mode nor run mode.
Thanks a lot!!