I would like to be able to add security rules on Firebase Storage to control and prevent image import from the application. For that I would like to be able to send an image or audio file to a Cloud Functions, so that it takes care of the uploads itself, and not from the Front part.
My question is therefore the following: Knowing that we can already store an image directly from a Flutter application, is it possible to do the same thing but from a Cloud Functions?