为了在secrets API上设置秘密,我运行了:我通过在每个秘密上运行以下命令,验证了秘密的设置是成功的:我在index.ts中定义我的函数如下:
import * as functions from 'firebase-functionsError: Error occurred while parsin
当我对html文件进行get调用时,我在我的防火墙存储中得到了正常的cors错误:axios.get('https://firebasestorage.googleapis.com/v0/b/xxxxx-xxxxx.appspot.com/o/files%4c30-a77b-8077e8b1f7bc', h
我想运行一个FirebaseCloudFunction调度程序,它每天删除一次特定存储桶中以.png结尾的所有文件。这是我尝试过的: // The Cloud Functions for Firebase SDK to create Cloud Functions and setup triggers.
//