Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timestamp must be defined #33

Open
ksnielsen opened this issue Sep 28, 2023 · 1 comment
Open

Timestamp must be defined #33

ksnielsen opened this issue Sep 28, 2023 · 1 comment
Assignees

Comments

@ksnielsen
Copy link
Collaborator

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
Copy link
Collaborator

NathanWEdwards commented Jan 21, 2024

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

Acceptance criteria:

  • Any document written to Firestore that includes a Timestamp field makes a call to serverTimestamp()
  • An offering like Pulumi CrossGuard mandates this requirement within services that perform logging

@NathanWEdwards NathanWEdwards self-assigned this Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants