I'm new to Firebase cloud functions so sorry if this is pretty straight forward. I'm trying to receive the latest pushed object in my database. Unfortunately this code returns every object that already was pushed in the database at '/customers'. I already tried .onCreate but that didn't do anything at all.I'm new to Firebase cloud functions so sorry if