How to iterate over Firebase Storage using Cloud Functions
I'm try to apply Google Cloud Vision to files in my Firebase Cloud Storage using Firebase Cloud Functions. The storage structure is bucket > images > userID > image. There are multiple users and they have multiple images in their…