Get Single Document
try {
const result = await getSingleDocumentFirebase('Book', 'The Secret');
console.log(result);
} catch (error) {
console.log(error);
}Last updated
try {
const result = await getSingleDocumentFirebase('Book', 'The Secret');
console.log(result);
} catch (error) {
console.log(error);
}Last updated