SamuelBehrmann / mobile_anwendungen

0 stars 0 forks source link

add field "timestamp" on post creation #20

Closed SamuelBehrmann closed 3 months ago

SamuelBehrmann commented 3 months ago

When we create a post we now need to ensure that the field "timestamp" is added with the current timestamp. It can be obtained in dart like this: DateTime.now().millisecondsSinceEpoch