我想通過監聽由functions.database.ref().onWrite()
(而不是functions.storage.object().onChange()
)觸發的事件使用Firebase雲功能執行文件操作。如何從數據庫觸發的雲端功能訪問Firebase存儲?
我注意到使用雲功能functions.storage.object().onChange()
觸發雲功能進行文件操作的大部分示例。有沒有辦法從functions.database.ref()
內獲得storageRef
並從那裏執行文件操作?
另見https://stackoverflow.com/questions/42956250/get-download-url-from-file-uploaded-with-cloud-functions-for- firebase –