Relative Content

Tag Archive for pythonfirebasegoogle-cloud-platformgoogle-cloud-functionsfirebase-storage

Trouble Triggering Firebase Function to Transfer Image to Google Cloud Bucket

I’d like to ask your advice. I am trying to add a trigger to a firebase function in Python that will respond to uploading a new image to the firebase storage bucket. The purpose of this function is to retrieve this newly uploaded image and upload it again to a Google Cloud bucket that is not in firebase, but when I deploy the function and upload the new image to firebase, it doesn’t work, it doesn’t appear in the Google Cloud bucket.