I\'m new to Firebase, and I\'ve been really enjoying it so far. I\'m running into a problem; I\'m using the FirebaseListAdapter similar to the tutorial outline here: https:
Here's how I do it
//member variable Object createdTimestamp; public YourConstructor(){ createdTimestamp = ServerValue.TIMESTAMP } @Exclude public long getCreatedTimestampLong(){ return (long)createdTimestamp; }