export async function getDb()

in customer-ui/src/utils/Firebase.js [35:37]


export async function getDb() {
  return await getFirestore();
}