I was looking around to find the data type of a TIMESTAMP. I looked in the docs but it doesn't mention anything about type.
Are these a Float or a Double or another type?
const currentDate = Date.now();
const timeStamp = firebase.database.ServerValue.TIMESTAMP;
This is the way firebase.database.ServerValue.TIMESTAMP appears inside the RTDB:
