Cannot set property 'id' of null

console.log("Got");
 console.log(snapshot.val());
});```

Went through and eidted my app to include only arrow functions inside functions. Much easier than I expected. I was a little intimidated by the concept, but, no problem. Thanks @rapropos

Nope. It was stupid of me… The reference should have to be
firebase.database().ref('/Bills').child(billId); Works!

1 Like

Good to hear. I just got to using firebase a few days ago, so I know it can be frustrating. Seeing data from other phones updating, deleting, adding and modifying itself in real-time is pretty epic though. Absolutely what I needed to make a couple of huge projects come together. Happen to know anything about processing user to user financial transactions in real-time and how to keep them secure? If so, i’m all ears. Last hurdle.

Sure. Thanks for your efforts!