This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I hava a folder inside CustomerDocuments in Firebase cloud storage name xyz which contains many types of file like .pdf,.txt,.png etc. | |
function deletefromstorage(quoteiddelete) | |
{ | |
//quoteiddelete contains folder name in CustomerDocuments which we want to delete. | |
const Storage = require('@google-cloud/storage'); | |
const storage = new Storage(); | |
const srcBucketName = 'abc.apot.com'; |