例如,我有有图像的Firestore对象,我应该如何存储这些图像?我是否应该将array of string(urls)或array of reference存储到Firebase存储(不确定是否可能,可能引用为string)?存储reference感觉更灵活,例如,我们可以在上传图像之前创建reference,并且不依赖于url,但我想知道这是否是正确的决定。
现在我似乎可以生成一个新的docx文档,如下所示: const functions = require('firebase-functions'); }}
let file_name = 'example.docx';// this is the file saved in my firebase我对nodejs还很陌生,