I\'m building a prototype with Firebase for Web, and I would like to add some data about each database transaction, most importantly the datetimes at which the item is creat
The Firebase Database does not automatically store metadata about the timestamp that nodes were created/updated or who performed the operation. If that is needed for you app, you'll have to store the data yourself.