import "firebase/firestore"; // 如果只想使用其中的一个模块,可以import其中某 ... await doc.set({name: 'test'}) // 不存在则新建,存在则会覆盖
確定! 回上一頁