Cannot delete Google Cloud Storage files using Firebase Functions
问题 I cannot seem to delete files from my Firebase Storage using Firebase Functions. I have been at it for almost a week now, and the "closest" I have gotten I believe is an error within the error itself, "Cannot parse JSON response at ApiError ". Now, what I want to be doing is that once a Firebase user is deleted, I want to clear my database and storage from the users files and data. const admin = require('firebase-admin'); const {Storage} = require('@google-cloud/storage'); exports