Does Google Cloud Storage load Firebase Cloud?

I need to upload files to Firebase Cloud Storage using the REST api; I read that Firebase does not provide them, but Google Cloud Storage does it. I need the firebase cloud cloud feature to start when I boot. I know that Firebase is supported by GCS, so I will use it, but I have not found whether downloading in GCS will launch the Firebase Cloud feature. Does anyone know anything?

+4
source share
1 answer

Since no one answered me, I tried, and the result is: yes , the Firebase function runs even if I use the GCS rest api to load onto the bucket.

+2
source

Source: https://habr.com/ru/post/1692522/


All Articles