Open ksnielsen opened 1 year ago
From BEE notes: "Timestamp must be defined - so any fields that must have a defined value like this will be returned as undefined fields (not just the value) so we must work around this in front end."
Pull request 34 makes use of the Firebase API's serverTimestamp() method to set timestamps on all of the current collections.
Acceptance criteria:
From BEE notes: "Timestamp must be defined - so any fields that must have a defined value like this will be returned as undefined fields (not just the value) so we must work around this in front end."