const { db, _ } = require("../../utils/http"); async function LiveService(data) { const orilist = await db.collection('live').doc('AvrSA4TAEG1fz1sK').get(); return orilist.data } module.exports = { LiveService, }