I\'m trying to modify Firebase\'s Android chat example to include Firebase timestamp values. I can send the timestamp just fine using ServerValue.TIMESTAMP; but
I know this thread is quite old, but for anyone trying to implement a similar timestamp now, instead of using @JsonIgnore from the Jackson annotations, you can use the Firebase native @Exclude now.