async getMarker() { const snapshot = await firebase.firestore().collection('events').get() return snapshot.docs.map(doc => doc.data()); }.
確定! 回上一頁