export.js/db.collection.get.then.catch. db.collection(collectionName) .get() .then(snapshot => { snapshot.forEach(doc => { data[collectionName][doc.id] ...
確定! 回上一頁