codeforbtv / baby-equipment-exchange

MIT License
0 stars 8 forks source link

Timestamp must be defined #33

Open ksnielsen opened 1 year ago

ksnielsen commented 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."

NathanWEdwards commented 10 months ago

Pull request 34 makes use of the Firebase API's serverTimestamp() method to set timestamps on all of the current collections.

Acceptance criteria: