Same issue, different code:
getBillDetail(billId: string): firebase.database.Reference{
let tempId = billId.toString();
return firebase.database().ref('Bill/' + tempId).child(tempId);
}
Same issue, different code:
getBillDetail(billId: string): firebase.database.Reference{
let tempId = billId.toString();
return firebase.database().ref('Bill/' + tempId).child(tempId);
}