loan.service.ts
approveLoan(id: string) { return firebase.firestore().collection(\'loans\').doc(id).update({ status: "approved" })